summaryrefslogtreecommitdiffstats
path: root/include/sfx2
Commit message (Expand)AuthorAgeFilesLines
* vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks2015-11-261-12/+0
* tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky2015-11-261-0/+1
* loplugin:unusedfields in include/sfx2/Noel Grandin2015-11-256-35/+6
* loplugin:staticmethodsStephan Bergmann2015-11-201-2/+0
* tdf#67770 store sidebar elements statesLaurent Godard2015-11-206-23/+25
* Unify menu-based toolbar controllersMaxim Monastirsky2015-11-181-37/+0
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-183-33/+0
* use unique_ptr for pImpl in sfx2/Noel Grandin2015-11-184-4/+8
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-3/+3
* Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt2015-11-162-99/+0
* sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl2015-11-131-3/+1
* sfx2: boost::ptr_vector->std::vectorNoel Grandin2015-11-124-9/+9
* sfx2: boost::ptr_vector->std::vectorNoel Grandin2015-11-123-4/+4
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1123-54/+39
* Missing includesAshod Nakashian2015-11-101-0/+1
* tdf#87995 - settings : missing a checkbox in order to avoid thumbnail savingbureken2015-11-103-1/+9
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1051-145/+145
* remove unused boost headerNoel Grandin2015-11-041-1/+0
* loplugin:unusedmethodsNoel Grandin2015-10-301-5/+0
* remove boost::noncopyable from /includeNoel Grandin2015-10-297-22/+23
* don't allocate rtl::Reference or SvRef on the heapNoel Grandin2015-10-271-1/+1
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-272-2/+1
* don't allocate uno::Reference on the heapNoel Grandin2015-10-271-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-272-20/+20
* inline SvBaseLinkRef typedefNoel Grandin2015-10-272-3/+1
* inline SfxMediumRef typedefNoel Grandin2015-10-271-2/+0
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-2353-485/+458
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-1/+1
* add missing SearchFiltered to SvxSearchItem slot definitionsEike Rathke2015-10-221-1/+1
* afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara2015-10-212-1/+2
* refactor out some com::sun::star typedefsNoel Grandin2015-10-211-2/+2
* remove untyped Link<>Noel Grandin2015-10-212-2/+0
* tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky2015-10-211-0/+7
* DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann2015-10-201-1/+1
* sfx items: Some cleanup.Jan Holesovsky2015-10-191-3/+3
* convert Link<> to typedNoel Grandin2015-10-161-1/+1
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-161-13/+0
* sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky2015-10-161-1/+4
* sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky2015-10-161-4/+9
* sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky2015-10-161-2/+2
* sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2015-10-161-2/+2
* convert Link<> to typedNoel Grandin2015-10-163-3/+4
* convert Link<> to typedNoel Grandin2015-10-151-1/+1
* convert Link<> to typedNoel Grandin2015-10-141-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1282-634/+634
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1216-34/+34
* convert Link<> to typedNoel Grandin2015-10-122-3/+3
* loplugin:mergeclassesNoel Grandin2015-10-122-30/+4
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-0/+2
* Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet2015-10-071-3/+3