Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2290/gensrc/metadata
Modified Files:
functions.xml
Log Message:
finer granularity for specifying function support per platform
Index: functions.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** functions.xml 5 Oct 2006 10:41:43 -0000 1.21
--- functions.xml 5 Oct 2006 20:16:38 -0000 1.22
***************
*** 16,22 ****
<description>delete orphaned objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 16,22 ----
<description>delete orphaned objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 37,43 ****
<description>delete all objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 37,43 ----
<description>delete all objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 58,64 ****
<description>delete object from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 58,64 ----
<description>delete object from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 79,86 ****
<description>forces a dependency between two functions and returns the update counter</description>
<alias>ObjHandler::dependsOn</alias>
! <documentationOnly>true</documentationOnly>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 79,85 ----
<description>forces a dependency between two functions and returns the update counter</description>
<alias>ObjHandler::dependsOn</alias>
! <SupportedPlatforms>
! <Excel implementation='manual'/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 146,153 ****
<description>returns the number of functions in this addin</description>
<alias>ObjHandler::version</alias>
! <documentationOnly>true</documentationOnly>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 145,151 ----
<description>returns the number of functions in this addin</description>
<alias>ObjHandler::version</alias>
! <SupportedPlatforms>
! <Excel implementation='manual'/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 162,168 ****
<description>list the IDs of objects in repository matching regex</description>
<alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 160,166 ----
<description>list the IDs of objects in repository matching regex</description>
<alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 183,189 ****
<description>write all object descriptions to log file</description>
<alias>ObjHandler::logAllObjects</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 181,187 ----
<description>write all object descriptions to log file</description>
<alias>ObjHandler::logAllObjects</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 198,204 ****
<description>log a message</description>
<alias>ObjHandler::logMessage</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 196,202 ----
<description>log a message</description>
<alias>ObjHandler::logMessage</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 224,230 ****
<description>write object description to log file</description>
<alias>ObjHandler::logObject</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 222,228 ----
<description>write object description to log file</description>
<alias>ObjHandler::logObject</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 245,251 ****
<description>#/objects in repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 243,249 ----
<description>#/objects in repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 260,267 ****
<description>trim error values from bottom/right of matrix/vector</description>
<alias>ObjHandler::ObjectHandlerXL::instance().packMatrix</alias>
! <documentationOnly>true</documentationOnly>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 258,264 ----
<description>trim error values from bottom/right of matrix/vector</description>
<alias>ObjHandler::ObjectHandlerXL::instance().packMatrix</alias>
! <SupportedPlatforms>
! <Excel implementation='manual'/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 282,289 ****
<description>Extract the ith number from a whitespace-delimited list of fields</description>
<alias>ObjHandler::parseField</alias>
! <documentationOnly>true</documentationOnly>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 279,285 ----
<description>Extract the ith number from a whitespace-delimited list of fields</description>
<alias>ObjHandler::parseField</alias>
! <SupportedPlatforms>
! <Excel implementation='manual'/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 309,315 ****
<description>retrieve the property names of a given object</description>
<libraryFunction>propertyNames</libraryFunction>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 305,311 ----
<description>retrieve the property names of a given object</description>
<libraryFunction>propertyNames</libraryFunction>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 324,330 ****
<description>retrieve the value of a named property</description>
<libraryFunction>propertyValue</libraryFunction>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 320,326 ----
<description>retrieve the value of a named property</description>
<libraryFunction>propertyValue</libraryFunction>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 345,351 ****
<description>retrieve error message associated with a given cell</description>
<alias>ObjHandler::ObjectHandlerXL::instance().retrieveError</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 341,347 ----
<description>retrieve error message associated with a given cell</description>
<alias>ObjHandler::ObjectHandlerXL::instance().retrieveError</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 360,366 ****
<description>begin logging to named file</description>
<alias>ObjHandler::setLogFile</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 356,362 ----
<description>begin logging to named file</description>
<alias>ObjHandler::setLogFile</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 386,392 ****
<description>set threshold for log messages</description>
<alias>ObjHandler::setLogLevel</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
--- 382,388 ----
<description>set threshold for log messages</description>
<alias>ObjHandler::setLogLevel</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 408,414 ****
<description>returns the version number of ObjectHandler</description>
<alias>ObjHandler::version</alias>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
--- 404,410 ----
<description>returns the version number of ObjectHandler</description>
<alias>ObjHandler::version</alias>
! <SupportedPlatforms>
! <Excel/>
! </SupportedPlatforms>
<ParameterList>
<Parameters/>
|