summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-11-23loplugin:unusedfields in sfx2/Noel Grandin16-74/+22
2015-11-20Revert "tdf#95614 fix freezing with linked images"Michael Stahl2-30/+0
2015-11-20tdf#95614 fix freezing with linked imagesLászló Németh2-0/+30
2015-11-20loplugin:nullptrStephan Bergmann1-2/+2
2015-11-20loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-20loplugin:staticmethodsStephan Bergmann1-34/+34
2015-11-20loplugin:nullptrStephan Bergmann1-1/+1
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard5-210/+411
2015-11-20loplugin:sallogareasStephan Bergmann2-3/+3
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-6/+2
2015-11-19loplugin:sallogareasStephan Bergmann5-9/+9
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky2-108/+1
2015-11-18fix for windows buildNoel Grandin1-1/+1
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin4-10/+5
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt3-5/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-8/+3
2015-11-16pch: CommandInfoProvider.hxx was renamed.Jan Holesovsky1-1/+1
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt4-316/+6
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-507/+258
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin10-22/+11
2015-11-13rename: preview picture -> preview imageSamuel Mehrbrodt1-1/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl2-9/+14
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-10/+10
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-14/+15
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin6-29/+28
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin5-15/+16
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-5/+4
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+6
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+6
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+4
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-24/+10
2015-11-11coverity#1338604 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-11tdf#93837 Create Thesaurus popup menu controllerMaxim Monastirsky1-1/+1
2015-11-11fix sfx2 buildCaolán McNamara3-7/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht30-50/+36
2015-11-10sal_uIntPtr to sal_Int32Matteo Casalin1-8/+7
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-3/+3
2015-11-10loplugin:bodynotinblockStephan Bergmann1-1/+1
2015-11-10tdf#87995 - settings : missing a checkbox in order to avoid thumbnail savingbureken6-4/+76
2015-11-10loplugin:stringconstantStephan Bergmann1-10/+10
2015-11-10loplugin:oncevarStephan Bergmann1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann169-1395/+1395
2015-11-09new loplugin: oncevarNoel Grandin5-34/+15