summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-2/+2
| | | | Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94
* fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin2012-10-231-1/+0
| | | | Change-Id: Ieb3ce841243797a119f1d1d40379ff2a4614168f
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-125-21/+21
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
* Fixes/improvements on previous commitStephan Bergmann2012-10-042-4/+4
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-044-12/+12
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* Use prefixTor Lillqvist2012-10-022-2/+2
| | | | Change-Id: Id6ef3325df8dc8d193a7745370134ef47792893a
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-4/+5
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-019-36/+0
| | | | | | | This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-2510-22/+22
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-195-11/+10
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-143-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* targetted VBA re-work.Noel Power2012-09-121-8/+1
|
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-0614-34/+0
| | | | Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
| | | | | | | | | | | The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
* Some clean up of previous commitStephan Bergmann2012-09-052-4/+4
| | | | Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-054-15/+18
| | | | | | | | | | Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-3/+3
| | | | | | | Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
* Some clean up of previous commitStephan Bergmann2012-09-034-10/+7
| | | | Change-Id: I6507b731665eb3d98a8fbf3d445f6c85e6d49258
* fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin2012-09-033-6/+7
| | | | | | | Create a merged XPipe interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I682633c6252aab503eb2469c9bd2ba771f10bc4b
* fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin2012-09-033-12/+10
| | | | Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-1/+3
| | | | Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-2/+3
| | | | Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
* fix C++ warning declaration shadows member of thisLionel Elie Mamane2012-08-301-2/+2
| | | | Change-Id: Id14e14222615df33f5da7bab6f73d2752ae41509
* fix C++ warning: declaration shadows member of thisLionel Elie Mamane2012-08-301-2/+2
| | | | Change-Id: Ib88fecd856c9767cafa0191d3d93b372776d414a
* Unused member typedef shadowed by function parametersStephan Bergmann2012-08-301-3/+0
| | | | Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03
* Make impl_doActionInSQLContext_throw more typesafeLionel Elie Mamane2012-08-302-49/+42
| | | | Change-Id: I19be63f1cfa57386dd661ab8f98dc21b5ff8d22c
* fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane2012-08-301-17/+1
| | | | | | This demonstrates a confusion between *values* and *patterns* Change-Id: I207aa53950166e915bbad22b022c88d07ee6300d
* fdo#46808, Shiny UNO, More use factory to create XSimpleFileAccess instancesNoel Grandin2012-08-271-6/+5
| | | | Change-Id: I62fdd31fe89ae280e4ad2843dbc821f1fecb59a1
* kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan2012-08-243-602/+0
| | | | Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
* gbuild: register all jarsMichael Stahl2012-08-172-10/+10
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-143-6/+6
| | | | | Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-08-101-2/+2
| | | | Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+1
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-087-17/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Typo ressource -> resourceStephan Bergmann2012-07-301-1/+1
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* aDataAvailableLink in SfxMedium was never called.Kohei Yoshida2012-07-252-12/+0
| | | | | | | Also remove all callback functions that would never get called because of this. Change-Id: I5dd5d64ccca9dd3d655428218957753d3200299e
* Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida2012-07-251-21/+0
| | | | Change-Id: I88ab874d4efc60d58722f0bb175d14a4d443398b
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-142-4/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* java: printStackTrace always to stderrThomas Arnhold2012-07-133-5/+5
| | | | | | like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
* ditch String::CreateFromAsciiCaolán McNamara2012-07-033-7/+7
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-022-9/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* re-base on ALv2 code.Michael Meeks2012-06-292-46/+28
|
* Remove include guardsThomas Arnhold2012-06-291-8/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* Remove UNO includes commentsThomas Arnhold2012-06-2951-113/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Remove unused include filesThomas Arnhold2012-06-271-46/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* removed unnecessary forward declarations of classTakeshi Abe2012-06-266-13/+0
| | | | Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97