summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-05-22tdf#89329: use unique_ptr for pImpl in frameXisco Fauli1-1/+1
2016-05-22tdf#89329: use unique_ptr for pImpl in bindingsXisco Fauli1-1/+1
2016-05-22tdf#89329: use unique_ptr for pImpl in dockwinXisco Fauli1-1/+1
2016-05-22tdf#89329: use unique_ptr for pImpl in basedlgsXisco Fauli1-4/+5
2016-05-21loplugin:passstuffbyrefNoel Grandin1-2/+2
2016-05-20New Template ManagerAkshay Deep5-58/+166
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin7-114/+1
2016-05-20sfx2 classification toolbar: set state of all listboxes on status changeMiklos Vajna1-1/+2
2016-05-20sfx2 classification toolbar: add select handler to all listboxesMiklos Vajna1-0/+2
2016-05-19sfx2 classification toolbar: add listboxes for all policy typesMiklos Vajna2-3/+5
2016-05-19sfx2 classification toolbar: add a label next to the listboxMiklos Vajna1-0/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin13-155/+0
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-0/+2
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+9
2016-05-17sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna1-0/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-12/+18
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht1-1/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-04sfx2: fix SfxViewShell::CheckIPClient_Impl()Michael Stahl1-1/+1
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann1-2/+0
2016-05-04tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky1-0/+1
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke1-1/+2
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley2-2/+2
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep2-55/+0
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-4/+4
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna1-11/+11
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin18-37/+37
2016-04-12Avoid reserved identifiersStephan Bergmann5-13/+13
2016-04-12Remove unused _SFXMOD_HXXStephan Bergmann1-2/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-3/+0
2016-04-11tdf#74885 Fix direction in CMIS property editor scrollbarGiuseppe Castagno1-2/+4
2016-04-11tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep1-0/+8
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin10-17/+17
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna1-13/+13
2016-04-06Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-06Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-06Avoid reserved identifiersStephan Bergmann1-10/+10
2016-04-06Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-06SidebarToolBox: Remove unused param.Jan Holesovsky1-2/+1
2016-04-06SidebarToolBox: This function was needed only for InsertPropertyPanel.Jan Holesovsky1-3/+2
2016-04-06Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-04loplugin:constantparam in sfx2Noel Grandin3-7/+2
2016-04-04Use std::size_tMiklos Vajna1-4/+5
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep1-0/+46
2016-04-04Kill some written-only member vars in SidebarToolBox.Jan Holesovsky1-9/+1
2016-04-04Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.Jan Holesovsky3-7/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+4
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann2-5/+5