summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08warning C4702: unreachable codeMichael Stahl1-1/+0
Change-Id: Id08a2e295d340095651daa1161efd7603947254a
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák22-94/+94
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05fix selection change event firingNoel Power1-0/+3
Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power2-1/+18
Seems now we need to additionally set 'Visible' property for XControlShapes to ensure correct visibility Also we need allow 'For Each' syntax to with with CommandBar collection. Note: the implementation of the CommandBar enumeration seems wrong, I would have thought that it should match ( and share ) implementation details with normal index access ( it doesn't ) Change-Id: Ia5306b4c976f6dc9a5f82e245ca5440f204f5bab
2013-04-05Added and fixed various vba APINoel Power4-5/+64
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan11-26/+24
- replaced osl_trace with sal_info - added new log areas to log-area.dox Change-Id: I20f539bd9fa62bef2e9a2a82b59e0b15f4efdd48 Reviewed-on: https://gerrit.libreoffice.org/3179 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-1/+1
Change-Id: I0816631a1d0c68dcef9c640c91d00ac9942ded28
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-08Assignment of function parameter has no effect outside the functionJulien Nabet1-1/+1
Change-Id: I5d869414a382e9b96ea403c645a9050372e5e39d
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2-16/+16
Change-Id: Ica4dc859229c2ba0dc052a97ff23178895c25580 Reviewed-on: https://gerrit.libreoffice.org/2368 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-01-28fdo#46808, convert some code to use getProcessComponentContextNoel Grandin1-4/+4
these VBA services should be left alone, according to Noel Power. Change-Id: Iee394f73fa99c18d6b70892bff9b0e2122f67d69
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl2-10/+0
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-16/+5
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin1-3/+2
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-5/+0
update and remove newly unused code, mostly original rtf filter Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-4/+1
Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-2/+1
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+0
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-05add a README filesAlia Almusaireae1-0/+1
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-1/+1
Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+3
Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-3/+3
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-02Use prefixTor Lillqvist2-2/+2
Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-10/+2
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-12targetted VBA re-work.Noel Power18-160/+45
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot40-465/+429
Change-Id: I834c5f1f26f941a5db84b677f34ffa686e0c2544 Reviewed-on: https://gerrit.libreoffice.org/578 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-08More OUString cleanup in vbahelperOlivier Hallot24-467/+456
Change-Id: Ie9c650da762e9d5afea9018dd2c6496fcd14ca6f Reviewed-on: https://gerrit.libreoffice.org/577 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-08More OUString cleanup in vbahelperOlivier Hallot6-81/+74
Change-Id: Ibf1661c612486a3d5259d0e78dd03294d5eeef76 Reviewed-on: https://gerrit.libreoffice.org/576 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-08Some OUString cleanup in vbahelperOlivier Hallot2-41/+41
and RTL_CONSTASCII_USTRINGPARAM removal Change-Id: Ibc1411805fcf0a75ea9f660fd9ee8f5fdcda6b1d Reviewed-on: https://gerrit.libreoffice.org/574 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-07Requires explicit ctorStephan Bergmann1-1/+1
Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f
2012-09-07More OUString cleanup in vbahelperOlivier Hallot2-39/+39
Change-Id: Ie7e350698900f1c1cacb6ebc3fa6716ef03ab782 Reviewed-on: https://gerrit.libreoffice.org/575 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
2012-09-04fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin1-2/+2
No client code is using the XComponent interface, so drop it. Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-1/+3
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann8-17/+10
Change-Id: I2342c6fa614ffbd805c3606de20e080e677fce28
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+2
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power1-18/+0
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-26mark methods as stub where appropriateNoel Power13-17/+49
Hopefully this will allow us to track methods we don't or can't implement ( although we let them actually exectute ) Change-Id: I53c74054ffea6cfa8e45aa4583f51c03f33991ee
2012-08-26clean up unnecessary non working implementationsNoel Power3-77/+5
Change-Id: I4cbc0fbf17aa80db4b19df630d6f18f97b9f6982
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET3-4/+4
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-27Remove unused header filesThomas Arnhold2-89/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588