Update of /cvsroot/objecthandler/ObjectHandler/gensrc/stubs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10484/gensrc/stubs
Modified Files:
stub.excel.register stub.excel.unregister
Log Message:
cache the last error message
Index: stub.excel.register
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/stubs/stub.excel.register,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stub.excel.register 14 Jun 2006 13:15:25 -0000 1.2
--- stub.excel.register 16 Jun 2006 16:15:31 -0000 1.3
***************
*** 3,6 ****
--- 3,8 ----
void ohRegisterFunctions(const XLOPER &xDll) {
+ %(xlregister)s
+
Excel(xlfRegister, 0, 11, &xDll,
TempStrNoSize("\x06""ohPack"), // function code name
***************
*** 15,20 ****
TempStrNoSize("\x1D""range of cells to be packed ")); // description of parameter 1
- %(xlregister)s
-
}
--- 17,20 ----
Index: stub.excel.unregister
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/stubs/stub.excel.unregister,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stub.excel.unregister 14 Jun 2006 13:15:25 -0000 1.2
--- stub.excel.unregister 16 Jun 2006 16:15:31 -0000 1.3
***************
*** 9,12 ****
--- 9,14 ----
XLOPER xlRegID;
+ %(xlunregister)s
+
Excel(xlfRegister, 0, 11, &xDll,
TempStrNoSize("\x06""ohPack"), // function code name
***************
*** 14,18 ****
TempStrNoSize("\x06""ohPack"), // function display name
TempStrNoSize("\x10""inputRange"), // comma-delimited list of parameter names
! TempStrNoSize("\x01""0"), // function type (0 = worksheet function)
TempStrNoSize("\x0D""ObjectHandler"), // function category
TempStrNoSize("\x00"""), // shortcut text (command macros only)
--- 16,20 ----
TempStrNoSize("\x06""ohPack"), // function display name
TempStrNoSize("\x10""inputRange"), // comma-delimited list of parameter names
! TempStrNoSize("\x01""0"), // function type (0 = hidden function)
TempStrNoSize("\x0D""ObjectHandler"), // function category
TempStrNoSize("\x00"""), // shortcut text (command macros only)
***************
*** 24,29 ****
TempStrNoSize("\x06""ohPack")); // function code name
- %(xlunregister)s
-
}
--- 26,29 ----
|