summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+0
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+2
2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky2-0/+3
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-1/+1
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-1/+4
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-2/+0
2015-11-30loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-12/+0
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky1-0/+1
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin6-35/+6
2015-11-20loplugin:staticmethodsStephan Bergmann1-2/+0
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard6-23/+25
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky1-37/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin3-33/+0
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin4-4/+8
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-3/+3
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt2-99/+0
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl1-3/+1
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin4-9/+9
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin3-4/+4
2015-11-115th step to remove tools/rtti.hxxOliver Specht23-54/+39
2015-11-10Missing includesAshod Nakashian1-0/+1
2015-11-10tdf#87995 - settings : missing a checkbox in order to avoid thumbnail savingbureken3-1/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann51-145/+145
2015-11-04remove unused boost headerNoel Grandin1-1/+0
2015-10-30loplugin:unusedmethodsNoel Grandin1-5/+0
2015-10-29remove boost::noncopyable from /includeNoel Grandin7-22/+23
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-2/+1
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-20/+20
2015-10-27inline SvBaseLinkRef typedefNoel Grandin2-3/+1
2015-10-27inline SfxMediumRef typedefNoel Grandin1-2/+0
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin53-485/+458
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-1/+1
2015-10-22add missing SearchFiltered to SvxSearchItem slot definitionsEike Rathke1-1/+1
2015-10-21afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara2-1/+2
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-2/+2
2015-10-21remove untyped Link<>Noel Grandin2-2/+0
2015-10-21tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky1-0/+7
2015-10-20DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann1-1/+1
2015-10-19sfx items: Some cleanup.Jan Holesovsky1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-13/+0
2015-10-16sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky1-1/+4
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-4/+9
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-10-16convert Link<> to typedNoel Grandin3-3/+4