Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6745/gensrc/metadata
Modified Files:
mathf.xml ohfunctions.xml settings.xml utilities.xml
Log Message:
update support for calc on VC7
Index: mathf.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/mathf.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mathf.xml 6 Oct 2006 12:08:13 -0000 1.24
--- mathf.xml 6 Oct 2006 16:40:44 -0000 1.25
***************
*** 155,158 ****
--- 155,159 ----
<SupportedPlatforms>
<Excel/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
***************
*** 186,189 ****
--- 187,191 ----
<SupportedPlatforms>
<Excel/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
Index: settings.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/settings.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** settings.xml 5 Oct 2006 20:17:10 -0000 1.3
--- settings.xml 6 Oct 2006 16:40:44 -0000 1.4
***************
*** 28,31 ****
--- 28,32 ----
<SupportedPlatforms>
<Excel/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
Index: utilities.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/utilities.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** utilities.xml 6 Oct 2006 12:08:14 -0000 1.13
--- utilities.xml 6 Oct 2006 16:40:44 -0000 1.14
***************
*** 13,16 ****
--- 13,17 ----
<SupportedPlatforms>
<Excel/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
Index: ohfunctions.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/ohfunctions.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ohfunctions.xml 6 Oct 2006 12:08:13 -0000 1.7
--- ohfunctions.xml 6 Oct 2006 16:40:44 -0000 1.8
***************
*** 34,40 ****
<Procedure name='ohDeleteAllObjects'>
<description>delete all objects from repository</description>
! <alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
</SupportedPlatforms>
<ParameterList>
--- 34,41 ----
<Procedure name='ohDeleteAllObjects'>
<description>delete all objects from repository</description>
! <alias>ObjHandler::ObjectHandler::instance().deleteAllObjects</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
***************
*** 55,61 ****
<Procedure name='ohDeleteObject'>
<description>delete object from repository</description>
! <alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
</SupportedPlatforms>
<ParameterList>
--- 56,63 ----
<Procedure name='ohDeleteObject'>
<description>delete object from repository</description>
! <alias>ObjHandler::ObjectHandler::instance().deleteObject</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
***************
*** 79,82 ****
--- 81,85 ----
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc implementation='manual'/>
</SupportedPlatforms>
<ParameterList>
***************
*** 157,163 ****
<Procedure name='ohListObjectIDs'>
<description>list the IDs of objects in repository matching regex</description>
! <alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
</SupportedPlatforms>
<ParameterList>
--- 160,167 ----
<Procedure name='ohListObjectIDs'>
<description>list the IDs of objects in repository matching regex</description>
! <alias>ObjHandler::ObjectHandler::instance().listObjectIDs</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
***************
*** 247,253 ****
<Procedure name='ohObjectCount'>
<description>#/objects in repository</description>
! <alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
</SupportedPlatforms>
<ParameterList>
--- 251,258 ----
<Procedure name='ohObjectCount'>
<description>#/objects in repository</description>
! <alias>ObjHandler::ObjectHandler::instance().objectCount</alias>
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc/>
</SupportedPlatforms>
<ParameterList>
***************
*** 312,315 ****
--- 317,321 ----
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc implementation='manual'/>
</SupportedPlatforms>
<ParameterList>
***************
*** 327,330 ****
--- 333,337 ----
<SupportedPlatforms>
<Excel implementation='documentationOnly'/>
+ <Calc implementation='manual'/>
</SupportedPlatforms>
<ParameterList>
|