Update of /cvsroot/objecthandler/ObjectHandler/ohxl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11165/ohxl
Modified Files:
conversions.hpp objecthandlerxl.hpp register.cpp
unregister.cpp
Log Message:
change "handle" to "instance name"
Index: objecthandlerxl.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/objecthandlerxl.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** objecthandlerxl.hpp 1 Jun 2006 10:52:08 -0000 1.2
--- objecthandlerxl.hpp 1 Jun 2006 13:59:47 -0000 1.3
***************
*** 38,42 ****
class ObjectHandlerXL : public ObjectHandlerBase {
public:
! //! Store Object with given handle.
/*! This function is optimized for the base case where the calling range
contains a single formula.
--- 38,42 ----
class ObjectHandlerXL : public ObjectHandlerBase {
public:
! //! Store Object with given instance name.
/*! This function is optimized for the base case where the calling range
contains a single formula.
Index: register.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/register.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** register.cpp 19 May 2006 15:12:41 -0000 1.1
--- register.cpp 1 Jun 2006 13:59:47 -0000 1.2
***************
*** 64,68 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x2D""retrieve the property names of a given object"), // function description
! TempStrNoSize("\x2E""handle of existing ObjHandler::Object object ")); // description of parameter 1
Excel(xlfRegister, 0, 13, &xDll,
--- 64,68 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x2D""retrieve the property names of a given object"), // function description
! TempStrNoSize("\x35""instance name of existing ObjHandler::Object object ")); // description of parameter 1
Excel(xlfRegister, 0, 13, &xDll,
***************
*** 76,80 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x26""retrieve the value of a named property"), // function description
! TempStrNoSize("\x2C""handle of existing ObjHandler::Object object"), // description of parameter 1
TempStrNoSize("\x10""name of property"), // description of parameter 2
TempStrNoSize("\x1D""dependency tracking trigger ")); // description of parameter 3
--- 76,80 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x26""retrieve the value of a named property"), // function description
! TempStrNoSize("\x33""instance name of existing ObjHandler::Object object"), // description of parameter 1
TempStrNoSize("\x10""name of property"), // description of parameter 2
TempStrNoSize("\x1D""dependency tracking trigger ")); // description of parameter 3
***************
*** 90,94 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x1D""delete object from repository"),// function description
! TempStrNoSize("\x20""handle of object to be deleted "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
--- 90,94 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x1D""delete object from repository"),// function description
! TempStrNoSize("\x27""instance name of object to be deleted "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
***************
*** 206,210 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x24""write object description to log file"),// function description
! TempStrNoSize("\x1F""handle of object to be logged "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
--- 206,210 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x24""write object description to log file"),// function description
! TempStrNoSize("\x26""instance name of object to be logged "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
Index: conversions.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/conversions.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** conversions.hpp 25 May 2006 16:59:51 -0000 1.3
--- conversions.hpp 1 Jun 2006 13:59:47 -0000 1.4
***************
*** 27,31 ****
namespace ObjHandler {
- DLL_API std::string getHandleFull(const std::string &handle);
DLL_API void stringToChar(char *c, const std::string &s);
--- 27,30 ----
Index: unregister.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/unregister.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** unregister.cpp 19 May 2006 15:12:41 -0000 1.1
--- unregister.cpp 1 Jun 2006 13:59:47 -0000 1.2
***************
*** 69,73 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x2D""retrieve the property names of a given object"), // function description
! TempStrNoSize("\x2E""handle of existing ObjHandler::Object object ")); // description of parameter 1
Excel(xlfRegister, 0, 13, &xDll,
--- 69,73 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x2D""retrieve the property names of a given object"), // function description
! TempStrNoSize("\x35""instance name of existing ObjHandler::Object object ")); // description of parameter 1
Excel(xlfRegister, 0, 13, &xDll,
***************
*** 81,85 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x26""retrieve the value of a named property"), // function description
! TempStrNoSize("\x2C""handle of existing ObjHandler::Object object"), // description of parameter 1
TempStrNoSize("\x10""name of property"), // description of parameter 2
TempStrNoSize("\x1D""dependency tracking trigger ")); // description of parameter 3
--- 81,85 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x26""retrieve the value of a named property"), // function description
! TempStrNoSize("\x33""instance name of existing ObjHandler::Object object"), // description of parameter 1
TempStrNoSize("\x10""name of property"), // description of parameter 2
TempStrNoSize("\x1D""dependency tracking trigger ")); // description of parameter 3
***************
*** 95,99 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x1F""delete object from repository "),// function description
! TempStrNoSize("\x20""handle of object to be deleted "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
--- 95,99 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x1F""delete object from repository "),// function description
! TempStrNoSize("\x27""instance name of object to be deleted "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
***************
*** 211,215 ****
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x24""write object description to log file"),// function description
! TempStrNoSize("\x1F""handle of object to be logged "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
--- 211,215 ----
TempStrNoSize("\x00"""), // path to help file
TempStrNoSize("\x24""write object description to log file"),// function description
! TempStrNoSize("\x26""instance name of object to be logged "));// description param 0
Excel(xlfRegister, 0, 10, &xDll,
|