[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.18, 1.19
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-04 03:42:29
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31124/gensrc/metadata Modified Files: functions.xml Log Message: cleaner implementation for ohPack/ohParseFields Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** functions.xml 22 Sep 2006 15:20:52 -0000 1.18 --- functions.xml 3 Oct 2006 09:32:37 -0000 1.19 *************** *** 145,148 **** --- 145,149 ---- <description>forces a dependency between two functions and returns the update counter</description> <alias>ObjHandler::dependsOn</alias> + <documentationOnly>true</documentationOnly> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> *************** *** 415,421 **** </Procedure> ! <!--Procedure name='ohPack'> <description>trim error values from bottom/right of matrix/vector</description> <alias>ObjHandler::ObjectHandlerXL::instance().packMatrix</alias> <ParameterList> <Parameters> --- 416,426 ---- </Procedure> ! <Procedure name='ohPack'> <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> *************** *** 431,439 **** <tensorRank>matrix</tensorRank> </ReturnValue> ! </Procedure--> ! <!--Procedure name='ohParseField'> <description>Extract the ith number from a whitespace-delimited list of fields</description> <alias>ObjHandler::parseField</alias> <ParameterList> <Parameters> --- 436,448 ---- <tensorRank>matrix</tensorRank> </ReturnValue> ! </Procedure> ! <Procedure name='ohParseField'> <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> *************** *** 454,459 **** <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure--> </Functions> </Category> --- 463,484 ---- <tensorRank>scalar</tensorRank> </ReturnValue> ! </Procedure> + <Procedure name='ohFunctionCount'> + <description>returns the number of functions in this addin</description> + <alias>ObjHandler::version</alias> + <documentationOnly>true</documentationOnly> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue> + <type>long</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Procedure> + </Functions> </Category> |