[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.10, 1.11
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-07-11 13:30:43
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13781/gensrc/metadata Modified Files: functions.xml Log Message: categorize functions in the Excel Function Wizard Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** functions.xml 3 Jul 2006 08:19:25 -0000 1.10 --- functions.xml 11 Jul 2006 13:30:40 -0000 1.11 *************** *** 2,5 **** --- 2,6 ---- <description>ObjectHandler functions</description> <displayName>ObjectHandler</displayName> + <xlFunctionWizardCategory>ObjectHandler</xlFunctionWizardCategory> <Functions> *************** *** 9,13 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::version</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters/> --- 10,13 ---- *************** *** 24,28 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters/> --- 24,27 ---- *************** *** 39,43 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::ObjectHandlerXL::instance().listInstanceNames</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 38,41 ---- *************** *** 60,64 **** <!--platforms>CGO</platforms--> <libraryFunction>propertyNames</libraryFunction> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters/> --- 58,61 ---- *************** *** 75,79 **** <!--platforms>CGO</platforms--> <libraryFunction>propertyValue</libraryFunction> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 72,75 ---- *************** *** 101,105 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 97,100 ---- *************** *** 122,126 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 117,120 ---- *************** *** 142,146 **** <description>force a dependency between two functions</description> <!--platforms>D</platforms--> - <functionCategory>ObjectHandler</functionCategory> <alias>ObjHandler::dependsOn</alias> <ParameterList> --- 136,139 ---- *************** *** 209,213 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::setLogFile</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 202,205 ---- *************** *** 235,239 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::setLogLevel</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 227,230 ---- *************** *** 256,260 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::logMessage</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 247,250 ---- *************** *** 282,286 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::logObject</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 272,275 ---- *************** *** 303,307 **** <!--platforms>CGO</platforms--> <alias>ObjHandler::logAllObjects</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters/> --- 292,295 ---- *************** *** 318,322 **** <platforms>CG</platforms> <alias>ObjHandler::setConsole</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 306,309 ---- *************** *** 375,379 **** <description>delete orphaned objects from repository</description> <!--platforms>D</platforms--> - <functionCategory>ObjectHandler</functionCategory> <alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias> <ParameterList> --- 362,365 ---- *************** *** 396,400 **** <description>return last logged message</description> <alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters/> --- 382,385 ---- *************** *** 410,414 **** <description>trim error values from bottom/right of matrix/vector</description> <alias>ObjHandler::ObjectHandlerXL::instance().packMatrix</alias> - <functionCategory>ObjectHandler</functionCategory> <ParameterList> <Parameters> --- 395,398 ---- *************** *** 429,433 **** <!--Procedure name='ohParseField'> <description>Extract the ith number from a whitespace-delimited list of fields</description> - <functionCategory>ObjectHandler</functionCategory> <alias>ObjHandler::parseField</alias> <ParameterList> --- 413,416 ---- |