summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:12:44 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:12:44 +0200
commita8a23a035808fa496807a50fc5bfaaaa57d5f423 (patch)
treeee1d41cd1ff2a4f11ae0ae8b79a893f9fd0df524 /oovbaapi
parent27828d6293f0840d563b45f1eda0b730c72ea58f (diff)
recreated tag OOO_BUILD_3_2_98_1 which had these commits:
commit a8e9467402e81429f9dbaab22b8ca3f21529a876 (tag: refs/tags/OOO_BUILD_3_2_98_1) Author: Petr Mladek <pmladek@walk.suse.cz> Date: Wed Sep 15 19:03:26 2010 +0200 Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1 (3.3-alpha1) commit b1766315d62b509af5ee2da5760c4e8535a5f3f7 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 14 20:05:34 2010 +0200 Kill the migration wizard for good. Extends default-no-startup-wizard.diff and desktop-disable-startup-registration.diff. desktop/source/app/app.cxx | 34 +- desktop/source/migration/makefile.mk | 6 - desktop/source/migration/pages.cxx | 673 -------------------- desktop/source/migration/pages.hxx | 214 ------- desktop/source/migration/wizard.cxx | 654 ------------------- desktop/source/migration/wizard.hrc | 99 --- desktop/source/migration/wizard.hxx | 106 --- desktop/source/migration/wizard.src | 424 ------------ desktop/source/splash/firststart.cxx | 156 ----- desktop/source/splash/firststart.hxx | 90 --- desktop/source/splash/makefile.mk | 5 +- desktop/source/splash/services_spl.cxx | 5 - desktop/util/makefile.mk | 3 +- 13 files changed, 5 insertions(+), 2464 deletions(-) commit b88f97260d8aafa1d30d404ab57a30d061980664 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 14 19:21:36 2010 +0200 kde4-buildfix-connectivity.diff: Fix KDE4 build. connectivity/source/drivers/kab/makefile.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6415b3fe7292bfd0c75bc52bacfd0cb51aeec19c Author: Cédric Bosdonnat <cedricbosdo@openoffice.org> Date: Tue Sep 14 15:28:33 2010 +0200 filled-tab-editeng.diff: Filled tab wasn't filled in shapes n#564454 .../drawinglayer/primitive2d/textprimitive2d.hxx | 8 +++- .../source/primitive2d/textprimitive2d.cxx | 12 ++++- drawinglayer/source/processor2d/vclprocessor2d.cxx | 41 ++++++++++++++++--- editeng/inc/editeng/editeng.hxx | 8 ++++ editeng/inc/editeng/outliner.hxx | 15 +++++++ editeng/source/editeng/editeng.cxx | 8 ++++ editeng/source/editeng/impedit3.cxx | 19 +++++++++ editeng/source/outliner/outleeng.cxx | 9 ++++ editeng/source/outliner/outleeng.hxx | 8 ++++ editeng/source/outliner/outliner.cxx | 15 +++++++- svx/source/svdraw/svdotextdecomposition.cxx | 4 +- 11 files changed, 134 insertions(+), 13 deletions(-) commit 150b71f82c682889427a3df2accee6cc44d85ccb Author: Tor Lillqvist <tlillqvist@novell.com> Date: Tue Sep 14 14:42:40 2010 +0200 win32-dont-attempt-restart.diff: Don't attempt to restart OOo after crash n#524250 Don't attempt to restart soffice.bin immediately if it crashes. At such a restart, if the document recovery dialog is cancelled, an empty Writer document is opened even if the user was editing some other kind of document. Some customers are annoyed by this. And the automatic restart doesn't work on Linux anyway, so for consistency it doesn't hurt if we force it not to work on Windows, either. desktop/win32/source/officeloader/officeloader.cxx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit c6eb9605babcd5621b77a3c12a977fed3a84c742 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 14 11:50:57 2010 +0200 toolbar-decorations-svx-undo-redo.diff: Update "Undo" and "Redo" widgets. svx/source/tbxctrls/lboxctrl.cxx | 5 +---- svx/source/tbxctrls/lboxctrl.src | 13 +++---------- 2 files changed, 4 insertions(+), 14 deletions(-) commit 41e00d403cbcea258168bf1a7650db28fd15c6a9 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 14 11:49:46 2010 +0200 toolbar-decorations-svx-tables-columns.diff: "New table" widget rework. And a small update of the "Columns" widget. svx/source/tbxctrls/layctrl.cxx | 488 +++++++++++++++++--------------------- 1 files changed, 218 insertions(+), 270 deletions(-) commit 46ea2f6cb38536aa1b1a259af2145a581e19f6e8 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 14 11:47:49 2010 +0200 toolbar-decorations-svx.diff: Improved toolbar popups. svx/source/tbxctrls/linectrl.cxx | 4 ++-- svx/source/tbxctrls/tbcontrl.cxx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit eac35923bff62f414c5a48bb951f826fc9598eb7 Author: Thorsten Behrens <tbehrens@novell.com> Date: Tue Sep 14 12:57:42 2010 +0200 win32-force-version-fix.diff: force WINVER when using non-std win api connectivity/source/drivers/ado/ADriver.cxx | 2 ++ .../deployment/gui/dp_gui_extensioncmdqueue.cxx | 2 ++ desktop/win32/source/setup/setup.cpp | 1 + fpicker/source/win32/filepicker/FileOpenDlg.cxx | 2 ++ 4 files changed, 7 insertions(+), 0 deletions(-) commit 26a938fd832bdb7f758e352f1e47e8496771de18 Author: Amelia Wang <amwang@novell.com> Date: Mon Sep 13 14:43:45 2010 +0200 cjk-character-units-fix.diff: add a new unit 'character unit' i#356101 .../schema/org/openoffice/Office/Writer.xcs | 24 ++++++++++---------- 1 files changed, 12 insertions(+), 12 deletions(-) commit 19ab9349f211ca712aa2b6b777be55830b804340 Author: Amelia Wang <amwang@novell.com> Date: Mon Sep 13 14:40:56 2010 +0200 cjk-character-units-ui.diff: add a new unit 'character unit' .../schema/org/openoffice/Office/Writer.xcs | 12 +++++++++ sfx2/inc/sfx2/sfxsids.hrc | 1 + sfx2/sdi/sfx.sdi | 27 ++++++++++++++++++++ svx/source/dialog/ruler.hrc | 3 +- svx/source/dialog/ruler.src | 12 +++++++++ svx/source/dialog/sdstring.src | 2 + svx/source/dialog/svxruler.cxx | 11 ++++++- 7 files changed, 65 insertions(+), 3 deletions(-) commit 258524d43e52170947e94d2af5cd36ba02f31416 Author: Amelia Wang <amwang@novell.com> Date: Mon Sep 13 14:37:50 2010 +0200 cjk-character-units-imp.diff: add a new unit 'character unit' svx/inc/dlgutil.hxx | 1 + svx/source/dialog/dlgutil.cxx | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) commit 72832ea6fb8fa69b3cfbbcadab8f49a803448b4e Merge: 1445d9d7 b47d587 Author: Jan Holesovsky <kendy@suse.cz> Date: Wed Sep 8 11:34:08 2010 +0200 Merge commit 'ooo/OOO330_m7' commit 1445d9d7744618b41e0b09eef274613cc0cfd57b Merge: 09877be faf3732 Author: Jan Holesovsky <kendy@suse.cz> Date: Tue Sep 7 09:33:02 2010 +0200 Merge commit 'ooo/OOO330_m6' commit b47d58784ee1d6592f721e9fa0a66a4d801e95cc (tag: refs/tags/ooo/OOO330_m7) Merge: 1c5054b 5fba505 Author: Kurt Zenker <kz@openoffice.org> Date: Fri Sep 3 14:39:55 2010 +0200 CWS-TOOLING: integrate CWS fs33a commit 1c5054b57b89575e686b6f59da89abdd24012cd4 Merge: 1843c8d 8ace426 Author: Kurt Zenker <kz@openoffice.org> Date: Tue Aug 31 15:51:23 2010 +0200 CWS-TOOLING: integrate CWS fwk154 commit 1843c8d96d714f34d713a8ca1a3a1848f9c9310d Merge: be6516c 5be137f Author: Kurt Zenker <kz@openoffice.org> Date: Tue Aug 31 15:43:02 2010 +0200 CWS-TOOLING: integrate CWS fwk153 commit be6516cfa383d391a5c1620076c72f7d5dfbd15e Merge: faf3732 be3b926 Author: Kurt Zenker <kz@openoffice.org> Date: Tue Aug 31 15:26:29 2010 +0200 CWS-TOOLING: integrate CWS sb130 commit faf3732ff2f34712f6e974aa46f132cd734d22a5 (tag: refs/tags/ooo/OOO330_m6) Author: obo <obo@openoffice.org> Date: Fri Aug 27 13:01:02 2010 +0200 masterfix OOO330: #i10000# solve merge problem / WaE desktop/source/app/app.cxx | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) commit be3b92624ef45dbeab7c96393199a3eeaff144da Author: sb <sb@openoffice.org> Date: Thu Aug 26 17:11:05 2010 +0200 sb130: #i113096# previous configmgr::Components::removeExtensionXcuFile changes were still not good configmgr/source/components.cxx | 24 +++++++++++++----------- configmgr/source/modifications.cxx | 21 +++++++++++++++++++++ configmgr/source/modifications.hxx | 2 ++ 3 files changed, 36 insertions(+), 11 deletions(-) commit d85fe96f67e46d1b65257509c09b8453cd9b8510 Author: sb <sb@openoffice.org> Date: Thu Aug 26 13:28:53 2010 +0200 sb130: #i113096# UniversalContentBroker::changesOccurred is now also called for removed items ucb/source/core/ucb.cxx | 127 +++++++++++++++++++++++++++------------------- ucb/source/core/ucb.hxx | 6 -- 2 files changed, 74 insertions(+), 59 deletions(-) commit f6b87d8f5b9ad9cc5a49e35ff0c567a3b8083bc3 Author: sb <sb@openoffice.org> Date: Thu Aug 26 13:26:56 2010 +0200 sb130: #i113096# previous change contained an error in configmgr::Components::removeExtensionXcuFile configmgr/source/components.cxx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 864045890b84b8307b673b39bad1540d102a6414 Merge: 505336a dffbec9 Author: Ivo Hinkelmann <ihi@openoffice.org> Date: Thu Aug 26 13:07:19 2010 +0200 CWS-TOOLING: integrate CWS fwk152 commit 5fba505261c17ecd9bd2c877cff47fd941045f25 Merge: cde29b4 45ba31b Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com> Date: Wed Aug 25 16:07:39 2010 +0200 fs33a: merge after pulling OOO330.m5's changes commit 505336af510bead37a4777f230c2d004a3e9b176 Merge: cb033b9 4aa0a02 Author: Ivo Hinkelmann <ihi@openoffice.org> Date: Wed Aug 25 14:19:19 2010 +0200 CWS-TOOLING: integrate CWS sw33bf08 commit cde29b4edf7669ed8f48bc6e81f5513cf09780a8 Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Wed Aug 25 13:29:38 2010 +0200 fs33a: when all panels claim to be invisible, make the first one visible sfx2/source/dialog/taskpane.cxx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit cb033b9acb08fb718d7eaffa2b093b395b971cf9 Merge: 45ba31b 68c3203 Author: Ivo Hinkelmann <ihi@openoffice.org> Date: Wed Aug 25 12:49:35 2010 +0200 CWS-TOOLING: integrate CWS mib18 commit 8ace426a170164f6e90792de26213ea0eaab7efb Merge: e087040 836a0fa Author: Dirk Voelzke <dv@openoffice.org> Date: Wed Aug 25 10:35:59 2010 +0200 fwk154: merged heads commit 836a0fa49c8198c185a14a3b3690621294644c80 Author: Dirk Voelzke <dv@openoffice.org> Date: Wed Aug 25 08:25:36 2010 +0200 fwk154#i114083# fixed some file properies for the Oracle Open Office executables desktop/util/verinfo.rc | 8 ++++---- desktop/win32/source/applauncher/ooo/verinfo.rc | 4 ++-- desktop/win32/source/applauncher/verinfo.rc | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) commit 46cc97b7825b74b9d6f718cb4e7645ce1278a05a Author: Juergen Schmidt <jsc@openoffice.org> Date: Tue Aug 24 17:53:12 2010 +0200 fwk154: i114090: adapt listener code to reflect changes in config mgr, notification of change events (transplanted from 7c0cad639e0b6d74f4be88f5877270f1a8b9fa53) ucb/source/core/ucb.cxx | 26 ++++---------------------- 1 files changed, 4 insertions(+), 22 deletions(-) commit 9f2a658025c92f5d9dac1d717e0517fba8589d69 Merge: 8325f6b 45ba31b Author: sb <sb@openoffice.org> Date: Wed Aug 25 14:21:49 2010 +0200 sb130: merged in OOO330_m5 commit 8325f6b22551883c99c5b11cff50d454ad394a60 Author: sb <sb@openoffice.org> Date: Wed Aug 25 14:08:27 2010 +0200 sb130: #i113096# fixed TODO in configmgr::Broadcaster::send (to ease debugging) configmgr/source/broadcaster.cxx | 63 +++++++++++++++++++++++++------------ 1 files changed, 42 insertions(+), 21 deletions(-) commit e087040c0d686ca1f03b95a432567a700d420bfe Author: Juergen Schmidt <jsc@openoffice.org> Date: Tue Aug 24 17:53:12 2010 +0200 fwk154: i114090: adapt listener code to reflect changes in config mgr, notification of change events ucb/source/core/ucb.cxx | 26 ++++---------------------- 1 files changed, 4 insertions(+), 22 deletions(-) commit f4e7b133d8836e97f4a58e360405238866535cb9 Author: Carsten Driesner <cd@openoffice.org> Date: Mon Aug 23 13:43:42 2010 +0200 fwk154: #i114014# Use correct compare statement uui/source/iahndl-authentication.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e963509b1786bcabac7560e5d962359d56418a7 Author: Carsten Driesner <cd@openoffice.org> Date: Mon Aug 23 12:46:11 2010 +0200 fwk154: #i114014# Fix problem with check box 'Remember Password' in login dialog uui/source/iahndl-authentication.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5be137f8b856bc67fd6fb99a11eaee3faf1400a4 Merge: 2914220 a3652f2 Author: Mikhail Voytenko <mav@openoffice.org> Date: Wed Aug 18 16:48:00 2010 +0200 fwk153: merge commit 29142204d1d7a495c7477c9f4cc842150a636aee Author: Mikhail Voytenko <mav@openoffice.org> Date: Wed Aug 18 16:43:38 2010 +0200 fwk153: #i113674# replace backing component if there is one framework/inc/classes/framelistanalyzer.hxx | 25 +++++++++---------------- framework/prj/d.lst | 1 + framework/util/makefile.mk | 2 +- sfx2/source/view/viewfrm.cxx | 21 ++++++++++++++++++++- 4 files changed, 31 insertions(+), 18 deletions(-) commit 45ba31b194bc51b16d8f0892e432b2b77fce144d (tag: refs/tags/ooo/OOO330_m5) Merge: ce2c621 ad4d380 Author: Kurt Zenker <kz@openoffice.org> Date: Wed Aug 18 13:23:34 2010 +0200 CWS-TOOLING: integrate CWS ooo33gsl05 commit ce2c62170340cfe0870f58b3b557c33f9441f2bd Merge: d939031 a6f18d1 Author: Kurt Zenker <kz@openoffice.org> Date: Wed Aug 18 12:43:13 2010 +0200 CWS-TOOLING: integrate CWS mav56 commit d939031546d7472e09a1a096d78e1e3dbbb94e42 Merge: 6e0e29c 16a891e Author: Kurt Zenker <kz@openoffice.org> Date: Wed Aug 18 12:39:06 2010 +0200 CWS-TOOLING: integrate CWS fwk151 commit 6e0e29c23afae5d6715405b89a0d498b89cd9d5e Merge: 05d4c10 0517fd2 Author: Kurt Zenker <kz@openoffice.org> Date: Wed Aug 18 12:00:05 2010 +0200 CWS-TOOLING: integrate CWS jl154 commit a3652f203372976692c4bd02e51d0b86448ec51b Merge: cee18c6 27e0667 Author: Carsten Driesner <cd@openoffice.org> Date: Wed Aug 18 11:00:57 2010 +0200 fwk153: Merge changes commit cee18c6b582e045958a70cee8222a83598f4c437 Author: Carsten Driesner <cd@openoffice.org> Date: Wed Aug 18 10:52:09 2010 +0200 fwk153: #i110127# Provide one instance of module accelerator manager in module ui configuration manager implementation. .../moduleuiconfigurationmanager.hxx | 1 + .../accelerators/acceleratorconfiguration.cxx | 5 +- .../moduleuiconfigurationmanager.cxx | 78 +++++++++++--------- 3 files changed, 47 insertions(+), 37 deletions(-) commit 4aa0a027c7994cad5529534a32b9a903f01907b1 Author: Thomas Lange [tl] <tl@openoffice.org> Date: Tue Aug 17 16:46:36 2010 +0200 cws sw33bf08: #i113584#, #i113587# transliteration fixed editeng/source/editeng/impedit.hxx | 3 + editeng/source/editeng/impedit4.cxx | 369 +++++++++++++++++++++++++++++------ 2 files changed, 312 insertions(+), 60 deletions(-) commit 27e066791da4927b97824eef67cca7be9c4a0f91 Author: Mikhail Voytenko <mav@openoffice.org> Date: Tue Aug 17 10:13:38 2010 +0200 fwk153: #i113914# set the new storage for duplicate libraries also sfx2/source/doc/objstor.cxx | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) commit 68c320362696d9d9f9cb7d6ea9ad5dbc864e64c7 Author: Daniel Rentz <dr@openoffice.org> Date: Fri Aug 13 17:59:32 2010 +0200 mib18: wae basic/source/classes/sb.cxx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 5660ff9f62ff81029d74ede7784446604e7c18c0 Author: Daniel Rentz <dr@openoffice.org> Date: Fri Aug 13 17:51:00 2010 +0200 mib18: wae basic/source/runtime/step0.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad4d380dd22ccf85b0d0b4a6276ce27a2a9fed41 Author: Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> Date: Fri Aug 13 15:57:34 2010 +0200 ooo33gsl05: #i113810# fix on behalf of aw svx/source/svdraw/svdmrkv.cxx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit aaef5c3019e8fa0b2cf6a5d57e6842a9a2138d12 Merge: bc81a57 ae170eb Author: Daniel Rentz <dr@openoffice.org> Date: Fri Aug 13 15:03:20 2010 +0200 mib18: merge commit ae170eb18ad3f57a6f5e1b6ab3ad5459a8ae70f0 Author: Mikhail Voytenko <mav@openoffice.org> Date: Fri Aug 13 14:48:18 2010 +0200 mib18: #163278# handle the internal VBA types correctly basic/source/classes/sbunoobj.cxx | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit bc81a57e8f35a06f6b607fb575d5d4c54d8a3929 Merge: 43ebc93 a768f39 Author: Daniel Rentz <dr@openoffice.org> Date: Fri Aug 13 13:43:38 2010 +0200 mib18: merge commit 284f9a97eb9bc3c5835ec409bba8e8e646d3387b Merge: a768f39 7883aa8 Author: Mikhail Voytenko <mav@openoffice.org> Date: Fri Aug 13 13:38:18 2010 +0200 mib18: merging commit 7883aa8d17c9bae21b87a8d29a3c241e82dda8d2 Author: Mikhail Voytenko <mav@openoffice.org> Date: Fri Aug 13 13:28:45 2010 +0200 mib18: #163225# support long strings in basic basic/inc/basic/sbxvar.hxx | 12 +++-- basic/source/classes/sbunoobj.cxx | 2 +- basic/source/sbx/sbxbool.cxx | 18 +++--- basic/source/sbx/sbxbyte.cxx | 10 ++-- basic/source/sbx/sbxchar.cxx | 15 +++--- basic/source/sbx/sbxconv.hxx | 16 +++--- basic/source/sbx/sbxcurr.cxx | 26 +++++----- basic/source/sbx/sbxdate.cxx | 12 +++-- basic/source/sbx/sbxdbl.cxx | 10 ++-- basic/source/sbx/sbxdec.cxx | 20 ++++---- basic/source/sbx/sbxdec.hxx | 4 +- basic/source/sbx/sbxint.cxx | 38 ++++++------- basic/source/sbx/sbxlng.cxx | 10 ++-- basic/source/sbx/sbxres.cxx | 2 +- basic/source/sbx/sbxres.hxx | 2 +- basic/source/sbx/sbxscan.cxx | 37 +++++++------ basic/source/sbx/sbxsng.cxx | 10 ++-- basic/source/sbx/sbxstr.cxx | 50 ++++++++--------- basic/source/sbx/sbxuint.cxx | 10 ++-- basic/source/sbx/sbxulng.cxx | 10 ++-- basic/source/sbx/sbxvalue.cxx | 105 ++++++++++++++++++++----------------- basic/source/sbx/sbxvar.cxx | 40 +++++++------- 22 files changed, 235 insertions(+), 224 deletions(-) commit a768f3921b60caae5af40b305540a47aaedad275 Author: Michael Brauer <mib@openoffice.org> Date: Fri Aug 13 12:52:17 2010 +0200 mib18: #163285#: Set correct error code in Collection.item and Collection.remove basic/source/classes/sb.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a026803287e286be2ee4d4b0ab90fd30874a21bb Merge: 0cc2927 05d4c10 Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com> Date: Fri Aug 13 12:04:35 2010 +0200 fs33a: merge after pulling OOO330.m4's change sets commit 43ebc93ff5555b07895fdd9171ab12c310ebba87 Merge: 4aea598 05d4c10 Author: Daniel Rentz <dr@openoffice.org> Date: Fri Aug 13 11:29:46 2010 +0200 mib18: rebase to OOO330m4 commit 4aea598fb6ddfcfc883101be59ce5e3185d186e0 Author: Andreas Bregas <ab@openoffice.org> Date: Fri Aug 13 08:01:31 2010 +0200 mib18: #163254# Set right name and parent for copied object class members basic/source/classes/sb.cxx | 4 ++++ basic/source/comp/sbcomp.cxx | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 0517fd2d63228abe568e1fd9d564e30ed648d8b9 Merge: 23779a7 645d925 Author: Joerg Skottke [jsk] <jsk@openoffice.org> Date: Fri Aug 13 07:28:35 2010 +0200 jl154: Local merge commit 8d6235484043a008c49394555faf6b393bbb2617 Merge: 17a07b3 05d4c10 Author: Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> Date: Thu Aug 12 16:23:40 2010 +0200 merge with OOO330m4 commit 893a7cbe2b494d34603e642c8d4ac6a06cb82349 Author: Michael Stahl <mst@openoffice.org> Date: Thu Aug 12 16:13:11 2010 +0200 sw33bf08: #i108078#: ::sfx2::createBaseURI(): decode content of expand URI sfx2/source/doc/DocumentMetadataAccess.cxx | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) commit 567d3a2e14870f56155aa22823f3fd536dda6c71 Author: Michael Stahl <mst@openoffice.org> Date: Thu Aug 12 15:05:09 2010 +0200 sw33bf08: #i108078#: ::sfx2::createBaseURI(): manually expand vnd.sun.star.expand: URIs before calling makeAbsolute(). sfx2/source/doc/DocumentMetadataAccess.cxx | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) commit 5433c06f77017f4594937ce51aaa9e9579fddc8f Author: sb <sb@openoffice.org> Date: Thu Aug 12 10:22:02 2010 +0200 sb130: #i113096# introduced com.sun.star.configuration.XUpdate.removeExtensionXcuFile configmgr/source/README | 1 + configmgr/source/access.cxx | 23 +++- configmgr/source/additions.hxx | 43 ++++++ configmgr/source/components.cxx | 136 ++++++++++++++++--- configmgr/source/components.hxx | 15 ++- configmgr/source/data.cxx | 44 +++++++ configmgr/source/data.hxx | 23 +++- configmgr/source/update.cxx | 17 +++ configmgr/source/xcdparser.cxx | 2 +- configmgr/source/xcuparser.cxx | 30 +++-- configmgr/source/xcuparser.hxx | 6 +- .../registry/configuration/dp_configuration.cxx | 26 +++- 12 files changed, 308 insertions(+), 58 deletions(-) commit dffbec9fe51bd0d6bfc885c1061f5d62312e78a1 Author: Mikhail Voytenko <mav@openoffice.org> Date: Thu Aug 12 10:00:50 2010 +0200 fwk152: #i10000# fix warning desktop/source/app/appfirststart.cxx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 753d301aaa33b87d5ce4eb607d8802bbe09b8e13 Author: Andreas Bregas <ab@openoffice.org> Date: Thu Aug 12 08:40:35 2010 +0200 mib18: #163254# Fixed instantiation of class modules for object members basic/source/classes/sb.cxx | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 4cd6f4efe3ae774d9e8fca45e4a398eed5117aa9 Merge: 2419889 c778391 Author: Andreas Bregas <ab@openoffice.org> Date: Wed Aug 11 14:25:35 2010 +0200 mib18: Merge commit 2419889e37a924cef564e363e4931a26cb15e48f Author: Andreas Bregas <ab@openoffice.org> Date: Wed Aug 11 14:18:10 2010 +0200 mib18: #163237# Changed error handling in StepSET basic/source/runtime/step0.cxx | 229 ++++++++++++++++++++-------------------- 1 files changed, 114 insertions(+), 115 deletions(-) commit c7783913a83b91b5ad8af3585ed8015eeff0afcb Author: Daniel Rentz <dr@openoffice.org> Date: Wed Aug 11 11:11:45 2010 +0200 mib18: unx compiler warnings basic/source/comp/exprgen.cxx | 4 ++-- basic/source/comp/makefile.mk | 33 ++++++++++----------------------- 2 files changed, 12 insertions(+), 25 deletions(-) commit bfa03a95f4b47a4763537ee4fcc9340138134573 Author: Mikhail Voytenko <mav@openoffice.org> Date: Wed Aug 11 09:10:07 2010 +0200 mib18: #163215# handle the closed dialog correctly vbahelper/source/msforms/vbauserform.cxx | 47 +++++++++++++++++++----------- 1 files changed, 30 insertions(+), 17 deletions(-) commit 645d92535faaac02c1524abc1893dc1207acd1f5 Merge: 17a07b3 23779a7 Author: Joerg Skottke [jsk] <jsk@openoffice.org> Date: Wed Aug 11 08:57:13 2010 +0200 jl154: Local merge commit 6f1d21b2d2d239cd6253e7b8b36b2adf6571bfac Merge: d888d60 02fd7e0 Author: Andreas Bregas <ab@openoffice.org> Date: Wed Aug 11 08:28:57 2010 +0200 mib18: Merge commit d888d6060dbe2077fa571f33f53419098f00917c Author: Andreas Bregas <ab@openoffice.org> Date: Wed Aug 11 08:24:45 2010 +0200 mib18: #163121# Fixed back chain handling for new declare implementation basic/source/comp/dim.cxx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 02fd7e0a01b3c2e59a819d9dc21f402cb693c6a3 Author: Michael E. Bohn <mbn@openoffice.org> Date: Tue Aug 10 18:14:58 2010 +0200 mib18: #163259# implementation of global symbol Excel oovbaapi/ooo/vba/excel/XGlobals.idl | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 505e80d4570a778f1654cafcb0ba56dc4a27c000 Merge: 4966169 ae27c05 Author: Michael E. Bohn <mbn@openoffice.org> Date: Tue Aug 10 16:57:47 2010 +0200 heads merged commit 4966169f06ab743d8cf714e92282a80db54f3b5a Author: Michael E. Bohn <mbn@openoffice.org> Date: Tue Aug 10 16:55:52 2010 +0200 mib18: #163120# adding the entrypoint for symbol Debug oovbaapi/ooo/vba/excel/XGlobals.idl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0cc2927a54d1c34e766e4c591a23fad5335a6893 Merge: e1145c7 17a07b3 Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com> Date: Tue Aug 10 14:53:21 2010 +0200 merging in latest changes from OOO330(m3) commit a6f18d15186ba525739f3cd50ae50f1b3be2ac9d Author: Mikhail Voytenko <mav@openoffice.org> Date: Tue Aug 10 11:05:20 2010 +0200 mav56: #163253# tread invalid path segments correctly ucb/source/ucp/package/makefile.mk | 1 + ucb/source/ucp/package/pkguri.cxx | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) commit ae27c058ca364ca50cc27057e2c63b7f5b84c39d Author: Daniel Rentz <dr@openoffice.org> Date: Tue Aug 10 10:27:30 2010 +0200 mib18: #163246# add VBA symbol Worksheet.ProtectScenarios oovbaapi/ooo/vba/excel/XWorksheet.idl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 8d3a12bd55459ba99e802457a4112f290cd28ac1 Author: Andreas Bregas <ab@openoffice.org> Date: Mon Aug 9 15:50:34 2010 +0200 mib18: #163059# Ignore introspection based COM object members basic/source/classes/sbunoobj.cxx | 14 ++++++++++++-- basic/source/inc/sbunoobj.hxx | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) commit 42e3cc5745faad62d49ddae49581114ea81b46af Author: Mikhail Voytenko <mav@openoffice.org> Date: Mon Aug 9 10:47:38 2010 +0200 fwk152: #i108004# check the URLs correctly framework/source/loadenv/loadenv.cxx | 3 +- sfx2/inc/sfx2/docfile.hxx | 1 - sfx2/source/doc/docfile.cxx | 47 ---------------------------------- sfx2/source/doc/doctemplates.cxx | 2 +- sfx2/source/doc/objmisc.cxx | 2 +- sfx2/source/doc/objstor.cxx | 2 +- sfx2/source/doc/sfxbasemodel.cxx | 3 +- 7 files changed, 7 insertions(+), 53 deletions(-) commit e50f8b059ea9f4e96e64a931caeb909cf4628bff Author: Andreas Bregas <ab@openoffice.org> Date: Fri Aug 6 11:14:17 2010 +0200 mib18: #163175# Implement DoEvents empty basic/source/runtime/methods1.cxx | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 9134fb31919cd977801d2813e60bc3396c8910ec Author: Andreas Bregas <ab@openoffice.org> Date: Fri Aug 6 09:35:51 2010 +0200 mib18: #163121# Declare Rework basic/source/comp/codegen.cxx | 4 ++ basic/source/comp/dim.cxx | 61 +++++++++++++++++++++++++++- basic/source/comp/exprgen.cxx | 69 ++++++++----------------------- basic/source/comp/exprtree.cxx | 10 ---- basic/source/inc/expr.hxx | 3 - basic/source/inc/symtbl.hxx | 3 +- scripting/source/basprov/basmodnode.cxx | 14 +++++- scripting/source/basprov/basprov.cxx | 2 +- 8 files changed, 96 insertions(+), 70 deletions(-) commit e0ad6117f46c86d22777247ef90ad10b30e6f442 Author: Mikhail Voytenko <mav@openoffice.org> Date: Thu Aug 5 11:53:41 2010 +0200 fwk152: #i112452# let restart functionality restart quickstarter as well desktop/inc/app.hxx | 3 + desktop/source/app/app.cxx | 7 ++ desktop/source/app/appfirststart.cxx | 104 ++++++++++++++------ desktop/win32/source/officeloader/officeloader.cxx | 1 + officecfg/registry/schema/org/openoffice/Setup.xcs | 9 ++- 5 files changed, 94 insertions(+), 30 deletions(-) commit d542107ff02c7cec79307f3e32ec79617a7e03e2 Author: Andreas Bregas <ab@openoffice.org> Date: Thu Aug 5 11:52:07 2010 +0200 mib18: #163025# Changed RunInit handling for class modules to get right order basic/inc/basic/sbmod.hxx | 4 +- basic/source/classes/sb.cxx | 93 ++++++++++++++++++++++++++++++++++++- basic/source/comp/codegen.cxx | 8 ++- basic/source/comp/dim.cxx | 3 + basic/source/inc/parser.hxx | 5 +- basic/source/inc/sbintern.hxx | 6 ++ basic/source/runtime/methods1.cxx | 2 - 7 files changed, 112 insertions(+), 9 deletions(-) commit c65fa07ac8376999ef4fb293c9749abfbf4b689f Author: Daniel Rentz <dr@openoffice.org> Date: Wed Aug 4 18:13:02 2010 +0200 mib18: #162938# add VBA symbol Worksheet.AutoFilterMode oovbaapi/ooo/vba/excel/XWorksheet.idl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 16a891edfe85a583dfd6c22363e24cb32a1ef795 Author: Carsten Driesner <cd@openoffice.org> Date: Wed Aug 4 13:56:16 2010 +0200 fwk151: #i110127# Better formatting .../accelerators/acceleratorconfiguration.cxx | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 263df111b29b5c3915f2e0ab26980315fc1915fd Author: Daniel Rentz <dr@openoffice.org> Date: Wed Aug 4 09:56:54 2010 +0200 mib18: #162937# extract all integer and floating values from an 'Any' for Boolean parameters vbahelper/inc/vbahelper/vbahelper.hxx | 7 +++++++ vbahelper/source/vbahelper/vbahelper.cxx | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) commit 23779a786395825ac8a5733b3803b560667522dd Merge: 4c2f072 45fdc25 Author: Joachim Lingner <jl@openoffice.org> Date: Mon Aug 2 15:39:29 2010 +0200 jl154 merging with OOO330m2 commit 02d554112d9c0174e21b7ea7e4aea15fe564afa9 Author: Michael Stahl <mst@openoffice.org> Date: Thu Jul 29 14:57:46 2010 +0200 sw33bf08: #i113461#: SvxAutoCorrect::AutoCorrect(): apply patch by dtardon: do not freeze after erasing non-breaking space inserted by French AutoCorrection editeng/source/misc/svxacorr.cxx | 24 +++++++++++------------- 1 files changed, 11 insertions(+), 13 deletions(-) commit 4c2f072bffe60d64d124882d52492b1f76759271 Merge: d3a5cd9 3d785d8 Author: Joerg Skottke [jsk] <jsk@openoffice.org> Date: Thu Jul 29 13:55:23 2010 +0200 jl154: Local merge commit 3d785d8443fcdb531570d827186b1161640350f4 Author: Joachim Lingner <jl@openoffice.org> Date: Wed Jul 28 16:27:07 2010 +0200 jl154 #i113463# some comments and rollback even when runtime exception is thrown .../deployment/manager/dp_extensionmanager.cxx | 8 +++++++ .../deployment/registry/package/dp_package.cxx | 22 +++++-------------- 2 files changed, 14 insertions(+), 16 deletions(-) commit 9951e7b7804b3643b9bf7e837e5cd0f09373a8fc Author: Carsten Driesner <cd@openoffice.org> Date: Wed Jul 28 13:54:38 2010 +0200 fwk152: #i113249# Fix broken HTML clipboard editeng/source/editeng/eehtml.cxx | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 827100404f29853108a0a1fb8c329c2bb0410de4 Author: sb <sb@openoffice.org> Date: Wed Jul 28 13:01:55 2010 +0200 fwk152: #i113454# accept broken .xcs files containing empty <oor:component-scheme> configmgr/source/xcsparser.cxx | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 528c08bd8d648cf1c2f9f4e38642146d3ee69dd0 Author: Joachim Lingner <jl@openoffice.org> Date: Wed Jul 28 12:19:34 2010 +0200 jl154 #i113463# processPackage_ in dp_configuration.cxx threw an IOException when revoking xcs files .../registry/configuration/dp_configuration.cxx | 62 ++++++++------------ 1 files changed, 25 insertions(+), 37 deletions(-) commit 556bd4d205fa74157f378d0a8baf57dacd08bfaa Author: Carsten Driesner <cd@openoffice.org> Date: Tue Jul 27 18:11:00 2010 +0200 fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed configmgr/source/rootaccess.cxx | 5 ++- .../accelerators/acceleratorconfiguration.cxx | 21 +++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) commit df6cd526ceedb45436c0393696ec39a0a59e0fc6 Author: Carsten Driesner <cd@openoffice.org> Date: Tue Jul 27 18:11:00 2010 +0200 fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed configmgr/source/rootaccess.cxx | 5 ++- .../accelerators/acceleratorconfiguration.cxx | 21 +++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) commit f6a6db31e407119be5820361cc815f2cd380c6be Author: Joachim Lingner <jl@openoffice.org> Date: Tue Jul 27 14:38:42 2010 +0200 jl154 #i113463# unopkg sync fails on solaris, when there was one extension removed desktop/source/deployment/registry/dp_registry.cxx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit d3a5cd9a9d49e332a3eb10a296b1dc908d5571a8 Author: Dirk Voelzke <dv@openoffice.org> Date: Fri Jul 23 09:25:32 2010 +0200 jl154:#i133370# Remove 'disable' from popup menu for shared extensions desktop/source/deployment/gui/dp_gui_dialog2.cxx | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 01016b92b2e1c8136ad1f14e6163746c8562c081 Author: Joachim Lingner <jl@openoffice.org> Date: Thu Jul 22 14:10:02 2010 +0200 jl154 #i162868# unopkg sync now removes the folder when it does no contain a folder desktop/source/app/app.cxx | 42 +++++++++------------------ desktop/source/app/userinstall.cxx | 6 +--- desktop/source/app/userinstall.hxx | 2 - desktop/source/pkgchk/unopkg/unopkg_app.cxx | 5 ++- 4 files changed, 19 insertions(+), 36 deletions(-) commit 41e84bd96a082ea50217ce5956db7936f1f9d024 Merge: 4798dbf 78b22b2 Author: Joerg Skottke [jsk] <jsk@openoffice.org> Date: Thu Jul 22 10:44:04 2010 +0200 jl154: Local branch merge commit 78b22b28d6d257eb1ce844f0d6082179dc3cd809 Author: Joachim Lingner <jl@openoffice.org> Date: Wed Jul 21 13:29:14 2010 +0200 jl154 #i162868# unopkg sync removes share/prereg/bundled, changing registerExtensions desktop/source/pkgchk/unopkg/unopkg_app.cxx | 21 +++++ desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 105 ++++++++++++++++++++++++++ desktop/source/pkgchk/unopkg/unopkg_shared.h | 6 ++ 3 files changed, 132 insertions(+), 0 deletions(-) commit 126beccbacfefd5ec47eb66a4a214c82649d056b Author: Joachim Lingner <jl@openoffice.org> Date: Tue Jul 20 14:54:39 2010 +0200 jl154 #i113285# fixing deadlock when starting OOo by the testtool desktop/source/app/app.cxx | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 4798dbf7ec2e0aeec525200302f6566e9c62dab0 Merge: c04bc96 ac74bf3 Author: Joachim Lingner <jl@openoffice.org> Date: Fri Jul 16 15:45:18 2010 +0200 jl154 merging with OOO300_m1 commit c04bc96760bcb53af09c810a8f3251af4e24d174 Author: Joachim Lingner <jl@openoffice.org> Date: Thu Jul 15 11:11:50 2010 +0200 jl154 #162868# undoing: removing registration data folder if the last extension was removed, which was instroduced with eaf4b98ce57a desktop/source/deployment/manager/dp_manager.cxx | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit 5eb244a5af091bcf3e887eb6f2cac669724a65e9 Author: Joachim Lingner <jl@openoffice.org> Date: Thu Jul 15 15:38:43 2010 +0200 jl154 #162868# fix warnings caused by 990df1d5ff27 desktop/source/app/app.cxx | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 11a2edf653a11f4eba4cb1f94f90dc3ce1efa617 Author: Joachim Lingner <jl@openoffice.org> Date: Wed Jul 14 15:17:57 2010 +0200 jl154 #162868# removing registration data folder if the last extension was removed desktop/source/deployment/manager/dp_manager.cxx | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 503c30df49250eee4c34b82d3388b2a8e20816a3 Author: Carsten Driesner <cd@openoffice.org> Date: Wed Jul 14 14:09:08 2010 +0200 jl154: #162868# Added sync code to improve startup time with bundled extensions desktop/source/app/app.cxx | 220 ++++++++++++++++++++++++++++++++++++ desktop/source/app/userinstall.cxx | 6 +- desktop/source/app/userinstall.hxx | 2 + 3 files changed, 227 insertions(+), 1 deletions(-) commit 8f3373241dad0ca73602043cd28156a4d6f2b039 Merge: 31eb0af 34ebae2 Author: Ingo Schmidt <is@openoffice.org> Date: Mon Jul 12 15:58:30 2010 +0200 merge commit 34ebae2afba0a7d0ae01432a23f14077633a1cf8 Author: Joachim Lingner <jl@openoffice.org> Date: Mon Jul 12 14:04:55 2010 +0200 jl154 #162868# OOo Improvement dialog will now show at the second start .../openoffice/Office/OOoImprovement/Settings.xcs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 31eb0af3b1bbd5a885a487958642b110b3699e07 Merge: b58863e 78243f6 Author: Ingo Schmidt <is@openoffice.org> Date: Mon Jul 12 11:10:49 2010 +0200 merge commit 78243f60f3094a3c03a2a70d3c8caa354d4bfb5f Author: Joachim Lingner <jl@openoffice.org> Date: Mon Jul 12 10:26:26 2010 +0200 jl154 #162868# additional private sub-command for unopkg for use in setup desktop/source/pkgchk/unopkg/unopkg_app.cxx | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit b58863e8ddc923fa737d064b873b8099a24a8c51 Author: Carsten Driesner <cd@openoffice.org> Date: Wed Jul 7 13:51:44 2010 +0200 jl154: #i112449# Fix flicker on restart. Backing window won't get created if restart is required desktop/source/app/app.cxx | 266 ++++++++++++++++++++++---------------------- 1 files changed, 133 insertions(+), 133 deletions(-) commit e1145c70eb055c594b25bda5a662e65ae750f78f Merge: 83c6697 b171344 Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Tue Jul 6 15:24:32 2010 +0200 Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2 commit fe7bdecd4ea546c98207ee1e8e2a0eb401f8d356 Author: Joachim Lingner <jl@openoffice.org> Date: Mon Jul 5 15:46:50 2010 +0200 jl154 #i112934# replace old license headers introduced by CWS jl152 .../source/deployment/manager/dp_properties.cxx | 2 +- .../source/deployment/manager/dp_properties.hxx | 5 +---- .../configuration/dp_configurationbackenddb.cxx | 5 +---- .../configuration/dp_configurationbackenddb.hxx | 5 +---- .../registry/executable/dp_executablebackenddb.cxx | 5 +---- .../registry/executable/dp_executablebackenddb.hxx | 5 +---- .../deployment/registry/help/dp_helpbackenddb.cxx | 5 +---- .../deployment/registry/help/dp_helpbackenddb.hxx | 5 +---- .../registry/script/dp_scriptbackenddb.cxx | 5 +---- .../registry/script/dp_scriptbackenddb.hxx | 5 +---- desktop/source/migration/services/cexportsoo3.cxx | 5 +---- .../migration/services/oo3extensionmigration.cxx | 7 ++----- .../migration/services/oo3extensionmigration.hxx | 7 ++----- 13 files changed, 15 insertions(+), 51 deletions(-) commit 69ce56e3b6b9167c23893953f978fe1b26a432ec Merge: 3a9f321 bf0cf88 Author: Joachim Lingner <jl@openoffice.org> Date: Fri Jul 2 15:07:01 2010 +0200 jl154 merging heads commit bf0cf886073fbd6ee87104d90fb1d1ffd5b35a97 Author: Joachim Lingner <jl@openoffice.org> Date: Fri Jul 2 14:21:42 2010 +0200 jl154 #i112883# prevent extension synchronization at OOo startup desktop/source/deployment/misc/dp_misc.cxx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 3a9f321158f3f06e728c20664532ba60dea096a1 Author: sb <sb@openoffice.org> Date: Thu Jul 1 13:01:22 2010 +0200 jl154: #i112673# ensure that client-facing PID remains the same across internal OOo restart on Mac OS X desktop/source/app/app.cxx | 109 +++++++++++++++++++++++++++++++++----------- 1 files changed, 82 insertions(+), 27 deletions(-) commit b08fd7366c62a91f21ae4e19859bc696be13c152 Merge: b589c0d 871f924 Author: Joachim Lingner <jl@openoffice.org> Date: Wed Jun 30 17:12:59 2010 +0200 jl154 merge with DEV300_m84 commit b171344789c6eb81bbaf96002b981b5e919d9a05 Merge: a53bfcb 303dee0 Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Sun Jun 20 00:48:29 2010 +0200 Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2 commit 303dee093f9c39c809d5629a7b7f5fc45e4e086d Merge: 9c0446d a53bfcb Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Thu Jun 17 23:37:32 2010 +0200 fs33a: merged CWS unoawt2, implicit rebase to m83 commit 9c0446d131784e9a351dc30f15dcab7ba37e4b3d Merge: f91e396 d63595b Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Thu Jun 17 11:47:25 2010 +0200 fs33a: merge after pulling latest changes from DEV300 (m81) commit f91e396e38e97c16c7e4228cbc2fc8a053e66fe8 Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com> Date: Tue Apr 27 12:34:19 2010 +0200 fs33a: #111181# ImplSign: proper check whether the doc can be signed (only bail out if the document is no new) sfx2/source/doc/objserv.cxx | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)
Notes
Notes: split repo tag: libs-core_OOO_BUILD_3_2_98_1
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/genconstidl/api-to-idl.pl10
-rw-r--r--oovbaapi/ooo/vba/ControlProvider.idl6
-rw-r--r--oovbaapi/ooo/vba/XApplicationBase.idl4
-rw-r--r--oovbaapi/ooo/vba/XAssistant.idl6
-rw-r--r--oovbaapi/ooo/vba/XCollection.idl4
-rw-r--r--oovbaapi/ooo/vba/XCommandBar.idl6
-rw-r--r--oovbaapi/ooo/vba/XCommandBarButton.idl4
-rw-r--r--oovbaapi/ooo/vba/XCommandBarControl.idl4
-rw-r--r--oovbaapi/ooo/vba/XCommandBarControls.idl4
-rw-r--r--oovbaapi/ooo/vba/XCommandBarPopup.idl4
-rw-r--r--oovbaapi/ooo/vba/XCommandBars.idl4
-rw-r--r--oovbaapi/ooo/vba/XControlProvider.idl6
-rw-r--r--oovbaapi/ooo/vba/XDialogBase.idl14
-rw-r--r--oovbaapi/ooo/vba/XDialogsBase.idl14
-rw-r--r--oovbaapi/ooo/vba/XDocumentBase.idl4
-rw-r--r--oovbaapi/ooo/vba/XDocumentProperties.idl6
-rw-r--r--oovbaapi/ooo/vba/XDocumentProperty.idl8
-rw-r--r--oovbaapi/ooo/vba/XDocumentsBase.idl4
-rw-r--r--oovbaapi/ooo/vba/XErrObject.idl4
-rw-r--r--oovbaapi/ooo/vba/XFontBase.idl2
-rw-r--r--oovbaapi/ooo/vba/XGlobalsBase.idl2
-rw-r--r--oovbaapi/ooo/vba/XHelperInterface.idl4
-rw-r--r--oovbaapi/ooo/vba/XPageSetupBase.idl2
-rw-r--r--oovbaapi/ooo/vba/XPropValue.idl4
-rwxr-xr-xoovbaapi/ooo/vba/XVBAAppService.idl8
-rwxr-xr-xoovbaapi/ooo/vba/XVBADocService.idl10
-rw-r--r--oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl8
-rw-r--r--oovbaapi/ooo/vba/XWindowBase.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/Globals.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/Hyperlink.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/Range.idl2
-rwxr-xr-xoovbaapi/ooo/vba/excel/SheetObject.idl10
-rwxr-xr-xoovbaapi/ooo/vba/excel/SheetObjects.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/TextFrame.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/Window.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/Workbook.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/Worksheet.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XApplication.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/XAxes.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XAxis.idl88
-rw-r--r--oovbaapi/ooo/vba/excel/XAxisTitle.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XBorder.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XBorders.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XCharacters.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XChart.idl10
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObject.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObjects.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XChartTitle.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XCharts.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XComment.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XComments.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabel.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabels.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XDialog.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/XDialogs.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/XFont.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XFormat.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XFormatCondition.idl18
-rw-r--r--oovbaapi/ooo/vba/excel/XFormatConditions.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XGlobals.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreak.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreaks.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlink.idl10
-rwxr-xr-xoovbaapi/ooo/vba/excel/XHyperlinks.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/XInterior.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XName.idl14
-rw-r--r--oovbaapi/ooo/vba/excel/XNames.idl18
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObject.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObjects.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XOutline.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPageBreak.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPane.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotCache.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTable.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTables.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XRange.idl20
-rw-r--r--oovbaapi/ooo/vba/excel/XSeries.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XSeriesCollection.idl10
-rw-r--r--oovbaapi/ooo/vba/excel/XStyle.idl34
-rw-r--r--oovbaapi/ooo/vba/excel/XStyles.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XTextFrame.idl2
-rw-r--r--oovbaapi/ooo/vba/excel/XTitle.idl42
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreak.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreaks.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XValidation.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWindow.idl18
-rw-r--r--oovbaapi/ooo/vba/excel/XWindows.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbook.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbooks.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl12
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheetFunction.idl4
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheets.idl20
-rw-r--r--oovbaapi/ooo/vba/excel/XlBuildInDialog.idl20
-rw-r--r--oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl10
-rw-r--r--oovbaapi/ooo/vba/msforms/XButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XColorFormat.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XComboBox.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XControl.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XControls.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XFillFormat.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XGroupBox.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XImage.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XLabel.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XLineFormat.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XListBox.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XMultiPage.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XPages.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XPictureFormat.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XProgressBar.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XRadioButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XScrollBar.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XShape.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XShapeRange.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XShapes.idl4
-rw-r--r--oovbaapi/ooo/vba/msforms/XSpinButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextBox.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextBoxShape.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextFrame.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XToggleButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XUserForm.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XAddin.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XAddins.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XApplication.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XAutoTextEntries.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XAutoTextEntry.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XBookmark.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XBookmarks.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XBorder.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XBorders.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XDialog.idl12
-rw-r--r--oovbaapi/ooo/vba/word/XDialogs.idl12
-rw-r--r--oovbaapi/ooo/vba/word/XDocument.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XDocuments.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XField.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XFields.idl2
-rw-r--r--oovbaapi/ooo/vba/word/XFind.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XFont.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XGlobals.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XHeaderFooter.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XOptions.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XPageSetup.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XPane.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XPanes.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XParagraph.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XParagraphFormat.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XParagraphs.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XRange.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XReplacement.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XSection.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XSections.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XSelection.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XStyle.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XStyles.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XSystem.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XTable.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XTables.idl2
-rw-r--r--oovbaapi/ooo/vba/word/XTemplate.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XVariable.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XVariables.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XView.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XWindow.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XWrapFormat.idl2
163 files changed, 553 insertions, 544 deletions
diff --git a/oovbaapi/genconstidl/api-to-idl.pl b/oovbaapi/genconstidl/api-to-idl.pl
index 4959e979f89e..33e28e2c73af 100644
--- a/oovbaapi/genconstidl/api-to-idl.pl
+++ b/oovbaapi/genconstidl/api-to-idl.pl
@@ -4,7 +4,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -91,7 +91,7 @@ sub end_element($) {
}
elsif ( $state ne "" && $element eq "element" ) {
$state = "";
-
+
my @destination = split( /\./, $source );
my $module = shift( @destination );
my $type = shift( @destination );
@@ -109,7 +109,7 @@ sub end_element($) {
# Process characters
sub characters($) {
my ($data) = @_;
-
+
if ( $state eq "name" ) {
chomp( $name = $data );
}
@@ -121,12 +121,12 @@ sub characters($) {
# Create idls from the parsed data
sub generate_idls($) {
my ($path) = @_;
-
+
foreach $module ( keys %result ) {
foreach $type ( keys %{$result{$module}} ) {
my $fname = $path . "/" . $type . ".idl";
open( IDL, ">$fname" ) || die "Cannot write $fname.";
-
+
if( $module eq "vba" ) {
print IDL "module ooo { module $module {\n";
}
diff --git a/oovbaapi/ooo/vba/ControlProvider.idl b/oovbaapi/ooo/vba/ControlProvider.idl
index fc45173763d7..a6c47131a593 100644
--- a/oovbaapi/ooo/vba/ControlProvider.idl
+++ b/oovbaapi/ooo/vba/ControlProvider.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,11 +36,11 @@
#endif
-module ooo { module vba {
+module ooo { module vba {
interface XControlProvider;
-service ControlProvider
+service ControlProvider
{
interface ::ooo::vba::XControlProvider;
};
diff --git a/oovbaapi/ooo/vba/XApplicationBase.idl b/oovbaapi/ooo/vba/XApplicationBase.idl
index d9d32e02f2ce..2a9830568d84 100644
--- a/oovbaapi/ooo/vba/XApplicationBase.idl
+++ b/oovbaapi/ooo/vba/XApplicationBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,7 +24,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-
+
#ifndef __ooo_vba_XApplicationBase_idl__
#define __ooo_vba_XApplicationBase_idl__
diff --git a/oovbaapi/ooo/vba/XAssistant.idl b/oovbaapi/ooo/vba/XAssistant.idl
index a9077aa4cf3b..dd6e762ab528 100644
--- a/oovbaapi/ooo/vba/XAssistant.idl
+++ b/oovbaapi/ooo/vba/XAssistant.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XAssistant
@@ -48,7 +48,7 @@ interface XAssistant
[attribute] long Top;
[attribute] long Left;
[attribute] long Animation;
-
+
string Name() raises ( com::sun::star::script::BasicErrorException );
};
diff --git a/oovbaapi/ooo/vba/XCollection.idl b/oovbaapi/ooo/vba/XCollection.idl
index 63982aab36d6..7b41e9e68283 100644
--- a/oovbaapi/ooo/vba/XCollection.idl
+++ b/oovbaapi/ooo/vba/XCollection.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCollection
diff --git a/oovbaapi/ooo/vba/XCommandBar.idl b/oovbaapi/ooo/vba/XCommandBar.idl
index 3b3a2349a83e..9ec666fcdd31 100644
--- a/oovbaapi/ooo/vba/XCommandBar.idl
+++ b/oovbaapi/ooo/vba/XCommandBar.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBarControls;
@@ -47,7 +47,7 @@ interface XCommandBar
[attribute] string Name;
[attribute] boolean Visible;
[attribute] boolean Enabled;
-
+
void Delete() raises ( com::sun::star::script::BasicErrorException );
any Controls( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );
long Type() raises ( com::sun::star::script::BasicErrorException );
diff --git a/oovbaapi/ooo/vba/XCommandBarButton.idl b/oovbaapi/ooo/vba/XCommandBarButton.idl
index 4914bbc569cb..edbd0920bdee 100644
--- a/oovbaapi/ooo/vba/XCommandBarButton.idl
+++ b/oovbaapi/ooo/vba/XCommandBarButton.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,7 +32,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBarButton: com::sun::star::uno::XInterface
diff --git a/oovbaapi/ooo/vba/XCommandBarControl.idl b/oovbaapi/ooo/vba/XCommandBarControl.idl
index 7f20a6bf2c3f..2049cf534252 100644
--- a/oovbaapi/ooo/vba/XCommandBarControl.idl
+++ b/oovbaapi/ooo/vba/XCommandBarControl.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBarControl
diff --git a/oovbaapi/ooo/vba/XCommandBarControls.idl b/oovbaapi/ooo/vba/XCommandBarControls.idl
index f2e0824cf5b5..5a2e9a46452b 100644
--- a/oovbaapi/ooo/vba/XCommandBarControls.idl
+++ b/oovbaapi/ooo/vba/XCommandBarControls.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBarControl;
diff --git a/oovbaapi/ooo/vba/XCommandBarPopup.idl b/oovbaapi/ooo/vba/XCommandBarPopup.idl
index 8511ae4412ad..b90d3ba6f52d 100644
--- a/oovbaapi/ooo/vba/XCommandBarPopup.idl
+++ b/oovbaapi/ooo/vba/XCommandBarPopup.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,7 +32,7 @@
#endif
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBarPopup: com::sun::star::uno::XInterface
diff --git a/oovbaapi/ooo/vba/XCommandBars.idl b/oovbaapi/ooo/vba/XCommandBars.idl
index 484b7bc76629..0197cb2f192a 100644
--- a/oovbaapi/ooo/vba/XCommandBars.idl
+++ b/oovbaapi/ooo/vba/XCommandBars.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XCommandBar;
diff --git a/oovbaapi/ooo/vba/XControlProvider.idl b/oovbaapi/ooo/vba/XControlProvider.idl
index 23f890d5a1c3..afffe8edbba7 100644
--- a/oovbaapi/ooo/vba/XControlProvider.idl
+++ b/oovbaapi/ooo/vba/XControlProvider.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,9 +46,9 @@
#include <ooo/vba/msforms/XControl.idl>
#endif
-module ooo { module vba {
+module ooo { module vba {
-interface XControlProvider
+interface XControlProvider
{
::ooo::vba::msforms::XControl createControl( [in] ::com::sun::star::drawing::XControlShape xControl, [in] ::com::sun::star::frame::XModel xDocOwner );
::ooo::vba::msforms::XControl createUserformControl( [in] ::com::sun::star::awt::XControl xControl, [in] ::com::sun::star::awt::XControl xDialog, [in] ::com::sun::star::frame::XModel xDocOwner );
diff --git a/oovbaapi/ooo/vba/XDialogBase.idl b/oovbaapi/ooo/vba/XDialogBase.idl
index fd89edb16237..ee5c8330cb56 100644
--- a/oovbaapi/ooo/vba/XDialogBase.idl
+++ b/oovbaapi/ooo/vba/XDialogBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_XDialog_idl__
#define __ooo_vba_XDialog_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -37,19 +37,19 @@
//=============================================================================
-
+
module ooo { module vba {
-
+
//=============================================================================
-interface XDialogBase
+interface XDialogBase
{
interface ::ooo::vba::XHelperInterface;
void Show();
};
-
+
}; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/XDialogsBase.idl b/oovbaapi/ooo/vba/XDialogsBase.idl
index 74c36d4f1738..a19400670976 100644
--- a/oovbaapi/ooo/vba/XDialogsBase.idl
+++ b/oovbaapi/ooo/vba/XDialogsBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_XDialogs_idl__
#define __ooo_vba_XDialogs_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -39,19 +39,19 @@
#endif
//=============================================================================
-
+
module ooo { module vba {
-
+
//interface XDialogs : ::ooo::vba::XCollection
-interface XDialogsBase
+interface XDialogsBase
{
interface ::ooo::vba::XHelperInterface;
[attribute, readonly] long Count;
any Item( [in] any Index );
};
-
+
}; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/XDocumentBase.idl b/oovbaapi/ooo/vba/XDocumentBase.idl
index a4ee8b4366c6..bb45cafdace7 100644
--- a/oovbaapi/ooo/vba/XDocumentBase.idl
+++ b/oovbaapi/ooo/vba/XDocumentBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/XDocumentProperties.idl b/oovbaapi/ooo/vba/XDocumentProperties.idl
index 7c56d33924ab..cd5c80964eca 100644
--- a/oovbaapi/ooo/vba/XDocumentProperties.idl
+++ b/oovbaapi/ooo/vba/XDocumentProperties.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
#include <ooo/vba/XCollection.idl>
#endif
-module ooo { module vba {
+module ooo { module vba {
interface XDocumentProperty;
interface XDocumentProperties
{
@@ -57,7 +57,7 @@ interface XDocumentProperties
* @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The container application determines
* what types of source linking you can use.
*/
- XDocumentProperty Add([in] string Name, [in] boolean LinkToContent, [in] /* MsoDocProperties */ byte Type, [in] any Value,
+ XDocumentProperty Add([in] string Name, [in] boolean LinkToContent, [in] /* MsoDocProperties */ byte Type, [in] any Value,
[in] /*optional*/ any LinkSource)
raises (com::sun::star::script::BasicErrorException);
};
diff --git a/oovbaapi/ooo/vba/XDocumentProperty.idl b/oovbaapi/ooo/vba/XDocumentProperty.idl
index d570d3f15fca..b0f1a2c5c680 100644
--- a/oovbaapi/ooo/vba/XDocumentProperty.idl
+++ b/oovbaapi/ooo/vba/XDocumentProperty.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,16 +38,16 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba {
+module ooo { module vba {
/**
* Specific built-in document property. Use CustomDocumentProperties(index),
* where index is the name or index number of the custom document property,
* to return a DocumentProperty object that represents a specific custom document property.
*/
-interface XDocumentProperty
+interface XDocumentProperty
{
-
+
interface com::sun::star::script::XDefaultProperty;
interface ooo::vba::XHelperInterface;
diff --git a/oovbaapi/ooo/vba/XDocumentsBase.idl b/oovbaapi/ooo/vba/XDocumentsBase.idl
index 6c4048f68b81..1ce672566063 100644
--- a/oovbaapi/ooo/vba/XDocumentsBase.idl
+++ b/oovbaapi/ooo/vba/XDocumentsBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ module ooo { module vba {
//=============================================================================
-interface XDocumentsBase
+interface XDocumentsBase
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/XErrObject.idl b/oovbaapi/ooo/vba/XErrObject.idl
index 84ef9c2c412c..5c3ea226a2ce 100644
--- a/oovbaapi/ooo/vba/XErrObject.idl
+++ b/oovbaapi/ooo/vba/XErrObject.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
module ooo { module vba {
//==============================================================================
-/**
+/**
*/
interface XErrObject : ::com::sun::star::uno::XInterface
{
diff --git a/oovbaapi/ooo/vba/XFontBase.idl b/oovbaapi/ooo/vba/XFontBase.idl
index 93d3749e85bd..1310ca67b115 100644
--- a/oovbaapi/ooo/vba/XFontBase.idl
+++ b/oovbaapi/ooo/vba/XFontBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/XGlobalsBase.idl b/oovbaapi/ooo/vba/XGlobalsBase.idl
index 1d41463b53c9..c04a2029bd44 100644
--- a/oovbaapi/ooo/vba/XGlobalsBase.idl
+++ b/oovbaapi/ooo/vba/XGlobalsBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/XHelperInterface.idl b/oovbaapi/ooo/vba/XHelperInterface.idl
index 80d1fbddcfa1..6adfdbee2481 100644
--- a/oovbaapi/ooo/vba/XHelperInterface.idl
+++ b/oovbaapi/ooo/vba/XHelperInterface.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@
module ooo { module vba {
-interface XHelperInterface
+interface XHelperInterface
{
interface ::com::sun::star::lang::XServiceInfo;
diff --git a/oovbaapi/ooo/vba/XPageSetupBase.idl b/oovbaapi/ooo/vba/XPageSetupBase.idl
index 2c496cb48f06..db5a1499a889 100644
--- a/oovbaapi/ooo/vba/XPageSetupBase.idl
+++ b/oovbaapi/ooo/vba/XPageSetupBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/XPropValue.idl b/oovbaapi/ooo/vba/XPropValue.idl
index 17059ede9dcb..bdb1f89e1810 100644
--- a/oovbaapi/ooo/vba/XPropValue.idl
+++ b/oovbaapi/ooo/vba/XPropValue.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/XVBAAppService.idl b/oovbaapi/ooo/vba/XVBAAppService.idl
index 1c4a0920fbf8..38cb0f9a1a17 100755
--- a/oovbaapi/ooo/vba/XVBAAppService.idl
+++ b/oovbaapi/ooo/vba/XVBAAppService.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,7 +48,7 @@
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
@@ -57,14 +57,14 @@ interface XHelperInterface;
interface XComponentContext;
interface XModel;
-interface XVBAAppService
+interface XVBAAppService
{
interface ::com::sun::star::uno::XInterface;
any getVBE([in] XHelperInterface xParent, [in] ::com::sun::star::uno::XComponentContext xContext, [in] ::com::sun::star::frame::XModel xModel);
any getVBProjects([in] XHelperInterface xParent, [in] ::com::sun::star::uno::XComponentContext xContext, [in] ::com::sun::star::frame::XModel xModel, [in] ::com::sun::star::script::XLibraryContainer xMacroLibraryContainer, [in] com::sun::star::script::XLibraryContainer xDialogLibraryContainer);
-
+
};
}; };
diff --git a/oovbaapi/ooo/vba/XVBADocService.idl b/oovbaapi/ooo/vba/XVBADocService.idl
index 6500f028934b..2028772702aa 100755
--- a/oovbaapi/ooo/vba/XVBADocService.idl
+++ b/oovbaapi/ooo/vba/XVBADocService.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,7 +48,7 @@
//=============================================================================
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
@@ -57,14 +57,14 @@ interface XHelperInterface;
interface XComponentContext;
interface XModel;
-interface XVBADocService
+interface XVBADocService
{
interface ::com::sun::star::uno::XInterface;
-
+
any getVBProject([in] XHelperInterface xParent, [in] ::com::sun::star::uno::XComponentContext xContext, [in] ::com::sun::star::frame::XModel xModel, [in] ::com::sun::star::script::XLibraryContainer xMacroLibraryContainer, [in] com::sun::star::script::XLibraryContainer xDialogLibraryContainer);
-
+
};
}; };
diff --git a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
index 1304ce474369..5ca644c12db3 100644
--- a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
+++ b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -29,13 +29,13 @@
#ifndef __com_sun_star_script_ScriptEventDescriptor_idl__
#include <com/sun/star/script/ScriptEventDescriptor.idl>
-#endif
+#endif
#ifndef __com_sun_star_script_XScriptEventsSupplier_idl__
#include <com/sun/star/script/XScriptEventsSupplier.idl>
-#endif
+#endif
-module ooo { module vba {
+module ooo { module vba {
interface XVBAToOOEventDescGen : com::sun::star::uno::XInterface
{
sequence< com::sun::star::script::ScriptEventDescriptor > getEventDescriptions( [in] com::sun::star::uno::XInterface xControl, [in] string sCodeName );
diff --git a/oovbaapi/ooo/vba/XWindowBase.idl b/oovbaapi/ooo/vba/XWindowBase.idl
index 3872a9af5dd3..6c3590466294 100644
--- a/oovbaapi/ooo/vba/XWindowBase.idl
+++ b/oovbaapi/ooo/vba/XWindowBase.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,18 +35,18 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba {
+module ooo { module vba {
//=============================================================================
interface XWindowBase
{
interface ::ooo::vba::XHelperInterface;
- [attribute] long Height;
- [attribute] long Left;
- [attribute] long Top;
+ [attribute] long Height;
+ [attribute] long Left;
+ [attribute] long Top;
[attribute] boolean Visible;
- [attribute] long Width;
+ [attribute] long Width;
};
}; };
diff --git a/oovbaapi/ooo/vba/excel/Globals.idl b/oovbaapi/ooo/vba/excel/Globals.idl
index 499bc9a596a0..334bcff1bb15 100644
--- a/oovbaapi/ooo/vba/excel/Globals.idl
+++ b/oovbaapi/ooo/vba/excel/Globals.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/Hyperlink.idl b/oovbaapi/ooo/vba/excel/Hyperlink.idl
index cdc058e4c762..e3cf458b982f 100644
--- a/oovbaapi/ooo/vba/excel/Hyperlink.idl
+++ b/oovbaapi/ooo/vba/excel/Hyperlink.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/Range.idl b/oovbaapi/ooo/vba/excel/Range.idl
index 854f5ff58758..f8639b890130 100644
--- a/oovbaapi/ooo/vba/excel/Range.idl
+++ b/oovbaapi/ooo/vba/excel/Range.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/SheetObject.idl b/oovbaapi/ooo/vba/excel/SheetObject.idl
index e4037e69b84d..5d8e6efb399d 100755
--- a/oovbaapi/ooo/vba/excel/SheetObject.idl
+++ b/oovbaapi/ooo/vba/excel/SheetObject.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
/* Note: This file collects all compatibility interfaces for drawing objects
and drawing controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
-
+
//=============================================================================
module ooo { module vba { module excel {
@@ -43,7 +43,7 @@ module ooo { module vba { module excel {
//=============================================================================
/** Base interface for graphic objects and drawing controls in a single sheet.
-
+
<p>The objects supporting this interface are now deprecated in VBA in
favour of the Shapes and OLEObjects collections, but are kept for
compatibility with old VBA scripts. All form control objects do NOT belong
@@ -72,7 +72,7 @@ interface XSheetObject : ooo::vba::XHelperInterface
/** Anchor mode of the object (fixed or variable position and size). Must
be a value from <type>ooo::vba::excel::XlPlacement</type>. */
[attribute] long Placement;
-
+
/** True = print object, false = skip object on printing. */
[attribute] boolean PrintObject;
};
@@ -105,7 +105,7 @@ interface XButton : com::sun::star::uno::XInterface
/** Vertical alignment of the caption. */
[attribute] long VerticalAlignment;
-
+
/** Orientation (rotation) of the text. Must be a value from
<type>ooo::vba::excel::XlOrientation</type>. */
[attribute] long Orientation;
diff --git a/oovbaapi/ooo/vba/excel/SheetObjects.idl b/oovbaapi/ooo/vba/excel/SheetObjects.idl
index 0339059e1231..4c93bb3bf5ea 100755
--- a/oovbaapi/ooo/vba/excel/SheetObjects.idl
+++ b/oovbaapi/ooo/vba/excel/SheetObjects.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@ module ooo { module vba { module excel {
/** Collections that implement this interface provide access to a specific type
of drawing objects in a single sheet.
-
+
<p>The following sheet symbols represent collections of graphic objects,
and therefore implement this interface:</p>
<ul><li>Buttons: push button (command button) controls,</li>
@@ -73,12 +73,12 @@ interface XGraphicObjects : com::sun::star::uno::XInterface
{
/** Adds a new graphic object to the sheet this collection belongs to. The
type of the object is determined by the type of the collection.
-
+
@param fLeft Position of the left border in points (1/72 inch).
@param fTop Position of the top border in points (1/72 inch).
@param fWidth Width of the object in points (1/72 inch).
@param fHeight Height of the object in points (1/72 inch).
-
+
@return The created graphic object.
*/
any Add( [in] any fLeft, [in] any fTop, [in] any fWidth, [in] any fHeight );
diff --git a/oovbaapi/ooo/vba/excel/TextFrame.idl b/oovbaapi/ooo/vba/excel/TextFrame.idl
index cef8dd002eab..26a4481e98a7 100644
--- a/oovbaapi/ooo/vba/excel/TextFrame.idl
+++ b/oovbaapi/ooo/vba/excel/TextFrame.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/Window.idl b/oovbaapi/ooo/vba/excel/Window.idl
index b367b8e900cf..e13f8b673254 100644
--- a/oovbaapi/ooo/vba/excel/Window.idl
+++ b/oovbaapi/ooo/vba/excel/Window.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/Workbook.idl b/oovbaapi/ooo/vba/excel/Workbook.idl
index deb2f36cfd40..a3ea43e1f74f 100644
--- a/oovbaapi/ooo/vba/excel/Workbook.idl
+++ b/oovbaapi/ooo/vba/excel/Workbook.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/Worksheet.idl b/oovbaapi/ooo/vba/excel/Worksheet.idl
index f288d6395d50..4d7189c361bb 100644
--- a/oovbaapi/ooo/vba/excel/Worksheet.idl
+++ b/oovbaapi/ooo/vba/excel/Worksheet.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl
index 6f513ae64577..ac1f4c4ee0fa 100644
--- a/oovbaapi/ooo/vba/excel/XApplication.idl
+++ b/oovbaapi/ooo/vba/excel/XApplication.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,7 +32,7 @@
#include <ooo/vba/XHelperInterface.idl>
#include <ooo/vba/XAssistant.idl>
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XRange;
interface XWorkbook;
@@ -47,8 +47,8 @@ interface XApplication
// Application serves as WorksheetFunction object with little differences
interface ::com::sun::star::beans::XExactName;
interface ::com::sun::star::script::XInvocation;
-
-// interface ::ooo::vba::XHelperInterface;
+
+// interface ::ooo::vba::XHelperInterface;
[attribute, readonly] any Selection;
[attribute, readonly] XWorkbook ActiveWorkbook;
@@ -63,12 +63,12 @@ interface XApplication
[attribute] boolean DisplayFormulaBar;
[attribute] any CutCopyMode;
[attribute] any StatusBar;
- [attribute] long Cursor;
+ [attribute] long Cursor;
[attribute] boolean EnableEvents;
void setDefaultFilePath([in] string DefaultFilePath) raises(com::sun::star::script::BasicErrorException);
- string getDefaultFilePath() raises(com::sun::star::script::BasicErrorException);
+ string getDefaultFilePath() raises(com::sun::star::script::BasicErrorException);
string LibraryPath() raises(com::sun::star::script::BasicErrorException);
string TemplatesPath() raises(com::sun::star::script::BasicErrorException);
diff --git a/oovbaapi/ooo/vba/excel/XAxes.idl b/oovbaapi/ooo/vba/excel/XAxes.idl
index f472bcde8a44..06d7c7f073b8 100644
--- a/oovbaapi/ooo/vba/excel/XAxes.idl
+++ b/oovbaapi/ooo/vba/excel/XAxes.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,11 +43,11 @@
#ifndef __ooo_vba_XCollection_idl__
#include <ooo/vba/XCollection.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XAxes
{
- interface ::ooo::vba::XCollection;
+ interface ::ooo::vba::XCollection;
};
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XAxis.idl b/oovbaapi/ooo/vba/excel/XAxis.idl
index 5bcd3370a40b..0183d3bcccb0 100644
--- a/oovbaapi/ooo/vba/excel/XAxis.idl
+++ b/oovbaapi/ooo/vba/excel/XAxis.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
module ooo { module vba { module excel {
interface XAxisTitle;
-interface XAxis
+interface XAxis
{
interface ::ooo::vba::XHelperInterface;
@@ -166,89 +166,89 @@ interface XAxis
raises (com::sun::star::script::BasicErrorException);
- // XBorder getBorder( ) raises ( com::sun::star::script::BasicErrorException );
+ // XBorder getBorder( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMinorGridlines( [in] XGridlines MinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMinorGridlines( [in] XGridlines MinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
- // XGridlines getMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
+ // XGridlines getMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMinorTickMark( [in] long MinorTickMark ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMinorTickMark( [in] long MinorTickMark ) raises ( com::sun::star::script::BasicErrorException );
- // long getMinorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getMinorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
- // void setTickLabelPosition( [in] long TickLabelPosition ) raises ( com::sun::star::script::BasicErrorException );
+ // void setTickLabelPosition( [in] long TickLabelPosition ) raises ( com::sun::star::script::BasicErrorException );
- // long getTickLabelPosition( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getTickLabelPosition( ) raises ( com::sun::star::script::BasicErrorException );
- // void setTickLabels( [in] XTickLabels TickLabels ) raises ( com::sun::star::script::BasicErrorException );
+ // void setTickLabels( [in] XTickLabels TickLabels ) raises ( com::sun::star::script::BasicErrorException );
- // XTickLabels getTickLabels( ) raises ( com::sun::star::script::BasicErrorException );
+ // XTickLabels getTickLabels( ) raises ( com::sun::star::script::BasicErrorException );
- // void setTickLabelSpacing( [in] long TickLabelSpacing ) raises ( com::sun::star::script::BasicErrorException );
+ // void setTickLabelSpacing( [in] long TickLabelSpacing ) raises ( com::sun::star::script::BasicErrorException );
- // long getTickLabelSpacing( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getTickLabelSpacing( ) raises ( com::sun::star::script::BasicErrorException );
- // void setTickMarkSpacing( [in] long TickMarkSpacing ) raises ( com::sun::star::script::BasicErrorException );
+ // void setTickMarkSpacing( [in] long TickMarkSpacing ) raises ( com::sun::star::script::BasicErrorException );
- // long getTickMarkSpacing( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getTickMarkSpacing( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMajorGridlines( [in] XGridlines MajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMajorGridlines( [in] XGridlines MajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
- // XGridlines getMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
+ // XGridlines getMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMajorTickMark( [in] long MajorTickMark ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMajorTickMark( [in] long MajorTickMark ) raises ( com::sun::star::script::BasicErrorException );
- // long getMajorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getMajorTickMark( ) raises ( com::sun::star::script::BasicErrorException );
- // void setBaseUnit( [in] long BaseUnit ) raises ( com::sun::star::script::BasicErrorException );
+ // void setBaseUnit( [in] long BaseUnit ) raises ( com::sun::star::script::BasicErrorException );
- // long getBaseUnit( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getBaseUnit( ) raises ( com::sun::star::script::BasicErrorException );
- // void setBaseUnitIsAuto( [in] boolean BaseUnitIsAuto ) raises ( com::sun::star::script::BasicErrorException );
+ // void setBaseUnitIsAuto( [in] boolean BaseUnitIsAuto ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getBaseUnitIsAuto( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getBaseUnitIsAuto( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMajorUnitScale( [in] long MajorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMajorUnitScale( [in] long MajorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
- // long getMajorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getMajorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
- // void setMinorUnitScale( [in] long MinorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
+ // void setMinorUnitScale( [in] long MinorUnitScale ) raises ( com::sun::star::script::BasicErrorException );
- // long getMinorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getMinorUnitScale( ) raises ( com::sun::star::script::BasicErrorException );
- // void setCategoryType( [in] long CategoryType ) raises ( com::sun::star::script::BasicErrorException );
+ // void setCategoryType( [in] long CategoryType ) raises ( com::sun::star::script::BasicErrorException );
- // long getCategoryType( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getCategoryType( ) raises ( com::sun::star::script::BasicErrorException );
- // void setHasMajorGridlines( [in] boolean HasMajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
+ // void setHasMajorGridlines( [in] boolean HasMajorGridlines ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getHasMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getHasMajorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
- // void setHasMinorGridlines( [in] boolean HasMinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
+ // void setHasMinorGridlines( [in] boolean HasMinorGridlines ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getHasMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getHasMinorGridlines( ) raises ( com::sun::star::script::BasicErrorException );
- // void setCategoryNames( [in] any CategoryNames ) raises ( com::sun::star::script::BasicErrorException );
+ // void setCategoryNames( [in] any CategoryNames ) raises ( com::sun::star::script::BasicErrorException );
- // any getCategoryNames( ) raises ( com::sun::star::script::BasicErrorException );
+ // any getCategoryNames( ) raises ( com::sun::star::script::BasicErrorException );
- // void setDisplayUnitCustom( [in] double DisplayUnitCustom ) raises ( com::sun::star::script::BasicErrorException );
+ // void setDisplayUnitCustom( [in] double DisplayUnitCustom ) raises ( com::sun::star::script::BasicErrorException );
- // double getDisplayUnitCustom( ) raises ( com::sun::star::script::BasicErrorException );
+ // double getDisplayUnitCustom( ) raises ( com::sun::star::script::BasicErrorException );
- // void setHasDisplayUnitLabel( [in] boolean HasDisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
+ // void setHasDisplayUnitLabel( [in] boolean HasDisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getHasDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getHasDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
- // void setDisplayUnitLabel( [in] XDisplayUnitLabel DisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
+ // void setDisplayUnitLabel( [in] XDisplayUnitLabel DisplayUnitLabel ) raises ( com::sun::star::script::BasicErrorException );
- // XDisplayUnitLabel getDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
+ // XDisplayUnitLabel getDisplayUnitLabel( ) raises ( com::sun::star::script::BasicErrorException );
- // any Select( ) raises ( com::sun::star::script::BasicErrorException );
+ // any Select( ) raises ( com::sun::star::script::BasicErrorException );
- // void setAxisBetweenCategories( [in] boolean AxisBetweenCategories ) raises ( com::sun::star::script::BasicErrorException );
+ // void setAxisBetweenCategories( [in] boolean AxisBetweenCategories ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getAxisBetweenCategories( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getAxisBetweenCategories( ) raises ( com::sun::star::script::BasicErrorException );
};
diff --git a/oovbaapi/ooo/vba/excel/XAxisTitle.idl b/oovbaapi/ooo/vba/excel/XAxisTitle.idl
index 8d30c04a4fa2..559a6e26e093 100644
--- a/oovbaapi/ooo/vba/excel/XAxisTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XAxisTitle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,9 +36,9 @@
#include <com/sun/star/script/BasicErrorException.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
-interface XAxisTitle
+interface XAxisTitle
{
interface ::ooo::vba::excel::XTitle;
};
diff --git a/oovbaapi/ooo/vba/excel/XBorder.idl b/oovbaapi/ooo/vba/excel/XBorder.idl
index f227ce6cb06b..c25c15f7f656 100644
--- a/oovbaapi/ooo/vba/excel/XBorder.idl
+++ b/oovbaapi/ooo/vba/excel/XBorder.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XBorders.idl b/oovbaapi/ooo/vba/excel/XBorders.idl
index 16d75327824a..1cf3233227b4 100644
--- a/oovbaapi/ooo/vba/excel/XBorders.idl
+++ b/oovbaapi/ooo/vba/excel/XBorders.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,12 +40,12 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XBorders
{
-
+
interface ooo::vba::excel::XBorder;
interface ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/excel/XCharacters.idl b/oovbaapi/ooo/vba/excel/XCharacters.idl
index 023b93f16dfe..e5ea29de03b6 100644
--- a/oovbaapi/ooo/vba/excel/XCharacters.idl
+++ b/oovbaapi/ooo/vba/excel/XCharacters.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XCharacters
diff --git a/oovbaapi/ooo/vba/excel/XChart.idl b/oovbaapi/ooo/vba/excel/XChart.idl
index d30bfb07bb94..01db5bd38b23 100644
--- a/oovbaapi/ooo/vba/excel/XChart.idl
+++ b/oovbaapi/ooo/vba/excel/XChart.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,15 +39,15 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
-interface XRange;
-interface XChartTitle;
+interface XRange;
+interface XChartTitle;
interface XChart
{
interface ::ooo::vba::XHelperInterface;
-
+
[attribute, readonly] string Name;
any SeriesCollection( [in] any Item );
long getChartType() raises(com::sun::star::script::BasicErrorException);
diff --git a/oovbaapi/ooo/vba/excel/XChartObject.idl b/oovbaapi/ooo/vba/excel/XChartObject.idl
index accaab8b504c..782f97f11d48 100644
--- a/oovbaapi/ooo/vba/excel/XChartObject.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObject.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XChart;
diff --git a/oovbaapi/ooo/vba/excel/XChartObjects.idl b/oovbaapi/ooo/vba/excel/XChartObjects.idl
index 7fcd09b5e086..9f2a4a148c27 100644
--- a/oovbaapi/ooo/vba/excel/XChartObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObjects.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XChartObjects
diff --git a/oovbaapi/ooo/vba/excel/XChartTitle.idl b/oovbaapi/ooo/vba/excel/XChartTitle.idl
index 64fce8b72d40..66b5921867d9 100644
--- a/oovbaapi/ooo/vba/excel/XChartTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XChartTitle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,10 +36,10 @@
#include <com/sun/star/script/BasicErrorException.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XTitle;
-interface XChartTitle
+interface XChartTitle
{
interface XTitle;
};
diff --git a/oovbaapi/ooo/vba/excel/XCharts.idl b/oovbaapi/ooo/vba/excel/XCharts.idl
index 0e72d12c5aed..c04189bb7f6b 100644
--- a/oovbaapi/ooo/vba/excel/XCharts.idl
+++ b/oovbaapi/ooo/vba/excel/XCharts.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XChart;
//=============================================================================
interface XCharts
diff --git a/oovbaapi/ooo/vba/excel/XComment.idl b/oovbaapi/ooo/vba/excel/XComment.idl
index 8b811f31cc41..e691c1f0d744 100644
--- a/oovbaapi/ooo/vba/excel/XComment.idl
+++ b/oovbaapi/ooo/vba/excel/XComment.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/XComments.idl b/oovbaapi/ooo/vba/excel/XComments.idl
index fbd8b5ba1b5b..23df436e9cc2 100644
--- a/oovbaapi/ooo/vba/excel/XComments.idl
+++ b/oovbaapi/ooo/vba/excel/XComments.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/XDataLabel.idl b/oovbaapi/ooo/vba/excel/XDataLabel.idl
index bb21e09d7f46..ae2f06070b39 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabel.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabel.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XDataLabel
diff --git a/oovbaapi/ooo/vba/excel/XDataLabels.idl b/oovbaapi/ooo/vba/excel/XDataLabels.idl
index 0b7cd8b4ee97..59e22713a2ab 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabels.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabels.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XDataLabels
diff --git a/oovbaapi/ooo/vba/excel/XDialog.idl b/oovbaapi/ooo/vba/excel/XDialog.idl
index 5d652605c60e..3d4fc78e4978 100644
--- a/oovbaapi/ooo/vba/excel/XDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XDialog.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_excel_XDialog_idl__
#define __ooo_vba_excel_XDialog_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -37,16 +37,16 @@
//=============================================================================
-
+
module ooo { module vba { module excel {
-
+
//=============================================================================
interface XDialog : com::sun::star::uno::XInterface
{
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XDialogs.idl b/oovbaapi/ooo/vba/excel/XDialogs.idl
index ef6f4b7d75a1..92828c37084b 100644
--- a/oovbaapi/ooo/vba/excel/XDialogs.idl
+++ b/oovbaapi/ooo/vba/excel/XDialogs.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_excel_XDialogs_idl__
#define __ooo_vba_excel_XDialogs_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -36,16 +36,16 @@
#endif
//=============================================================================
-
+
module ooo { module vba { module excel {
-
+
interface XDialogs : com::sun::star::uno::XInterface
{
any Item( [in] any Index );
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XFont.idl b/oovbaapi/ooo/vba/excel/XFont.idl
index 82ad577186e4..40cddb57b560 100644
--- a/oovbaapi/ooo/vba/excel/XFont.idl
+++ b/oovbaapi/ooo/vba/excel/XFont.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,7 +40,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XFont
{
diff --git a/oovbaapi/ooo/vba/excel/XFormat.idl b/oovbaapi/ooo/vba/excel/XFormat.idl
index 13ac9f177576..7b3622ecc5c5 100644
--- a/oovbaapi/ooo/vba/excel/XFormat.idl
+++ b/oovbaapi/ooo/vba/excel/XFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,10 +41,10 @@ interface XBorders;
interface XFont;
interface XInterior;
-interface XFormat
+interface XFormat
{
interface ::ooo::vba::XHelperInterface;
- // void Clear( ) raises ( com::sun::star::script::BasicErrorException );
+ // void Clear( ) raises ( com::sun::star::script::BasicErrorException );
any Borders( [in] any item )
raises(com::sun::star::script::BasicErrorException);
diff --git a/oovbaapi/ooo/vba/excel/XFormatCondition.idl b/oovbaapi/ooo/vba/excel/XFormatCondition.idl
index a2c18defdeff..f3ea09309867 100644
--- a/oovbaapi/ooo/vba/excel/XFormatCondition.idl
+++ b/oovbaapi/ooo/vba/excel/XFormatCondition.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,13 +36,13 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XFont;
interface XInterior;
interface XBorders;
-interface XFormatCondition
+interface XFormatCondition
{
interface ::ooo::vba::XHelperInterface;
@@ -59,19 +59,19 @@ interface XFormatCondition
@return void
**/
void Modify( [in] long Type, [in] /*Optional*/ any Operator, [in] /*Optional*/ any Formula1, [in] /*Optional*/ any Formula2 ) raises ( com::sun::star::script::BasicErrorException );
-
+
long Type( ) raises ( com::sun::star::script::BasicErrorException );
-
+
long Operator( ) raises ( com::sun::star::script::BasicErrorException );
-
+
string Formula1( ) raises ( com::sun::star::script::BasicErrorException );
-
+
string Formula2( ) raises ( com::sun::star::script::BasicErrorException );
-
+
XInterior Interior( ) raises ( com::sun::star::script::BasicErrorException );
any Borders( [in] any Index) raises ( com::sun::star::script::BasicErrorException );
-
+
XFont Font( ) raises ( com::sun::star::script::BasicErrorException );
};
diff --git a/oovbaapi/ooo/vba/excel/XFormatConditions.idl b/oovbaapi/ooo/vba/excel/XFormatConditions.idl
index 7983637faf78..14b7ba3b6972 100644
--- a/oovbaapi/ooo/vba/excel/XFormatConditions.idl
+++ b/oovbaapi/ooo/vba/excel/XFormatConditions.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ module ooo { module vba { module excel
{
interface XFormatCondition;
-interface XFormatConditions
+interface XFormatConditions
{
interface ooo::vba::XCollection;
@@ -48,7 +48,7 @@ interface XFormatConditions
/**
@param Type
-
+
@param Operator
Optional.
@param Formula1
diff --git a/oovbaapi/ooo/vba/excel/XGlobals.idl b/oovbaapi/ooo/vba/excel/XGlobals.idl
index 6ed51b2aa4c4..ad9d85eb456b 100644
--- a/oovbaapi/ooo/vba/excel/XGlobals.idl
+++ b/oovbaapi/ooo/vba/excel/XGlobals.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,6 +42,10 @@
#ifndef __ooo_vba_XAssistant_idl__
#include <ooo/vba/XAssistant.idl>
#endif
+#ifndef __ooo_vba_excel_XApplication_idl__
+#include <ooo/vba/excel/XApplication.idl>
+#endif
+
module ooo { module vba { module excel {
interface XRange;
@@ -55,6 +59,9 @@ interface XGlobals: com::sun::star::uno::XInterface
[attribute, readonly] ooo::vba::XAssistant Assistant;
[attribute, readonly] any Selection;
[attribute, readonly] XWorkbook ThisWorkbook;
+ [attribute, readonly] ooo::vba::excel::XApplication Excel;
+ [attribute, readonly] any Debug;
+
void Calculate() raises(com::sun::star::script::BasicErrorException);
XRange Cells([in] any RowIndex, [in] any ColumnIndex);
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreak.idl b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
index dbe9852bd845..befeaf7d7cfb 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
index 9d1e91514d84..f7bd1e760b0a 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -54,7 +54,7 @@ interface XHPageBreaks
{
interface ooo::vba::XCollection;
- //Methods
+ //Methods
any Add([in] any Before) raises(com::sun::star::script::BasicErrorException);
};
diff --git a/oovbaapi/ooo/vba/excel/XHyperlink.idl b/oovbaapi/ooo/vba/excel/XHyperlink.idl
index 1f6f9d23bfa6..76a2694c254e 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlink.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlink.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_excel_XHyperlink_idl__
#define __ooo_vba_excel_XHyperlink_idl__
-
+
#include <ooo/vba/XHelperInterface.idl>
//=============================================================================
@@ -36,7 +36,7 @@ module ooo { module vba { module msforms {
}; }; };
module ooo { module vba { module excel {
-
+
interface XRange;
//=============================================================================
@@ -54,11 +54,11 @@ interface XHyperlink
[attribute, readonly] XRange Range;
[attribute, readonly] ooo::vba::msforms::XShape Shape;
};
-
+
//=============================================================================
}; }; };
-
+
//=============================================================================
#endif
diff --git a/oovbaapi/ooo/vba/excel/XHyperlinks.idl b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
index dbaab84568e8..76c6daf3e38d 100755
--- a/oovbaapi/ooo/vba/excel/XHyperlinks.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -27,13 +27,13 @@
#ifndef __ooo_vba_excel_XHyperlinks_idl__
#define __ooo_vba_excel_XHyperlinks_idl__
-
+
#include <ooo/vba/XCollection.idl>
//=============================================================================
module ooo { module vba { module excel {
-
+
//=============================================================================
interface XHyperlink;
@@ -52,15 +52,15 @@ interface XHyperlinks
[in] any aSubAddress,
[in] any aScreenTip,
[in] any aTextToDisplay );
-
+
// ------------------------------------------------------------------------
-
+
void Delete();
// ------------------------------------------------------------------------
};
-
+
//=============================================================================
}; }; };
diff --git a/oovbaapi/ooo/vba/excel/XInterior.idl b/oovbaapi/ooo/vba/excel/XInterior.idl
index bd3758ae18f0..2d3a9120bfae 100644
--- a/oovbaapi/ooo/vba/excel/XInterior.idl
+++ b/oovbaapi/ooo/vba/excel/XInterior.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XName.idl b/oovbaapi/ooo/vba/excel/XName.idl
index 554848803d92..6397e7a9c254 100644
--- a/oovbaapi/ooo/vba/excel/XName.idl
+++ b/oovbaapi/ooo/vba/excel/XName.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_excel_XName_idl__
#define __ooo_vba_excel_XName_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -36,9 +36,9 @@
#endif
//=============================================================================
-
+
module ooo { module vba { module excel {
-
+
//=============================================================================
interface XRange;
@@ -46,7 +46,7 @@ interface XRange;
interface XName
{
interface ::ooo::vba::XHelperInterface;
-
+
[attribute] string Name;
[attribute] string NameLocal;
[attribute] boolean Visible;
@@ -59,8 +59,8 @@ interface XName
void Delete( );
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XNames.idl b/oovbaapi/ooo/vba/excel/XNames.idl
index c34d7a7a2d36..457917c1714a 100644
--- a/oovbaapi/ooo/vba/excel/XNames.idl
+++ b/oovbaapi/ooo/vba/excel/XNames.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,29 +26,29 @@
************************************************************************/
#ifndef __ooo_vba_excel_XNames_idl__
#define __ooo_vba_excel_XNames_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
-
+
#ifndef __ooo_vba_XCollection_idl__
#include <ooo/vba/XCollection.idl>
#endif
-
+
//=============================================================================
-
+
module ooo { module vba { module excel {
-
+
//=============================================================================
-
+
interface XNames
{
interface ::ooo::vba::XCollection;
any Add( [in] any Name , [in] any RefersTo , [in] any Visible , [in] any MacroType , [in] any ShortcutKey , [in] any Category , [in] any NameLocal , [in] any RefersToLocal , [in] any CategoryLocal , [in] any RefersToR1C1 , [in] any RefersToR1C1Local );
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XOLEObject.idl b/oovbaapi/ooo/vba/excel/XOLEObject.idl
index a379039c32e8..fbabb9478c82 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObject.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObject.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XOLEObjects.idl b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
index 72c778cd38ac..c007c6c62970 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,7 +32,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XOutline.idl b/oovbaapi/ooo/vba/excel/XOutline.idl
index 1ca0deb1c164..e0515818d8fd 100644
--- a/oovbaapi/ooo/vba/excel/XOutline.idl
+++ b/oovbaapi/ooo/vba/excel/XOutline.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -47,7 +47,7 @@ interface XOutline
interface ::ooo::vba::XHelperInterface;
- //Methods
+ //Methods
void ShowLevels([in] any RowLevels,[in] any ColumnLevels);
};
diff --git a/oovbaapi/ooo/vba/excel/XPageBreak.idl b/oovbaapi/ooo/vba/excel/XPageBreak.idl
index 904e7e930bf1..30e2087aa0da 100644
--- a/oovbaapi/ooo/vba/excel/XPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XPageBreak.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -54,8 +54,8 @@ interface XPageBreak
// Attributes
[attribute] long Type;
-
- //Methods
+
+ //Methods
void Delete() raises(com::sun::star::script::BasicErrorException);
XRange Location()raises(com::sun::star::script::BasicErrorException);
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index 3308e4b29b2b..70a1ae88c75d 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -45,7 +45,7 @@ module ooo { module vba { module excel {
interface XPageSetup : com::sun::star::uno::XInterface
{
-// interface ::ooo::vba::XHelperInterface;
+// interface ::ooo::vba::XHelperInterface;
//Attributes
[attribute] string PrintArea;
diff --git a/oovbaapi/ooo/vba/excel/XPane.idl b/oovbaapi/ooo/vba/excel/XPane.idl
index ac9ec2e3ca08..93330f9648db 100644
--- a/oovbaapi/ooo/vba/excel/XPane.idl
+++ b/oovbaapi/ooo/vba/excel/XPane.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/XPivotCache.idl b/oovbaapi/ooo/vba/excel/XPivotCache.idl
index 52dd679e4d05..65fd014e1841 100644
--- a/oovbaapi/ooo/vba/excel/XPivotCache.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotCache.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XPivotTable.idl b/oovbaapi/ooo/vba/excel/XPivotTable.idl
index b4ebb5eb2453..4d625c38b08e 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTable.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTable.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XPivotTables.idl b/oovbaapi/ooo/vba/excel/XPivotTables.idl
index 07c4c08c7b80..4c1029064def 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTables.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTables.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XPivotTables
@@ -47,7 +47,7 @@ interface XPivotTables
// PivotCache should be a PivotCache object ( but thats not defined
// yet )
//XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any ReadData );
-
+
};
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XRange.idl b/oovbaapi/ooo/vba/excel/XRange.idl
index 3820911f2c96..5d59a3baec3d 100644
--- a/oovbaapi/ooo/vba/excel/XRange.idl
+++ b/oovbaapi/ooo/vba/excel/XRange.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -56,7 +56,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XFont;
interface XRows;
@@ -77,7 +77,7 @@ interface XRange
interface ::ooo::vba::excel::XFormat;
//interface ::ooo::vba::XHelperInterface;
- [attribute] any Value;
+ [attribute] any Value;
[attribute] any Formula;
[attribute] any FormulaArray;
[attribute] any FormulaR1C1;
@@ -103,7 +103,7 @@ interface XRange
[attribute] any AddIndent;
[attribute] any ShowDetail;
- XComment AddComment( [in] any Text );
+ XComment AddComment( [in] any Text );
void Clear();
void ClearComments();
void ClearContents();
@@ -116,9 +116,9 @@ interface XRange
XRange Item([in] any row, [in] any column) raises(com::sun::star::script::BasicErrorException);
XRange Offset([in] any RowOffset, [in] any ColumnOffset);
XRange CurrentRegion();
- XRange CurrentArray();
+ XRange CurrentArray();
string Characters([in] any Start, [in] any Length);
- string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any External, [in] any RelativeTo );
+ string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any External, [in] any RelativeTo );
XRange Cells([in] any RowIndex, [in] any ColumnIndex);
void Select();
void AutoOutline() raises(com::sun::star::script::BasicErrorException);
@@ -134,10 +134,10 @@ interface XRange
void PasteSpecial([in] any Paste, [in] any Operation,[in] any SkipBlanks, [in] any Transpose);
boolean Replace( [in] string What, [in] string Replacement, [in] any LookAt, [in] any SearchOrder, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat, [in] any ReplaceFormat );
XRange Find( [in] any What, [in] any After, [in] any LookIn, [in] any LookAt, [in] any SearchOrder, [in] any SearchDirection, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat );
-
+
void Sort( [in] any Key1, [in] any Order1, [in] any Key2, [in] any Type,
[in] any Order2, [in] any Key3, [in] any Order3,
- [in] any Header, [in] any OrderCustom, [in] any MatchCase,
+ [in] any Header, [in] any OrderCustom, [in] any MatchCase,
[in] any Orientation, [in] any SortMethod, [in] any DataOption1,
[in] any DataOption2, [in] any DataOption3 );
XRange End( [in] long Direction );
@@ -145,7 +145,7 @@ interface XRange
// idl complains
XCharacters characters([in] any Start, [in] any Length);
void Delete( [in] any Shift );
-
+
any Areas( [in] any item );
any BorderAround( [in] any LineStyle, [in] any Weight, [in] any ColorIndex, [in] any Color );
void AutoFilter([in ] any Field, [in] any Criteria1, [in] any Operator, [in] any Criteria2, [in] any VisibleDropDown);
@@ -163,7 +163,7 @@ interface XRange
XRange Previous( ) raises ( com::sun::star::script::BasicErrorException );
XRange SpecialCells( [in] any Type, [in] /*Optional*/ any Value ) raises ( com::sun::star::script::BasicErrorException );
void RemoveSubtotal() raises ( com::sun::star::script::BasicErrorException );
- void Subtotal( [in] long GroupBy, [in] long Function, [in] /*Optional*/ sequence<long> TotalList, [in] /*Optional*/ any Replace, [in] /*Optional*/ any PageBreaks, [in] any SummaryBelowData ) raises ( com::sun::star::script::BasicErrorException );
+ void Subtotal( [in] long GroupBy, [in] long Function, [in] /*Optional*/ sequence<long> TotalList, [in] /*Optional*/ any Replace, [in] /*Optional*/ any PageBreaks, [in] any SummaryBelowData ) raises ( com::sun::star::script::BasicErrorException );
XRange MergeArea( ) raises ( com::sun::star::script::BasicErrorException );
any Hyperlinks( [in] any aIndex );
};
diff --git a/oovbaapi/ooo/vba/excel/XSeries.idl b/oovbaapi/ooo/vba/excel/XSeries.idl
index c8317d12fb68..d891b6b1268c 100644
--- a/oovbaapi/ooo/vba/excel/XSeries.idl
+++ b/oovbaapi/ooo/vba/excel/XSeries.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
index 09d4ea26b221..f143f8672343 100644
--- a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
+++ b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,16 +35,16 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XSeries;
//=============================================================================
interface XSeriesCollection
-{
+{
interface ::ooo::vba::XCollection;
//XSeries Add( [in] any Source, [in] any RowCol, [in] any SeriesLabels,
- // [in] any CategoryLabels, [in] any Replace );
- XSeries NewSeries();
+ // [in] any CategoryLabels, [in] any Replace );
+ XSeries NewSeries();
any XSeries( [in] any Item );
};
diff --git a/oovbaapi/ooo/vba/excel/XStyle.idl b/oovbaapi/ooo/vba/excel/XStyle.idl
index c07b601bfb0c..2668d7e8bf30 100644
--- a/oovbaapi/ooo/vba/excel/XStyle.idl
+++ b/oovbaapi/ooo/vba/excel/XStyle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,8 +39,8 @@
#include <ooo/vba/excel/XFormat.idl>
#endif
-module ooo { module vba { module excel {
-interface XStyle
+module ooo { module vba { module excel {
+interface XStyle
{
interface XFormat;
@@ -62,33 +62,33 @@ interface XStyle
void Delete()
raises(com::sun::star::script::BasicErrorException);
- /** void setValue( [in] string Value ) raises ( com::sun::star::script::BasicErrorException );
+ /** void setValue( [in] string Value ) raises ( com::sun::star::script::BasicErrorException );
- string getValue( ) raises ( com::sun::star::script::BasicErrorException );
+ string getValue( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludeAlignment( [in] boolean IncludeAlignment ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludeAlignment( [in] boolean IncludeAlignment ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludeAlignment( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludeAlignment( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludeBorder( [in] boolean IncludeBorder ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludeBorder( [in] boolean IncludeBorder ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludeFont( [in] boolean IncludeFont ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludeFont( [in] boolean IncludeFont ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludeNumber( [in] boolean IncludeNumber ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludeNumber( [in] boolean IncludeNumber ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludeNumber( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludeNumber( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludePatterns( [in] boolean IncludePatterns ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludePatterns( [in] boolean IncludePatterns ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludePatterns( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludePatterns( ) raises ( com::sun::star::script::BasicErrorException );
- void setIncludeProtection( [in] boolean IncludeProtection ) raises ( com::sun::star::script::BasicErrorException );
+ void setIncludeProtection( [in] boolean IncludeProtection ) raises ( com::sun::star::script::BasicErrorException );
- boolean getIncludeProtection( ) raises ( com::sun::star::script::BasicErrorException );
+ boolean getIncludeProtection( ) raises ( com::sun::star::script::BasicErrorException );
*/
};
diff --git a/oovbaapi/ooo/vba/excel/XStyles.idl b/oovbaapi/ooo/vba/excel/XStyles.idl
index 3fc0db4e16ad..bbce40f1041c 100644
--- a/oovbaapi/ooo/vba/excel/XStyles.idl
+++ b/oovbaapi/ooo/vba/excel/XStyles.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,9 +40,9 @@
#include <ooo/vba/XCollection.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XStyle;
-interface XStyles
+interface XStyles
{
interface ::ooo::vba::XCollection;
/**
@@ -60,7 +60,7 @@ interface XStyles
@return XStyle
**/
XStyle Add([in] string Name, [in] /*Optional*/ any BasedOn)
- raises (com::sun::star::script::BasicErrorException);
+ raises (com::sun::star::script::BasicErrorException);
}; }; }; };
diff --git a/oovbaapi/ooo/vba/excel/XTextFrame.idl b/oovbaapi/ooo/vba/excel/XTextFrame.idl
index 603145d01037..159f83847974 100644
--- a/oovbaapi/ooo/vba/excel/XTextFrame.idl
+++ b/oovbaapi/ooo/vba/excel/XTextFrame.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/excel/XTitle.idl b/oovbaapi/ooo/vba/excel/XTitle.idl
index 3294de51740a..22c8232aaf17 100644
--- a/oovbaapi/ooo/vba/excel/XTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XTitle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#include <com/sun/star/script/BasicErrorException.idl>
#endif
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
interface XCharacters;
interface XFont;
@@ -46,7 +46,7 @@ interface XInterior;
interface XTitle
{
interface ::ooo::vba::XHelperInterface;
- // XBorder Border( ) raises ( com::sun::star::script::BasicErrorException );
+ // XBorder Border( ) raises ( com::sun::star::script::BasicErrorException );
XInterior Interior() raises(com::sun::star::script::BasicErrorException);
@@ -71,41 +71,41 @@ interface XTitle
long getOrientation() raises(com::sun::star::script::BasicErrorException);
- // any Select( ) raises ( com::sun::star::script::BasicErrorException );
+ // any Select( ) raises ( com::sun::star::script::BasicErrorException );
- // any Delete( ) raises ( com::sun::star::script::BasicErrorException );
+ // any Delete( ) raises ( com::sun::star::script::BasicErrorException );
- // void setName( [in] string Name ) raises ( com::sun::star::script::BasicErrorException );
+ // void setName( [in] string Name ) raises ( com::sun::star::script::BasicErrorException );
- // string getName( ) raises ( com::sun::star::script::BasicErrorException );
+ // string getName( ) raises ( com::sun::star::script::BasicErrorException );
- // void setFill( [in] XChartFillFormat Fill ) raises ( com::sun::star::script::BasicErrorException );
+ // void setFill( [in] XChartFillFormat Fill ) raises ( com::sun::star::script::BasicErrorException );
- // XChartFillFormat getFill( ) raises ( com::sun::star::script::BasicErrorException );
+ // XChartFillFormat getFill( ) raises ( com::sun::star::script::BasicErrorException );
- // void setCaption( [in] string Caption ) raises ( com::sun::star::script::BasicErrorException );
+ // void setCaption( [in] string Caption ) raises ( com::sun::star::script::BasicErrorException );
- // string getCaption( ) raises ( com::sun::star::script::BasicErrorException );
+ // string getCaption( ) raises ( com::sun::star::script::BasicErrorException );
- // void setHorizontalAlignment( [in] any HorizontalAlignment ) raises ( com::sun::star::script::BasicErrorException );
+ // void setHorizontalAlignment( [in] any HorizontalAlignment ) raises ( com::sun::star::script::BasicErrorException );
- // any getHorizontalAlignment( ) raises ( com::sun::star::script::BasicErrorException );
+ // any getHorizontalAlignment( ) raises ( com::sun::star::script::BasicErrorException );
- // void setShadow( [in] boolean Shadow ) raises ( com::sun::star::script::BasicErrorException );
+ // void setShadow( [in] boolean Shadow ) raises ( com::sun::star::script::BasicErrorException );
- // boolean getShadow( ) raises ( com::sun::star::script::BasicErrorException );
+ // boolean getShadow( ) raises ( com::sun::star::script::BasicErrorException );
- // void setVerticalAlignment( [in] any VerticalAlignment ) raises ( com::sun::star::script::BasicErrorException );
+ // void setVerticalAlignment( [in] any VerticalAlignment ) raises ( com::sun::star::script::BasicErrorException );
- // any getVerticalAlignment( ) raises ( com::sun::star::script::BasicErrorException );
+ // any getVerticalAlignment( ) raises ( com::sun::star::script::BasicErrorException );
- // void setReadingOrder( [in] long ReadingOrder ) raises ( com::sun::star::script::BasicErrorException );
+ // void setReadingOrder( [in] long ReadingOrder ) raises ( com::sun::star::script::BasicErrorException );
- // long getReadingOrder( ) raises ( com::sun::star::script::BasicErrorException );
+ // long getReadingOrder( ) raises ( com::sun::star::script::BasicErrorException );
- // void setAutoScaleFont( [in] any AutoScaleFont ) raises ( com::sun::star::script::BasicErrorException );
+ // void setAutoScaleFont( [in] any AutoScaleFont ) raises ( com::sun::star::script::BasicErrorException );
- // any getAutoScaleFont( ) raises ( com::sun::star::script::BasicErrorException );
+ // any getAutoScaleFont( ) raises ( com::sun::star::script::BasicErrorException );
};
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreak.idl b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
index 65ef2b537394..38ac2f44272a 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,7 +33,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
index 6ad087f009cb..eab4a8f00e9a 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,7 +45,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -54,8 +54,8 @@ module ooo { module vba { module excel {
interface XVPageBreaks
{
interface ooo::vba::XCollection;
-
- //Methods
+
+ //Methods
any Add( [in] any Before ) raises( com::sun::star::script::BasicErrorException );
};
diff --git a/oovbaapi/ooo/vba/excel/XValidation.idl b/oovbaapi/ooo/vba/excel/XValidation.idl
index e1eb83473efe..20baa16d67d5 100644
--- a/oovbaapi/ooo/vba/excel/XValidation.idl
+++ b/oovbaapi/ooo/vba/excel/XValidation.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -49,7 +49,7 @@ interface XValidation
[attribute] boolean InCellDropdown;
[attribute] boolean ShowInput;
[attribute] boolean ShowError;
- [attribute] string InputTitle;
+ [attribute] string InputTitle;
[attribute] string ErrorTitle;
[attribute] string InputMessage;
[attribute] string ErrorMessage;
diff --git a/oovbaapi/ooo/vba/excel/XWindow.idl b/oovbaapi/ooo/vba/excel/XWindow.idl
index dde7818ebda7..e2bf39a699d5 100644
--- a/oovbaapi/ooo/vba/excel/XWindow.idl
+++ b/oovbaapi/ooo/vba/excel/XWindow.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -31,7 +31,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -42,14 +42,14 @@ interface XPane;
interface XWindow : com::sun::star::uno::XInterface
{
[attribute] any Caption;
- [attribute] boolean DisplayGridlines;
- [attribute] boolean DisplayHeadings;
- [attribute] boolean DisplayHorizontalScrollBar;
+ [attribute] boolean DisplayGridlines;
+ [attribute] boolean DisplayHeadings;
+ [attribute] boolean DisplayHorizontalScrollBar;
[attribute] boolean DisplayOutline;
- [attribute] boolean DisplayVerticalScrollBar;
- [attribute] boolean DisplayWorkbookTabs;
- [attribute] boolean FreezePanes;
- [attribute] boolean Split;
+ [attribute] boolean DisplayVerticalScrollBar;
+ [attribute] boolean DisplayWorkbookTabs;
+ [attribute] boolean FreezePanes;
+ [attribute] boolean Split;
[attribute] long SplitColumn;
[attribute] double SplitHorizontal;
[attribute] long SplitRow;
diff --git a/oovbaapi/ooo/vba/excel/XWindows.idl b/oovbaapi/ooo/vba/excel/XWindows.idl
index 499f27a26bf9..6a8472a25515 100644
--- a/oovbaapi/ooo/vba/excel/XWindows.idl
+++ b/oovbaapi/ooo/vba/excel/XWindows.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,14 +37,14 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
interface XWindows
{
interface ::ooo::vba::XCollection;
- void Arrange( [in] long ArrangeStyle, [in] any ActiveWorkbook, [in] any SyncHorizontal, [in] any SyncVertical );
+ void Arrange( [in] long ArrangeStyle, [in] any ActiveWorkbook, [in] any SyncHorizontal, [in] any SyncVertical );
};
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XWorkbook.idl b/oovbaapi/ooo/vba/excel/XWorkbook.idl
index 0c42c6526035..e35b661a446b 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbook.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbook.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -47,7 +47,7 @@ interface XStyles;
interface XWorkbook : com::sun::star::uno::XInterface
{
- [attribute, readonly] boolean ProtectStructure;
+ [attribute, readonly] boolean ProtectStructure;
[attribute, readonly] XWorksheet ActiveSheet;
[attribute, readonly] string CodeName;
[attribute] boolean PrecisionAsDisplayed;
diff --git a/oovbaapi/ooo/vba/excel/XWorkbooks.idl b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
index 7c94ca1eac18..721411b98767 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbooks.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index fb6261bc06c0..a6d86957ecb5 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,13 +38,13 @@
#ifndef __com_sun_star_script_XInvocation_idl__
#include <com/sun/star/script/XInvocation.idl>
#endif
-
+
#ifndef __com_sun_star_container_XNamed_idl__
#include <com/sun/star/container/XNamed.idl>
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
@@ -60,18 +60,20 @@ interface XWorksheet
interface ::com::sun::star::script::XInvocation;
interface ::com::sun::star::container::XNamed;
- [attribute] boolean Visible;
+ [attribute] boolean Visible;
[attribute, readonly] long StandardHeight;
[attribute, readonly] long StandardWidth;
[attribute, readonly] boolean ProtectionMode;
[attribute, readonly] boolean ProtectContents;
[attribute, readonly] boolean ProtectDrawingObjects;
+ [attribute, readonly] boolean ProtectScenarios;
[attribute, readonly] XRange UsedRange;
[attribute, readonly] XWorksheet Next;
[attribute, readonly] XWorksheet Previous;
[attribute, readonly] string CodeName;
[attribute, readonly] short Index;
[attribute] long EnableSelection;
+ [attribute] boolean AutoFilterMode;
void Activate();
void Calculate( );
@@ -117,7 +119,7 @@ interface XWorksheet
any Names( [in] any Index );
any Evaluate( [in] string Name);
-
+
void setEnableCalculation([in] boolean EnableCalculation) raises(com::sun::star::script::BasicErrorException);
boolean getEnableCalculation() raises(com::sun::star::script::BasicErrorException);
void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName, [in] any IgnorePrintAreas );
diff --git a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
index bc39848d46ef..4f9915711d65 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@
#endif
//=============================================================================
-module ooo { module vba { module excel {
+module ooo { module vba { module excel {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl
index 36d22ed657bd..bf898476bf0a 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheets.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheets.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,31 +26,31 @@
************************************************************************/
#ifndef __ooo_vba_excel_XWorksheets_idl__
#define __ooo_vba_excel_XWorksheets_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
-
+
#ifndef __ooo_vba_XCollection_idl__
#include <ooo/vba/XCollection.idl>
#endif
-
+
//=============================================================================
-
+
module ooo { module vba { module excel {
-
+
//=============================================================================
-
+
interface XWorksheets
{
interface ::ooo::vba::XCollection;
- [attribute] any Visible;
- any Add( [in] any Before, [in] any After, [in] any Count, [in] any Type );
+ [attribute] any Visible;
+ any Add( [in] any Before, [in] any After, [in] any Count, [in] any Type );
void Delete();
void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName );
void Select( [in] any Replace );
};
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl b/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
index 377549fcb14a..b1a5ec059f10 100644
--- a/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,12 +48,12 @@ constants XlBuildInDialog
const long xlDialogAxes = 78; //(&H4E)
const long xlDialogBorder = 45; //(&H2D)
const long xlDialogCalculation = 32; //(&H20)
- const long xlDialogCellProtection = 46; //(&H2E)
- const long xlDialogChangeLink = 166; //(&HA6)
+ const long xlDialogCellProtection = 46; //(&H2E)
+ const long xlDialogChangeLink = 166; //(&HA6)
const long xlDialogChartAddData = 392; //(&H188)
const long xlDialogChartLocation = 527; //(&H20F)
const long xlDialogChartOptionDataLabelMultiple = 724; //(&H2D4)
- const long xlDialogChartOptionDataLabels = 505; //(&H1F9)
+ const long xlDialogChartOptionDataLabels = 505; //(&H1F9)
const long xlDialogChartOptionDataTable = 506; //(&H1FA)
const long xlDialogChartSourceData = 540; //(&H21C)
const long xlDialogChartTrend = 350; //(&H15E)
@@ -215,8 +215,8 @@ constants XlBuildInDialog
const long xlDialogScenarioAdd = 307; //(&H133)
const long xlDialogScenarioCells = 305; //(&H131)
const long xlDialogScenarioEdit = 308; //(&H134)
- const long xlDialogScenarioMerge = 473; //(&H1D9)
- const long xlDialogScenarioSummary = 311; //(&H137)
+ const long xlDialogScenarioMerge = 473; //(&H1D9)
+ const long xlDialogScenarioSummary = 311; //(&H137)
const long xlDialogScrollbarProperties = 420; //(&H1A4)
const long xlDialogSearch = 731; //(&H2DB)
const long xlDialogSelectSpecial = 132; //(&H84)
@@ -229,7 +229,7 @@ constants XlBuildInDialog
const long xlDialogSeriesY = 462; //(&H1CE)
const long xlDialogSetBackgroundPicture = 509; //(&H1FD)
const long xlDialogSetPrintTitles = 23; //(&H17)
- const long xlDialogSetUpdateStatus = 159; //(&H9F)
+ const long xlDialogSetUpdateStatus = 159; //(&H9F)
const long xlDialogShowDetail = 204; //(&HCC)
const long xlDialogShowToolbar = 220; //(&HDC)
const long xlDialogSize = 261; //(&H105)
@@ -266,9 +266,9 @@ constants XlBuildInDialog
const long xlDialogWorkbookName = 386; //(&H182)
const long xlDialogWorkbookNew = 302; //(&H12E)
const long xlDialogWorkbookOptions = 284; //(&H11C)
- const long xlDialogWorkbookProtect = 417; //(&H1A1)
- const long xlDialogWorkbookTabSplit = 415; //(&H19F)
- const long xlDialogWorkbookUnhide = 384; //(&H180)
+ const long xlDialogWorkbookProtect = 417; //(&H1A1)
+ const long xlDialogWorkbookTabSplit = 415; //(&H19F)
+ const long xlDialogWorkbookUnhide = 384; //(&H180)
const long xlDialogWorkgroup = 199; //(&HC7)
const long xlDialogWorkspace = 95; //(&H5F)
const long xlDialogZoom = 256; //(&H100)
diff --git a/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl b/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
index 2eff91346e9d..e7532e3cb29a 100644
--- a/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
+++ b/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -30,22 +30,22 @@ module msforms
{
boolean Value;
};
-
+
struct ReturnEffect
{
//fmDropEffect Value;
short Value;
};
-
+
struct ReturnInteger
{
long Value;
};
-
+
struct ReturnSingle
{
float Value;
};
-
+
};
diff --git a/oovbaapi/ooo/vba/msforms/XButton.idl b/oovbaapi/ooo/vba/msforms/XButton.idl
index 24cf1ba26c60..ddfd3dae0cc8 100644
--- a/oovbaapi/ooo/vba/msforms/XButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XButton.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XButton: com::sun::star::uno::XInterface
+interface XButton: com::sun::star::uno::XInterface
{
[attribute] string Caption;
};
diff --git a/oovbaapi/ooo/vba/msforms/XColorFormat.idl b/oovbaapi/ooo/vba/msforms/XColorFormat.idl
index 0c9e1ee83a1d..53c85d98e558 100644
--- a/oovbaapi/ooo/vba/msforms/XColorFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XColorFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XComboBox.idl b/oovbaapi/ooo/vba/msforms/XComboBox.idl
index 5f2b66431eb8..8581392dd14a 100644
--- a/oovbaapi/ooo/vba/msforms/XComboBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XComboBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/msforms/XControl.idl b/oovbaapi/ooo/vba/msforms/XControl.idl
index 97ca9d152716..50d15db3aaea 100644
--- a/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
interface XControl
diff --git a/oovbaapi/ooo/vba/msforms/XControls.idl b/oovbaapi/ooo/vba/msforms/XControls.idl
index 11325303d56c..e197bd3e1e40 100644
--- a/oovbaapi/ooo/vba/msforms/XControls.idl
+++ b/oovbaapi/ooo/vba/msforms/XControls.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@ module ooo { module vba { module msforms {
interface XControl;
-interface XControls
+interface XControls
{
interface ooo::vba::XCollection;
void Move( [in] double cx, [in] double cy );
diff --git a/oovbaapi/ooo/vba/msforms/XFillFormat.idl b/oovbaapi/ooo/vba/msforms/XFillFormat.idl
index 02cdc39ad21b..866a2831fc68 100644
--- a/oovbaapi/ooo/vba/msforms/XFillFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XFillFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XGroupBox.idl b/oovbaapi/ooo/vba/msforms/XGroupBox.idl
index 9ed6f9d45046..f26c07ff5016 100644
--- a/oovbaapi/ooo/vba/msforms/XGroupBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XGroupBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,11 +32,11 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
interface XGroupBox
{
- [attribute] string Caption;
+ [attribute] string Caption;
};
//=============================================================================
diff --git a/oovbaapi/ooo/vba/msforms/XImage.idl b/oovbaapi/ooo/vba/msforms/XImage.idl
index f37b62ce146e..bc6af54c3689 100644
--- a/oovbaapi/ooo/vba/msforms/XImage.idl
+++ b/oovbaapi/ooo/vba/msforms/XImage.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XImage: com::sun::star::uno::XInterface
+interface XImage: com::sun::star::uno::XInterface
{
};
diff --git a/oovbaapi/ooo/vba/msforms/XLabel.idl b/oovbaapi/ooo/vba/msforms/XLabel.idl
index d757af5074d8..60427f6e4e48 100644
--- a/oovbaapi/ooo/vba/msforms/XLabel.idl
+++ b/oovbaapi/ooo/vba/msforms/XLabel.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XLabel: com::sun::star::uno::XInterface
+interface XLabel: com::sun::star::uno::XInterface
{
[attribute] string Caption;
[attribute] any Value;
diff --git a/oovbaapi/ooo/vba/msforms/XLineFormat.idl b/oovbaapi/ooo/vba/msforms/XLineFormat.idl
index 72df94ee5cd7..9f17bc31907e 100644
--- a/oovbaapi/ooo/vba/msforms/XLineFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XLineFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XListBox.idl b/oovbaapi/ooo/vba/msforms/XListBox.idl
index bdc0c6bfc660..627c5418bfee 100644
--- a/oovbaapi/ooo/vba/msforms/XListBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XListBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,11 +32,11 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XListBox: com::sun::star::uno::XInterface
+interface XListBox: com::sun::star::uno::XInterface
{
[attribute] any Value;
[attribute] string Text;
diff --git a/oovbaapi/ooo/vba/msforms/XMultiPage.idl b/oovbaapi/ooo/vba/msforms/XMultiPage.idl
index 7d0c8ee76421..f4763fdbc71c 100644
--- a/oovbaapi/ooo/vba/msforms/XMultiPage.idl
+++ b/oovbaapi/ooo/vba/msforms/XMultiPage.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XMultiPage: com::sun::star::uno::XInterface
+interface XMultiPage: com::sun::star::uno::XInterface
{
[attribute] long Value;
any Pages( [in] any index );
diff --git a/oovbaapi/ooo/vba/msforms/XPages.idl b/oovbaapi/ooo/vba/msforms/XPages.idl
index fb290be32cda..e329a7208cbd 100644
--- a/oovbaapi/ooo/vba/msforms/XPages.idl
+++ b/oovbaapi/ooo/vba/msforms/XPages.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
interface XPages
diff --git a/oovbaapi/ooo/vba/msforms/XPictureFormat.idl b/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
index 4eb6a2bcf78f..a2a7bded98e6 100644
--- a/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XProgressBar.idl b/oovbaapi/ooo/vba/msforms/XProgressBar.idl
index c40b3f6c1f01..bbdcf60df988 100644
--- a/oovbaapi/ooo/vba/msforms/XProgressBar.idl
+++ b/oovbaapi/ooo/vba/msforms/XProgressBar.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XProgressBar: com::sun::star::uno::XInterface
+interface XProgressBar: com::sun::star::uno::XInterface
{
[attribute] any Value;
};
diff --git a/oovbaapi/ooo/vba/msforms/XRadioButton.idl b/oovbaapi/ooo/vba/msforms/XRadioButton.idl
index b2289ce33331..d115a5962894 100644
--- a/oovbaapi/ooo/vba/msforms/XRadioButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XRadioButton.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XRadioButton: com::sun::star::uno::XInterface
+interface XRadioButton: com::sun::star::uno::XInterface
{
[attribute] string Caption;
[attribute] any Value;
diff --git a/oovbaapi/ooo/vba/msforms/XScrollBar.idl b/oovbaapi/ooo/vba/msforms/XScrollBar.idl
index 37f4a8c32868..48c710a26b91 100644
--- a/oovbaapi/ooo/vba/msforms/XScrollBar.idl
+++ b/oovbaapi/ooo/vba/msforms/XScrollBar.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XScrollBar: com::sun::star::uno::XInterface
+interface XScrollBar: com::sun::star::uno::XInterface
{
[attribute] long Max;
[attribute] long Min;
diff --git a/oovbaapi/ooo/vba/msforms/XShape.idl b/oovbaapi/ooo/vba/msforms/XShape.idl
index 3dc7c4a071af..e8682a6d8edf 100644
--- a/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XShapeRange.idl b/oovbaapi/ooo/vba/msforms/XShapeRange.idl
index 0cbc5f0b6d8a..d5b0df20eaf1 100644
--- a/oovbaapi/ooo/vba/msforms/XShapeRange.idl
+++ b/oovbaapi/ooo/vba/msforms/XShapeRange.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ module ooo { module vba { module msforms {
interface XLineFormat;
interface XFillFormat;
-interface XShapeRange
+interface XShapeRange
{
interface ooo::vba::XCollection;
diff --git a/oovbaapi/ooo/vba/msforms/XShapes.idl b/oovbaapi/ooo/vba/msforms/XShapes.idl
index d6ecfec13525..9fdf6a80ae1d 100644
--- a/oovbaapi/ooo/vba/msforms/XShapes.idl
+++ b/oovbaapi/ooo/vba/msforms/XShapes.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@ module ooo { module vba { module msforms {
interface XShapeRange;
interface XShape;
-interface XShapes
+interface XShapes
{
interface ooo::vba::XCollection;
void SelectAll();
diff --git a/oovbaapi/ooo/vba/msforms/XSpinButton.idl b/oovbaapi/ooo/vba/msforms/XSpinButton.idl
index 3732b638f1ab..15001c2e6ba8 100644
--- a/oovbaapi/ooo/vba/msforms/XSpinButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XSpinButton.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XSpinButton: com::sun::star::uno::XInterface
+interface XSpinButton: com::sun::star::uno::XInterface
{
[attribute] long Max;
[attribute] long Min;
diff --git a/oovbaapi/ooo/vba/msforms/XTextBox.idl b/oovbaapi/ooo/vba/msforms/XTextBox.idl
index 9c6b55e5ca6d..c3574924d00c 100644
--- a/oovbaapi/ooo/vba/msforms/XTextBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,10 +32,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XTextBox: com::sun::star::uno::XInterface
+interface XTextBox: com::sun::star::uno::XInterface
{
[attribute] string Text;
[attribute] any Value;
diff --git a/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl b/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
index 30a9adbed7f5..c27087d56e2e 100644
--- a/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,10 +35,10 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
-interface XTextBoxShape: com::sun::star::uno::XInterface
+interface XTextBoxShape: com::sun::star::uno::XInterface
{
[attribute] string Text;
::ooo::vba::excel::XCharacters characters([in] any Start, [in] any Length);
diff --git a/oovbaapi/ooo/vba/msforms/XTextFrame.idl b/oovbaapi/ooo/vba/msforms/XTextFrame.idl
index fe29f35275b2..0366dfef8f4e 100644
--- a/oovbaapi/ooo/vba/msforms/XTextFrame.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextFrame.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/msforms/XToggleButton.idl b/oovbaapi/ooo/vba/msforms/XToggleButton.idl
index e66eea54babb..b151eb2c62a7 100644
--- a/oovbaapi/ooo/vba/msforms/XToggleButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XToggleButton.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,12 +35,12 @@
#endif
//=============================================================================
-module ooo { module vba { module msforms {
+module ooo { module vba { module msforms {
//=============================================================================
interface XToggleButton
{
interface XButton;
- [attribute] any Value;
+ [attribute] any Value;
};
//=============================================================================
diff --git a/oovbaapi/ooo/vba/msforms/XUserForm.idl b/oovbaapi/ooo/vba/msforms/XUserForm.idl
index c06aa2902b53..21ee17c464c5 100644
--- a/oovbaapi/ooo/vba/msforms/XUserForm.idl
+++ b/oovbaapi/ooo/vba/msforms/XUserForm.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
#include <com/sun/star/script/XInvocation.idl>
#endif
module ooo { module vba { module msforms {
-interface XUserForm
+interface XUserForm
{
//interface ::ooo::vba::XHelperInterface;
interface ::com::sun::star::script::XInvocation;
diff --git a/oovbaapi/ooo/vba/word/XAddin.idl b/oovbaapi/ooo/vba/word/XAddin.idl
index 116707efb93a..898ff728f22c 100644
--- a/oovbaapi/ooo/vba/word/XAddin.idl
+++ b/oovbaapi/ooo/vba/word/XAddin.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#include <com/sun/star/container/XNamed.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XAddin
{
diff --git a/oovbaapi/ooo/vba/word/XAddins.idl b/oovbaapi/ooo/vba/word/XAddins.idl
index a7c5a1b4a09e..f2936c93afb0 100644
--- a/oovbaapi/ooo/vba/word/XAddins.idl
+++ b/oovbaapi/ooo/vba/word/XAddins.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XAddins
+interface XAddins
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/word/XApplication.idl b/oovbaapi/ooo/vba/word/XApplication.idl
index 228401c986e6..e6cde02f81a2 100644
--- a/oovbaapi/ooo/vba/word/XApplication.idl
+++ b/oovbaapi/ooo/vba/word/XApplication.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XDocument;
interface XWindow;
diff --git a/oovbaapi/ooo/vba/word/XAutoTextEntries.idl b/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
index 62f58db374bb..af3522f1423c 100644
--- a/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
+++ b/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XAutoTextEntries
+interface XAutoTextEntries
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/word/XAutoTextEntry.idl b/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
index d2068b9650f6..69788308af8a 100644
--- a/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
+++ b/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#include <com/sun/star/container/XNamed.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XRange;
interface XAutoTextEntry
diff --git a/oovbaapi/ooo/vba/word/XBookmark.idl b/oovbaapi/ooo/vba/word/XBookmark.idl
index d3f02de3a31b..a37ece6aaed8 100644
--- a/oovbaapi/ooo/vba/word/XBookmark.idl
+++ b/oovbaapi/ooo/vba/word/XBookmark.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#include <com/sun/star/container/XNamed.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XBookmark
{
diff --git a/oovbaapi/ooo/vba/word/XBookmarks.idl b/oovbaapi/ooo/vba/word/XBookmarks.idl
index b412d1c40538..8220090a234c 100644
--- a/oovbaapi/ooo/vba/word/XBookmarks.idl
+++ b/oovbaapi/ooo/vba/word/XBookmarks.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XBookmarks
+interface XBookmarks
{
interface ::ooo::vba::XCollection;
diff --git a/oovbaapi/ooo/vba/word/XBorder.idl b/oovbaapi/ooo/vba/word/XBorder.idl
index 34c5a90fa620..16d645d2ef9d 100644
--- a/oovbaapi/ooo/vba/word/XBorder.idl
+++ b/oovbaapi/ooo/vba/word/XBorder.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/word/XBorders.idl b/oovbaapi/ooo/vba/word/XBorders.idl
index f333c06a6a38..9fbe1f0fc794 100644
--- a/oovbaapi/ooo/vba/word/XBorders.idl
+++ b/oovbaapi/ooo/vba/word/XBorders.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
interface XBorders
diff --git a/oovbaapi/ooo/vba/word/XDialog.idl b/oovbaapi/ooo/vba/word/XDialog.idl
index 05041877f163..ece567b05a62 100644
--- a/oovbaapi/ooo/vba/word/XDialog.idl
+++ b/oovbaapi/ooo/vba/word/XDialog.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_word_XDialog_idl__
#define __ooo_vba_word_XDialog_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -37,16 +37,16 @@
//=============================================================================
-
+
module ooo { module vba { module word {
-
+
//=============================================================================
interface XDialog : com::sun::star::uno::XInterface
{
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/word/XDialogs.idl b/oovbaapi/ooo/vba/word/XDialogs.idl
index 867c43d3facf..43425d002099 100644
--- a/oovbaapi/ooo/vba/word/XDialogs.idl
+++ b/oovbaapi/ooo/vba/word/XDialogs.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,7 +26,7 @@
************************************************************************/
#ifndef __ooo_vba_word_XDialogs_idl__
#define __ooo_vba_word_XDialogs_idl__
-
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
@@ -36,16 +36,16 @@
#endif
//=============================================================================
-
+
module ooo { module vba { module word {
-
+
interface XDialogs : com::sun::star::uno::XInterface
{
any Item( [in] any Index );
};
-
+
}; }; };
-
+
#endif
diff --git a/oovbaapi/ooo/vba/word/XDocument.idl b/oovbaapi/ooo/vba/word/XDocument.idl
index 0f124e2701d1..4b5555285667 100644
--- a/oovbaapi/ooo/vba/word/XDocument.idl
+++ b/oovbaapi/ooo/vba/word/XDocument.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@
#include <com/sun/star/script/XInvocation.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XDocument : com::sun::star::script::XInvocation
{
diff --git a/oovbaapi/ooo/vba/word/XDocuments.idl b/oovbaapi/ooo/vba/word/XDocuments.idl
index 21d2487fdcd6..46b7643d4fe7 100644
--- a/oovbaapi/ooo/vba/word/XDocuments.idl
+++ b/oovbaapi/ooo/vba/word/XDocuments.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/word/XField.idl b/oovbaapi/ooo/vba/word/XField.idl
index 9109079e59cd..d610da631c9c 100644
--- a/oovbaapi/ooo/vba/word/XField.idl
+++ b/oovbaapi/ooo/vba/word/XField.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,7 +33,7 @@
#endif
module ooo { module vba { module word {
-interface XField
+interface XField
{
interface ::ooo::vba::XHelperInterface;
};
diff --git a/oovbaapi/ooo/vba/word/XFields.idl b/oovbaapi/ooo/vba/word/XFields.idl
index e1fdc9997271..e4517debde7b 100644
--- a/oovbaapi/ooo/vba/word/XFields.idl
+++ b/oovbaapi/ooo/vba/word/XFields.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/word/XFind.idl b/oovbaapi/ooo/vba/word/XFind.idl
index 99aff1e9c5ad..970c01e2a122 100644
--- a/oovbaapi/ooo/vba/word/XFind.idl
+++ b/oovbaapi/ooo/vba/word/XFind.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XFind
{
diff --git a/oovbaapi/ooo/vba/word/XFont.idl b/oovbaapi/ooo/vba/word/XFont.idl
index a6c71ea90af9..b9e936436303 100644
--- a/oovbaapi/ooo/vba/word/XFont.idl
+++ b/oovbaapi/ooo/vba/word/XFont.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,7 +40,7 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XFont : com::sun::star::uno::XInterface
{
diff --git a/oovbaapi/ooo/vba/word/XGlobals.idl b/oovbaapi/ooo/vba/word/XGlobals.idl
index 4d92ca378b05..45b52fc2fb4b 100644
--- a/oovbaapi/ooo/vba/word/XGlobals.idl
+++ b/oovbaapi/ooo/vba/word/XGlobals.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -31,7 +31,7 @@
#include <com/sun/star/uno/XInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XDocument;
interface XWindow;
interface XSystem;
diff --git a/oovbaapi/ooo/vba/word/XHeaderFooter.idl b/oovbaapi/ooo/vba/word/XHeaderFooter.idl
index c598e4f1f3d9..0b28a1128e9c 100644
--- a/oovbaapi/ooo/vba/word/XHeaderFooter.idl
+++ b/oovbaapi/ooo/vba/word/XHeaderFooter.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XRange;
interface XHeaderFooter
diff --git a/oovbaapi/ooo/vba/word/XOptions.idl b/oovbaapi/ooo/vba/word/XOptions.idl
index d90665448439..009a220dde5e 100644
--- a/oovbaapi/ooo/vba/word/XOptions.idl
+++ b/oovbaapi/ooo/vba/word/XOptions.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XOptions
{
diff --git a/oovbaapi/ooo/vba/word/XPageSetup.idl b/oovbaapi/ooo/vba/word/XPageSetup.idl
index a133541383d6..480d95e3c4b2 100644
--- a/oovbaapi/ooo/vba/word/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/word/XPageSetup.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
diff --git a/oovbaapi/ooo/vba/word/XPane.idl b/oovbaapi/ooo/vba/word/XPane.idl
index b405dff5575d..dbd20e05b848 100644
--- a/oovbaapi/ooo/vba/word/XPane.idl
+++ b/oovbaapi/ooo/vba/word/XPane.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XPane
{
diff --git a/oovbaapi/ooo/vba/word/XPanes.idl b/oovbaapi/ooo/vba/word/XPanes.idl
index ac2a2b270551..8eaa18ec23a2 100644
--- a/oovbaapi/ooo/vba/word/XPanes.idl
+++ b/oovbaapi/ooo/vba/word/XPanes.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XPanes
+interface XPanes
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/word/XParagraph.idl b/oovbaapi/ooo/vba/word/XParagraph.idl
index 6c59b9d39530..057875d7e7ee 100644
--- a/oovbaapi/ooo/vba/word/XParagraph.idl
+++ b/oovbaapi/ooo/vba/word/XParagraph.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XRange;
interface XParagraph
diff --git a/oovbaapi/ooo/vba/word/XParagraphFormat.idl b/oovbaapi/ooo/vba/word/XParagraphFormat.idl
index 809b131e4752..9b00a3800916 100644
--- a/oovbaapi/ooo/vba/word/XParagraphFormat.idl
+++ b/oovbaapi/ooo/vba/word/XParagraphFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XParagraphFormat
{
diff --git a/oovbaapi/ooo/vba/word/XParagraphs.idl b/oovbaapi/ooo/vba/word/XParagraphs.idl
index 8ec47a4a2eda..039ea06b6c77 100644
--- a/oovbaapi/ooo/vba/word/XParagraphs.idl
+++ b/oovbaapi/ooo/vba/word/XParagraphs.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XParagraphs
+interface XParagraphs
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/word/XRange.idl b/oovbaapi/ooo/vba/word/XRange.idl
index b7d53e7c8174..868613c6af5f 100644
--- a/oovbaapi/ooo/vba/word/XRange.idl
+++ b/oovbaapi/ooo/vba/word/XRange.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,7 +40,7 @@
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XParagraphFormat;
interface XStyle;
diff --git a/oovbaapi/ooo/vba/word/XReplacement.idl b/oovbaapi/ooo/vba/word/XReplacement.idl
index 6fff3b049f23..2d6dcd284073 100644
--- a/oovbaapi/ooo/vba/word/XReplacement.idl
+++ b/oovbaapi/ooo/vba/word/XReplacement.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XReplacement
{
diff --git a/oovbaapi/ooo/vba/word/XSection.idl b/oovbaapi/ooo/vba/word/XSection.idl
index c84f70f830bf..325ddf5dc845 100644
--- a/oovbaapi/ooo/vba/word/XSection.idl
+++ b/oovbaapi/ooo/vba/word/XSection.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XSection
{
diff --git a/oovbaapi/ooo/vba/word/XSections.idl b/oovbaapi/ooo/vba/word/XSections.idl
index d0b50881f8cf..5e50c9b73815 100644
--- a/oovbaapi/ooo/vba/word/XSections.idl
+++ b/oovbaapi/ooo/vba/word/XSections.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,14 +38,14 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XSections
+interface XSections
{
interface ::ooo::vba::XCollection;
-
+
any PageSetup();
};
diff --git a/oovbaapi/ooo/vba/word/XSelection.idl b/oovbaapi/ooo/vba/word/XSelection.idl
index daea47bcc625..053cbc67e19d 100644
--- a/oovbaapi/ooo/vba/word/XSelection.idl
+++ b/oovbaapi/ooo/vba/word/XSelection.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XRange;
interface XParagraphFormat;
diff --git a/oovbaapi/ooo/vba/word/XStyle.idl b/oovbaapi/ooo/vba/word/XStyle.idl
index 5d341e366dd1..b89798d30bb4 100644
--- a/oovbaapi/ooo/vba/word/XStyle.idl
+++ b/oovbaapi/ooo/vba/word/XStyle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XFont;
interface XStyle
diff --git a/oovbaapi/ooo/vba/word/XStyles.idl b/oovbaapi/ooo/vba/word/XStyles.idl
index d79bae37936a..1262869ac504 100644
--- a/oovbaapi/ooo/vba/word/XStyles.idl
+++ b/oovbaapi/ooo/vba/word/XStyles.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XStyles
+interface XStyles
{
interface ::ooo::vba::XCollection;
};
diff --git a/oovbaapi/ooo/vba/word/XSystem.idl b/oovbaapi/ooo/vba/word/XSystem.idl
index 35dec51f9c78..f8c29a5db56d 100644
--- a/oovbaapi/ooo/vba/word/XSystem.idl
+++ b/oovbaapi/ooo/vba/word/XSystem.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XSystem
{
diff --git a/oovbaapi/ooo/vba/word/XTable.idl b/oovbaapi/ooo/vba/word/XTable.idl
index ab985cbb6599..235067c4bfb8 100644
--- a/oovbaapi/ooo/vba/word/XTable.idl
+++ b/oovbaapi/ooo/vba/word/XTable.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ module ooo { module vba { module word {
interface XRange;
-interface XTable
+interface XTable
{
interface ::ooo::vba::XHelperInterface;
[attribute, readonly ] string Name; // for debug only
diff --git a/oovbaapi/ooo/vba/word/XTables.idl b/oovbaapi/ooo/vba/word/XTables.idl
index 4854cfded09b..c561e3a2ca57 100644
--- a/oovbaapi/ooo/vba/word/XTables.idl
+++ b/oovbaapi/ooo/vba/word/XTables.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/oovbaapi/ooo/vba/word/XTemplate.idl b/oovbaapi/ooo/vba/word/XTemplate.idl
index b0fda20e45a1..0a5f0ed38ca8 100644
--- a/oovbaapi/ooo/vba/word/XTemplate.idl
+++ b/oovbaapi/ooo/vba/word/XTemplate.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XTemplate
{
diff --git a/oovbaapi/ooo/vba/word/XVariable.idl b/oovbaapi/ooo/vba/word/XVariable.idl
index 4a60922ffe66..2ac0b555046d 100644
--- a/oovbaapi/ooo/vba/word/XVariable.idl
+++ b/oovbaapi/ooo/vba/word/XVariable.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#include <com/sun/star/container/XNamed.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XVariable
{
diff --git a/oovbaapi/ooo/vba/word/XVariables.idl b/oovbaapi/ooo/vba/word/XVariables.idl
index a7744253955d..2f070795f00e 100644
--- a/oovbaapi/ooo/vba/word/XVariables.idl
+++ b/oovbaapi/ooo/vba/word/XVariables.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
-interface XVariables
+interface XVariables
{
interface ::ooo::vba::XCollection;
diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl
index ade551ad7ca9..c01e087e2aeb 100644
--- a/oovbaapi/ooo/vba/word/XView.idl
+++ b/oovbaapi/ooo/vba/word/XView.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@
#include <ooo/vba/XHelperInterface.idl>
#endif
-module ooo { module vba { module word {
+module ooo { module vba { module word {
interface XView
{
diff --git a/oovbaapi/ooo/vba/word/XWindow.idl b/oovbaapi/ooo/vba/word/XWindow.idl
index e8dfdbdcc653..225a92381cf0 100644
--- a/oovbaapi/ooo/vba/word/XWindow.idl
+++ b/oovbaapi/ooo/vba/word/XWindow.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
//=============================================================================
-module ooo { module vba { module word {
+module ooo { module vba { module word {
//=============================================================================
//interface XPane;
diff --git a/oovbaapi/ooo/vba/word/XWrapFormat.idl b/oovbaapi/ooo/vba/word/XWrapFormat.idl
index 155ba2c4e5f5..15ff956ea3ab 100644
--- a/oovbaapi/ooo/vba/word/XWrapFormat.idl
+++ b/oovbaapi/ooo/vba/word/XWrapFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite