Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23368/gensrc/metadata
Modified Files:
functions.xml
Log Message:
support for right-clicking in cell to see error message
Index: functions.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** functions.xml 29 Jul 2006 15:15:28 -0000 1.13
--- functions.xml 31 Aug 2006 11:00:45 -0000 1.14
***************
*** 393,404 ****
</Procedure>
! <Procedure name='ohLastErrorMessage'>
! <description>return last error message</description>
! <alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias>
<supportedPlatforms>
<supportedPlatform>excel</supportedPlatform>
</supportedPlatforms>
<ParameterList>
! <Parameters/>
</ParameterList>
<ReturnValue>
--- 393,410 ----
</Procedure>
! <Procedure name='ohRetrieveError'>
! <description>retrieve error message associated with a given cell</description>
! <alias>ObjHandler::ObjectHandlerXL::instance().retrieveError</alias>
<supportedPlatforms>
<supportedPlatform>excel</supportedPlatform>
</supportedPlatforms>
<ParameterList>
! <Parameters>
! <Parameter name='address'>
! <type>string</type>
! <tensorRank>scalar</tensorRank>
! <description>cell address in format [BOOK.XLS]SHEET!$A$9</description>
! </Parameter>
! </Parameters>
</ParameterList>
<ReturnValue>
|