summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)Tor Lillqvist1-0/+4
Change-Id: I83f6dff2a01d6d7806b2d2f4e6415aee10933e14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-6/+6
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-21replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-3/+3
Change-Id: Id10a6cef0ae25247ded7846dfd7df27922a9410a
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2-6/+5
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-4/+2
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17dung out namespacing clutter.Michael Meeks2-265/+255
Change-Id: I14794ca0cd2a8ea84ba41e1dc689503647696e3a
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin1-14/+6
Create a merged XBridgeFactory2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I7309f4d30f0e772bc203c701eb3407b920ffafcc
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2-0/+2
The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
2012-09-17These tests do not need the UCBStephan Bergmann3-5/+1
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann3-1/+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
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin1-5/+5
Create a merged XUniversalContentBroker interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
2012-09-13Remove unused reference classTakeshi Abe4-9/+0
Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
2012-09-13Bin pointer to non-existent classTakeshi Abe5-15/+0
Change-Id: I215c84967a53dbadba86913d24bc4aadc6543467
2012-09-12-Werror=unused-parameterStephan Bergmann1-1/+1
Change-Id: I2a83ecd010c2d85b5596172102d24b5063ace159
2012-09-12fix build issueNoel Power1-1/+2
2012-09-12targetted VBA re-work.Noel Power3-77/+2
2012-09-11Remove unnecessary #ifndef guardsTakeshi Abe11-123/+0
Change-Id: I0b393c97f8781d99bf5d3be4065864379eab004c Reviewed-on: https://gerrit.libreoffice.org/594 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-11kill stray line from commit:c0c7fb66985a9a3e8f9b7a796c1e0489e407879b fdo#52076Noel Power1-1/+0
Change-Id: I715c4a7caeb48e605babd9a91e2c10e5847cbd09
2012-09-11fix for fdo#52076 don't write out basic storage if no modulesNoel Power1-1/+2
Change-Id: I50908f7f6b4c9a146e4a2fe616d000e1ee7e36fe
2012-09-10fdo#54718 fix opcode detection in basic resulting in failed/unregcognized codeNoel Power1-3/+3
fix is followup to bf5b493104d2dd4ab964f1fcb845200eaefbbcd5 which didn't adjust the runtime to cater for the new enum layout Change-Id: I6613fb8aacd8a70947c4fff556fb3e2d33c1113e
2012-09-08sal_Bool to boolTakeshi Abe4-25/+25
Change-Id: I86e5b49ccc9737517ecde17dbdaba44eeaee2371
2012-09-07Bin useless includesTakeshi Abe1-3/+0
Change-Id: I08a58468a3ce75038b65a8d9641cc2138541a7f5
2012-09-07sal_Bool to boolTakeshi Abe12-32/+32
Change-Id: Ie8a128db35bebcdcee5eda984a7875339418d9bb
2012-09-07Add missing header/footer commentTakeshi Abe1-0/+11
Change-Id: I0ca050a8d0e9f92308ecf0525ee7f0c32ddd0492
2012-09-05Some clean up of previous commitStephan Bergmann1-13/+5
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-3/+3
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
2012-09-05sal_Bool to boolTakeshi Abe7-30/+30
Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91
2012-08-29String::Expand -> string::padToLengthCaolán McNamara1-6/+7
Change-Id: I684e371c31ba76d2e9b563eed70449764346161b
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe2-8/+8
Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 Reviewed-on: https://gerrit.libreoffice.org/495 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-28Remove unused member variableTakeshi Abe1-6/+0
Its reference through IsFoundInPath() was dropped at 4c3f33d8d54756d3988c4d4c848712b31027f919 Change-Id: I764808d8a59089a05eccedd297a61aa6e76b01e0
2012-08-28Remove useless member variableTakeshi Abe1-4/+0
Its usage was died at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915 Change-Id: Ic98a0c36ceb02259b4f3b890f5ea701e56adbb68
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-6/+2
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-27fix for fdo#54046Noel Power1-1/+7
fix case where the value is neither uno object or unostruct Change-Id: I2862ab23a875a691edb202bb9d334b000871f718
2012-08-24sal_Bool to boolTakeshi Abe9-80/+80
Change-Id: I96fe31c80f952b1ac6d25c65431597d81e0fdda3
2012-08-22sal_Bool to boolTakeshi Abe9-52/+52
Change-Id: I75dd089b34c94831bfdfd0e02585af7609013a08
2012-08-22Remove dead codeTakeshi Abe1-30/+0
Change-Id: Ib5e794495b542ed96b5424d1aec38c4dd60ae182
2012-08-22Remove unused functionTakeshi Abe1-2/+0
Change-Id: I1888bb21ad55f919a25a96b5c8090d1194be51de
2012-08-21sal_Bool to boolTakeshi Abe15-84/+84
Change-Id: I38141187c4f0809343a93c5765c0773d2321968a
2012-08-21Remove unused functionTakeshi Abe1-1/+0
Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-20sal_Bool to boolTakeshi Abe8-74/+74
Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4
2012-08-19sal_Bool to boolTakeshi Abe8-94/+94
Change-Id: I6206ee7e17e12388ea644123e180842df3e3a7ee
2012-08-17Remove unused member variableTakeshi Abe1-10/+0
its usefulness was gone at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915 Change-Id: I606cd4adb6dc92cc6d981e1da7ce3ecf2160c28e
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann7-23/+0
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
2012-08-15sal_Bool to boolTakeshi Abe3-21/+19
Change-Id: I784fb31bad1ff02987c24abbac04b38207a1f5cf
2012-08-14Remove declared but not defined functionTakeshi Abe1-1/+0
Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
2012-08-14sal_Bool to boolTakeshi Abe6-64/+61
Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9
2012-08-12bErrors was always trueTakeshi Abe2-6/+3
Change-Id: I193029e1fb2434161679498fa0ba7e1c7c0ab3ba
2012-08-12sal_Bool to boolTakeshi Abe10-65/+67
Change-Id: I61a6675df622232923a827fc20bf121dd03cd7da
2012-08-09Remove useless #ifndef guardTakeshi Abe1-3/+0
Change-Id: Iddb666611ff11db0912832a73bd8b95438985383