summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* java:remove unused importsNoel Grandin2015-10-141-2/+0
* coverity#735849 Unchecked dynamic_castCaolán McNamara2015-10-141-4/+2
* coverity#1326292 Unchecked dynamic_castCaolán McNamara2015-10-141-1/+1
* Bump gtk+ version to 2.18Riccardo Magliocchetti2015-10-141-4/+2
* convert Link<> to typedNoel Grandin2015-10-141-1/+1
* START CENTER: Set new open remote file icon and labelYousuf Philips2015-10-131-2/+7
* tdf#92217: The infobar text should have a transparent background...Jan Holesovsky2015-10-121-4/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1296-708/+708
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-5/+5
* convert Link<> to typedNoel Grandin2015-10-127-31/+22
* loplugin:mergeclassesNoel Grandin2015-10-121-1/+17
* convert Link<> to typedNoel Grandin2015-10-121-3/+2
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-9/+20
* no need for using rtl::OUString in core codeMarkus Mohrhard2015-10-091-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-7/+3
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+0
* Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet2015-10-076-10/+11
* Simplify a bitJulien Nabet2015-10-061-8/+14
* revert executable perm changeCaolán McNamara2015-10-061-0/+0
* loplugin:unusedmethodsNoel Grandin2015-10-061-6/+0
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-0630-131/+124
* loplugin:stringconstantStephan Bergmann2015-10-051-1/+1
* tdf#83531 Opening WebDAV URL WebDav fails if write is restrictedGiuseppe Castagno2015-10-051-0/+14
* tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno2015-10-053-12/+174
* don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard2015-10-031-0/+1
* coverity#1325256 Dereference null return valueCaolán McNamara2015-10-011-2/+2
* drop unused headersCaolán McNamara2015-09-302-2/+0
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Fix typosAndrea Gelmini2015-09-3015-17/+17
* Fix typosAndrea Gelmini2015-09-3013-16/+16
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-298-50/+50
* tdf#93243 replace boost::bind with C++11 lambdas in SidebarController.cxxn.r.pearson2015-09-291-9/+8
* Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2015-09-282-7/+11
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-252-4/+1
* convert Link<> to typedNoel Grandin2015-09-242-26/+18
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-2117-43/+46
* convert Link<> to typedNoel Grandin2015-09-212-37/+24
* sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna2015-09-212-0/+17
* SfxLokHelper::setView: check if view is already currentMiklos Vajna2015-09-211-0/+3
* LOK: make getViews() be a member function of DocumentMiklos Vajna2015-09-211-2/+11
* gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna2015-09-211-1/+1
* Use SfxViewFrame::Current()Miklos Vajna2015-09-211-2/+2
* lok::Document: add get/setView()Miklos Vajna2015-09-211-0/+24
* lok::Document: add destroyView()Miklos Vajna2015-09-211-0/+12
* lok::Office: add getViews()Miklos Vajna2015-09-211-0/+6
* sfx2: add SfxLokHelperMiklos Vajna2015-09-212-0/+30