summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* re-base on ALv2 code.Michael Meeks2012-06-222-46/+28
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-21113-2598/+1664
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2126-420/+401
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-11/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-10/+6
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-1/+2
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-05-291-1/+1
| | | | Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* removed unused const rtl::OUStringTakeshi Abe2012-05-182-4/+0
| | | | Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-174-61/+24
| | | | | | | | a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
* ditch UniStringCaolán McNamara2012-05-151-36/+40
| | | | Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c