summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara2-9/+19
2016-06-07Resolves: tdf#96008 crash when an extension with legacy decks is installedCaolán McNamara2-16/+13
2016-05-23set parent window of windows system file picker on save(as)Oliver Specht1-1/+2
2016-05-10tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky1-0/+1
2016-04-12tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep1-0/+8
2016-04-11tdf#97398: Toggle deck/panel visibility individually for each appKatarina Behrens1-0/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2016-02-27tdf#98188: Crash when closing File->Properties->CMIS Properties tabGiuseppe Castagno1-0/+3
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+2
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-12/+0
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