summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-1811-25/+17
* clean-up: unused using declarations and includesJochen Nitschke2016-04-187-26/+0
* SfxViewFrame: rename members missing their prefixesMiklos Vajna2016-04-182-141/+141
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke2016-04-139-20/+27
* loplugin:passstuffbyref in sfx2Noel Grandin2016-04-1317-24/+24
* Avoid reserved identifiersStephan Bergmann2016-04-1210-23/+23
* loplugin:unreffunStephan Bergmann2016-04-121-22/+0
* WNT: check result of PostMessage()Michael Stahl2016-04-121-4/+10
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-122-26/+14
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1214-20/+0
* lok context menu: Include uno commands for submenus tooPranav Kant2016-04-121-0/+2
* tdf#74885 Fix direction in CMIS property editor scrollbarGiuseppe Castagno2016-04-111-25/+34
* tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep2016-04-113-2/+12
* loplugin:constantparamNoel Grandin2016-04-111-35/+8
* clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin2016-04-1129-55/+55
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-111-9/+9
* Replace AddEntry macroJulien Nabet2016-04-101-58/+151
* Replace macro IterateLayoutItemsJulien Nabet2016-04-101-13/+27
* lok context menu: Handle the case we only get the slot-id.Jan Holesovsky2016-04-081-1/+8
* lok context menu: Expose the disabled commands too.Jan Holesovsky2016-04-081-32/+19
* lok context menu: Expose context menuPranav Kant2016-04-081-3/+123
* SfxTabDialog: rename members missing their prefixesMiklos Vajna2016-04-082-110/+110
* tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara2016-04-071-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-061-11/+11
* Avoid reserved identifiersStephan Bergmann2016-04-061-6/+6
* Avoid reserved identifiersStephan Bergmann2016-04-061-20/+20
* Revert "Avoid deadlock when two threads call into Frame::close"Michael Stahl2016-04-061-1/+0
* Avoid reserved identifierStephan Bergmann2016-04-061-5/+5
* remove some dead bits of DDENoel Grandin2016-04-061-12/+4
* ...and ignore DisposedException from multiple Frame::closeStephan Bergmann2016-04-061-0/+3
* Avoid deadlock when two threads call into Frame::closeStephan Bergmann2016-04-061-0/+1
* SidebarToolBox: Remove unused param.Jan Holesovsky2016-04-062-3/+2
* SidebarToolBox: This function was needed only for InsertPropertyPanel.Jan Holesovsky2016-04-061-20/+2
* Avoid reserved identifiersStephan Bergmann2016-04-063-18/+18
* loplugin:constantparam in sfx2Noel Grandin2016-04-045-19/+13
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-3/+3
* sequence->vector in sfx2Noel Grandin2016-04-044-74/+51
* Use std::size_tMiklos Vajna2016-04-041-7/+7
* Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep2016-04-044-51/+22
* Kill some written-only member vars in SidebarToolBox.Jan Holesovsky2016-04-041-24/+13
* Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.Jan Holesovsky2016-04-043-43/+0
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-2/+1
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-0210-20/+0
* The label of this dialog can grow very long…Adolfo Jayme Barrientos2016-04-011-4/+3
* Place help button on the left in dialogOlivier Hallot2016-04-011-14/+11
* sequence->vector in frameworkNoel Grandin2016-04-011-2/+2
* tdf#97966 Drop 'static' keywordsWastack2016-04-015-10/+10
* sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl2016-03-3113-45/+54
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-3/+3