summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15convert Link<> to typedNoel Grandin1-1/+1
2015-10-14convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann82-634/+634
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann16-34/+34
2015-10-12convert Link<> to typedNoel Grandin2-3/+3
2015-10-12loplugin:mergeclassesNoel Grandin2-30/+4
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard1-0/+2
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-3/+3
2015-10-06Simplify a bitJulien Nabet1-2/+0
2015-10-06revert executable perm changeCaolán McNamara1-0/+0
2015-10-06loplugin:unusedmethodsNoel Grandin2-7/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht3-12/+26
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-1/+2
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard1-0/+1
2015-09-30Fix typosAndrea Gelmini4-5/+5
2015-09-24convert Link<> to typedNoel Grandin2-4/+4
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-09-21sfx2: adapt comment to realityMiklos Vajna1-1/+1
2015-09-21sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna1-0/+7
2015-09-21LOK: make getViews() be a member function of DocumentMiklos Vajna1-3/+2
2015-09-21Use SfxViewFrame::Current()Miklos Vajna1-2/+2
2015-09-21lok::Document: add get/setView()Miklos Vajna1-0/+4
2015-09-21sfx2: add missing header guardMiklos Vajna1-0/+5
2015-09-21lok::Document: add destroyView()Miklos Vajna1-0/+2
2015-09-21lok::Office: add getViews()Miklos Vajna1-0/+3