summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna2-7/+2
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+6
2015-12-15sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-12-15tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno1-2/+28
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist5-12/+0
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-1/+1
2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky3-1/+108
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann2-3/+2
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin7-11/+11
2015-12-10Memory leakStephan Bergmann2-3/+3
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-5/+5
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann3-16/+12
2015-12-08Missing deleteStephan Bergmann1-0/+1
2015-12-07tdf#74834 Expert Configuration option to disable thumbnails in StartCenterPierre Sauter3-3/+10
2015-12-04sfx2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-13/+12
2015-12-03Resolves: tdf#95960 displaced field value in user-defined propertiesCaolán McNamara1-6/+9
2015-12-02tdf#96162: sfx2: avoid re-creating existing sidebar PanelsMichael Stahl1-26/+33
2015-11-30LOK: get state change feedback for more uno commandsMihai Varga1-5/+9
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-0/+12
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-3/+0
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky1-1/+1
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-1/+0
2015-11-25loplugin:unusedfields variousNoel Grandin4-7/+2
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin4-30/+1
2015-11-24Pad this control a bitAdolfo Jayme Barrientos1-2/+2
2015-11-24loplugin:unusedfields in include/framework/Noel Grandin1-1/+0
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