summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Work around bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-1/+12
2014-09-15-Werror,-Wunused-local-typedef in forced-C++03 CppunitTest_odk_checkapiStephan Bergmann1-0/+1
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann3-7/+6
2014-09-15basegfx: sal_False/True -> false/trueStephan Bergmann1-1/+1
2014-09-15basctl: sal_False/True -> false/trueStephan Bergmann2-3/+3
2014-09-15Resolves: fdo#66496 don't crash on loading specific .docxCaolán McNamara1-1/+1
2014-09-15check that ODK headers compile with C++03Luboš Luňák4-0/+18
2014-09-15"commas at the end of enumerator lists are a C++11 extension"Luboš Luňák1-2/+2
2014-09-15build ODK headers check without LIBO_INTERNAL_ONLYLuboš Luňák3-0/+11
2014-09-15do not call the checkapi cxx file 'strings.cxx', now that it's the only oneLuboš Luňák2-1/+1
2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák7-10/+21
2014-09-15two missing CppunitTest gbuild functionsLuboš Luňák1-0/+2
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák1-10/+6
2014-09-15avmedia: sal_False/True -> false/trueStephan Bergmann4-6/+6
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann21-41/+41
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann7-19/+19
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann1-27/+18
2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann2-2/+3
2014-09-15CppunitTest_sw_uiwriter: sal_Bool -> boolStephan Bergmann1-6/+6
2014-09-15reportdesign: sal_Bool -> boolStephan Bergmann6-7/+7
2014-09-15sd: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-15sd: sal_Bool -> boolStephan Bergmann4-6/+6
2014-09-15Resolves: fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainerCaolán McNamara1-6/+6
2014-09-15sw: sal_Bool -> boolStephan Bergmann4-12/+12
2014-09-15Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann1-1/+1
2014-09-15scripting: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-15sc: sal_Bool -> boolStephan Bergmann6-7/+7
2014-09-15lotuswordpro: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-15forms: sal_Bool -> boolStephan Bergmann13-21/+21
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-5/+5
2014-09-15xmloff: sal_Bool -> boolStephan Bergmann6-11/+11
2014-09-15Missing GetImplFontCapabilities -> GetFontCapabilitiesStephan Bergmann1-2/+2
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-6/+6
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock12-16/+16
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna4-1/+22
2014-09-15fdo#75107: make colors and styles localizable in Agenda WizardJennifer Liebel3-9/+72
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-6/+6
2014-09-15vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky2-11/+16
2014-09-15vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky2-25/+32
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann2-12/+10
2014-09-15Unused GetStyleIdFromIndex()Miklos Vajna3-12/+0
2014-09-15WaE: -Wshadow signals2Caolán McNamara2-0/+16
2014-09-15DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara1-2/+2
2014-09-15VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann11-24/+10
2014-09-15cppcheck: unpreciseMathCallJulien Nabet3-6/+9
2014-09-15jurt: encode(String) in URLEncoder has been deprecatedrbuj1-1/+1
2014-09-15bean: use a non-varargs call for a stopOOoConnection method invocationrbuj1-1/+1
2014-09-15javaunohelper: warning: unchecked castrbuj1-4/+4
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák6-33/+26
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák6-21/+17