summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin11-25/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke7-26/+0
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna2-141/+141
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke9-20/+27
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin17-24/+24
2016-04-12Avoid reserved identifiersStephan Bergmann10-23/+23
2016-04-12loplugin:unreffunStephan Bergmann1-22/+0
2016-04-12WNT: check result of PostMessage()Michael Stahl1-4/+10
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-26/+14
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke14-20/+0
2016-04-12lok context menu: Include uno commands for submenus tooPranav Kant1-0/+2
2016-04-11tdf#74885 Fix direction in CMIS property editor scrollbarGiuseppe Castagno1-25/+34
2016-04-11tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep3-2/+12
2016-04-11loplugin:constantparamNoel Grandin1-35/+8
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin29-55/+55
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin1-9/+9
2016-04-10Replace AddEntry macroJulien Nabet1-58/+151
2016-04-10Replace macro IterateLayoutItemsJulien Nabet1-13/+27
2016-04-08lok context menu: Handle the case we only get the slot-id.Jan Holesovsky1-1/+8
2016-04-08lok context menu: Expose the disabled commands too.Jan Holesovsky1-32/+19
2016-04-08lok context menu: Expose context menuPranav Kant1-3/+123
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna2-110/+110
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann1-11/+11
2016-04-06Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-06Avoid reserved identifiersStephan Bergmann1-20/+20
2016-04-06Revert "Avoid deadlock when two threads call into Frame::close"Michael Stahl1-1/+0
2016-04-06Avoid reserved identifierStephan Bergmann1-5/+5
2016-04-06remove some dead bits of DDENoel Grandin1-12/+4
2016-04-06...and ignore DisposedException from multiple Frame::closeStephan Bergmann1-0/+3
2016-04-06Avoid deadlock when two threads call into Frame::closeStephan Bergmann1-0/+1
2016-04-06SidebarToolBox: Remove unused param.Jan Holesovsky2-3/+2
2016-04-06SidebarToolBox: This function was needed only for InsertPropertyPanel.Jan Holesovsky1-20/+2
2016-04-06Avoid reserved identifiersStephan Bergmann3-18/+18
2016-04-04loplugin:constantparam in sfx2Noel Grandin5-19/+13
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2016-04-04sequence->vector in sfx2Noel Grandin4-74/+51
2016-04-04Use std::size_tMiklos Vajna1-7/+7
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep4-51/+22
2016-04-04Kill some written-only member vars in SidebarToolBox.Jan Holesovsky1-24/+13
2016-04-04Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.Jan Holesovsky3-43/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-2/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke10-20/+0
2016-04-01The label of this dialog can grow very long…Adolfo Jayme Barrientos1-4/+3
2016-04-01Place help button on the left in dialogOlivier Hallot1-14/+11
2016-04-01sequence->vector in frameworkNoel Grandin1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack5-10/+10
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl13-45/+54
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-3/+3