summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-15-Werror,-Wunused-local-typedef in forced-C++03 CppunitTest_odk_checkapiStephan Bergmann
Change-Id: I951535c82c12be74d96c4e6c6b94dccf09982054
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann
...which was only used to transport either STORAGE_TRANSACTED or sal_False (i.e., 0, meaning "not STORAGE_TRANSACTED"). Change-Id: I25a894262bbefdb6c0634309bccfb1e56dad7d88
2014-09-15basegfx: sal_False/True -> false/trueStephan Bergmann
Change-Id: I56eb340317d8b7991caad58dd0e4045d6e69fca9
2014-09-15basctl: sal_False/True -> false/trueStephan Bergmann
Change-Id: I6f9414eba5fce8797f07a3796a12b5213c0ed4e0
2014-09-15Resolves: fdo#66496 don't crash on loading specific .docxCaolán McNamara
Change-Id: I4db5dfeb0ce1494039a051f552ce3f69b2b5dae3
2014-09-15check that ODK headers compile with C++03Luboš Luňák
Change-Id: Ief191a5bbbdca45aaaa8ae5bcc395124ed189796
2014-09-15"commas at the end of enumerator lists are a C++11 extension"Luboš Luňák
So says Clang, if -Wc++11-extensions is used, GCC warns with -Wpedantic. Change-Id: I4f94b2f8d1b12644055dcd402f0ed8038d3a7171
2014-09-15build ODK headers check without LIBO_INTERNAL_ONLYLuboš Luňák
Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485
2014-09-15do not call the checkapi cxx file 'strings.cxx', now that it's the only oneLuboš Luňák
Change-Id: I796a6c4b460f83d6e6aef501055c8896565afc85
2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák
to be used by odk/ checkapi test Change-Id: I6bbb508cc6950a63218e8e4f3364306c7c79b087
2014-09-15two missing CppunitTest gbuild functionsLuboš Luňák
Change-Id: Ie56471d30dfcd8883d54ff00cb85af945649b9b1
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák
Change-Id: I15c7f52c542549ad131400c9b5395a06a4777687
2014-09-15avmedia: sal_False/True -> false/trueStephan Bergmann
Change-Id: I0ecd9e016ab0faa75a58796568d19fe91f6dccee
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann
Change-Id: I4ac9d6ce48217893246a82fde4546dad09c58bd0
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann
Change-Id: If30d43a2693c6df2d483ec135efa54ccb643fdb0
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann
Change-Id: Ibf1d8c74dc8abb8c1fef59c53a8873cc426e2932
2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann
...to make it more straightforward to fix blunder as in a88b2d841856026ea1a0539d670e07fafd296c6e "Resolves: fdo#81039 crash on adding new macro library." Conceivably, instances of heap_ptr could legitimately be created only for ctor/ dtor effect, but then again uses of heap_ptr should arguably be replaced with std::unique_ptr anyway. Change-Id: I9c765b8d265f3c26d459ec276e335eeebc8fee91
2014-09-15CppunitTest_sw_uiwriter: sal_Bool -> boolStephan Bergmann
Change-Id: I76199dbd781d228153bca015ac0b34d589276d85
2014-09-15reportdesign: sal_Bool -> boolStephan Bergmann
Change-Id: Ia53a94f5a814d3852d4b9606c331ba19ce95a608
2014-09-15sd: sal_Bool -> boolStephan Bergmann
Change-Id: Id3f1afa21dccb0a30ae230accb5229a2be2c6b50
2014-09-15sd: sal_Bool -> boolStephan Bergmann
Change-Id: Ic59f5f89017c2a50185596e1e264dcde260d3e70
2014-09-15Resolves: fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainerCaolán McNamara
in PackageImpl::processPackage_ xComponentContext->getServiceManager()->createInstanceWithContext( "com.sun.star.script.ApplicationScriptLibraryContainer" does not increment the refcount, so on leaving the method the refcount is decremented by 1, because on the first enter the refcount happens to be three, then if the extension has more than 3 items in it the refcount hits 0 here and falls over some of fdo#79301, fdo#70607, fdo#66706 might be dups of this regression from 306efefe22e02248eff14f8be2cef68d75d26e55 I believe Change-Id: I3da50693fe656b68c5555b641d9b32246c8fc208
2014-09-15sw: sal_Bool -> boolStephan Bergmann
Change-Id: I9eb9fa5a5a5af1add3af4c6ff6a331075bd5e78e
2014-09-15Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann
Change-Id: I249262779519934c3dacc9df76028a994187e3d6
2014-09-15scripting: sal_Bool -> boolStephan Bergmann
Change-Id: I3b2d410dfdd9bc779e7f1f1674fb6fc8b74a42c2
2014-09-15sc: sal_Bool -> boolStephan Bergmann
Change-Id: I3b59c5679ac3d370f62960b9fc26eab4c3fc4873
2014-09-15lotuswordpro: sal_Bool -> boolStephan Bergmann
Change-Id: I8a3d2aa6e0a6ee5bdb214f768870dc69d15e513d
2014-09-15forms: sal_Bool -> boolStephan Bergmann
Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann
Change-Id: If940dcf7f7d2144576b4ae55578b8b7bd113295b
2014-09-15xmloff: sal_Bool -> boolStephan Bergmann
Change-Id: Ic1e599568ece7e6bba354845a6cf85fa090e67bd
2014-09-15Missing GetImplFontCapabilities -> GetFontCapabilitiesStephan Bergmann
Change-Id: I5fa85ebe407d72654e95075626d8102f037374c7
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann
Change-Id: I712f352635a2e258bfaf60dc30ed764666a51f15
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
The data structure is not ImplFontCapabilities but FontCapabilities, therefore the function name is very misleading. Change-Id: I90f074902af4b4bee79cd445036dc24797836ac1 Reviewed-on: https://gerrit.libreoffice.org/11454 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna
This is similar to 7b8073906adca8dae24c04a23708a3f3d582218f (Ensure we export correct labal placement value for percent/stacked charts., 2014-08-07), in case a clustered bar chart has a top placement ("t" in OOXML), then MSO complains as well. Change-Id: Iffd991127784e0e732f6ae55de956a328a3a53e5
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel
Change-Id: I231370da5ee7185888ec95ba1fb64f678a7c8ea3 Reviewed-on: https://gerrit.libreoffice.org/11412 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann
Change-Id: Ifb5798a9f01961dd916857a0dca44a3fd8587ec4
2014-09-15vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky
Change-Id: I33ba324a13e2addb678fb801222bd25a21c3ef1b
2014-09-15vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky
Change-Id: Ifd89b7a9264075b166dd621fcb2c55225e25ea87
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann
...and thus should simply derive from WeakImplHelper1 instead of InheritedHelperInterfaceImpl1? Change-Id: I0327e767715a648cabee8a4bd46b5ecff3b0f07b
2014-09-15Unused GetStyleIdFromIndex()Miklos Vajna
Change-Id: Ic4f45b154f61e5d8ac2120d758d6ecb0c98bf889
2014-09-15WaE: -Wshadow signals2Caolán McNamara
Change-Id: Ib5e6d1e75322dad23f4bb379b8db6dfa4bf18bb0
2014-09-15DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara
Change-Id: Id38a9e2e0ca0b1c52cb3306adf77eb43d710c9c6
2014-09-15VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann
...and thus should simply derive from WeakImplHelper1 instead of InheritedHelperInterfaceImpl1? Change-Id: I0cb023a905e93bf9c223676c964f039ac7eee7e0
2014-09-15cppcheck: unpreciseMathCallJulien Nabet
Change-Id: I440dc3e30ee139d6cb261e1308e48e9b63b52bc8 Reviewed-on: https://gerrit.libreoffice.org/11434 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-15jurt: encode(String) in URLEncoder has been deprecatedrbuj
Change-Id: I914985aa73653e0fb08200ddd06ad5b914087e3a Reviewed-on: https://gerrit.libreoffice.org/11446 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-15bean: use a non-varargs call for a stopOOoConnection method invocationrbuj
Change-Id: I589436be7d28b50b0b900a314b300d382eac5eb8 Reviewed-on: https://gerrit.libreoffice.org/11445 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-15javaunohelper: warning: unchecked castrbuj
Change-Id: I7c47e3a8657ec2368543088743879085878d78fb Reviewed-on: https://gerrit.libreoffice.org/11444 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák
Here it also keep track of the connection, as it needs to be explicitly disconnected in one place. Change-Id: Id3e2882106ae55c2d880898956a36f84d3ce70ef
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák
Note that ImplListBox::userDrawSignal is connected to ImplListBoxWindow::userDrawSignal to forward the signal, just like the Link was previously forwarded. Change-Id: Ic8fc6f51e309bc34fb4e39c13745302649991d0a
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák
Change-Id: I18680e47688da02c9e211bf7f8d861622735e749