summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2016-05-23tdf#89329: use unique_ptr for pImpl in frmdescrXisco Fauli
2016-05-23tdf#89329: use unique_ptr for pImpl in progressXisco Fauli
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-23lok: Subcribe to more uno commands for state changePranav Kant
2016-05-23loplugin:staticmethodsNoel Grandin
2016-05-23New Template Manager: Default Thumbnails in TemplateSearchViewAkshay Deep
2016-05-23tdf#89329: use unique_ptr for pImpl in requestXisco Fauli
2016-05-23tdf#89329: use unique_ptr for pImpl in printerXisco Fauli
2016-05-23tdf#89329: use unique_ptr for pImpl in newXisco Fauli
2016-05-23New Template Manager: Improved search for templatesAkshay Deep
2016-05-22loplugin:staticmethodsStephan Bergmann
2016-05-22loplugin:passstuffbyrefStephan Bergmann
2016-05-22tdf#89329: use unique_ptr for pImpl in childwinXisco Fauli
2016-05-22tdf#89329: use unique_ptr for pImpl in docfileXisco Fauli
2016-05-22tdf#89329: use unique_ptr for pImpl in frameXisco Fauli
2016-05-22tdf#89329: use unique_ptr for pImpl in bindingsXisco Fauli
2016-05-22tdf#89329: use unique_ptr for pImpl in dockwinXisco Fauli
2016-05-22tdf#89329: use unique_ptr for pImpl in basedlgsXisco Fauli
2016-05-21loplugin:passstuffbyrefNoel Grandin
2016-05-20New Template ManagerAkshay Deep
2016-05-20Add initial CppunitTest_sfx2_classificationMiklos Vajna
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin
2016-05-20sfx2 classification toolbar: set state of all listboxes on status changeMiklos Vajna
2016-05-20sfx2 classification toolbar: add select handler to all listboxesMiklos Vajna
2016-05-19Revert "loplugin:staticmethods"Tor Lillqvist
2016-05-19loplugin:staticmethodsTor Lillqvist
2016-05-19sfx2 classification toolbar: add listboxes for all policy typesMiklos Vajna
2016-05-19sfx2 classification toolbar: add a label next to the listboxMiklos Vajna
2016-05-19loplugin:unusedmethods in sfx2Noel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18tdf#99925 temporary fix, hide the notebookbar in the start centerSzymon Kłos
2016-05-18sfx2 classification: allow storing one category for each policy typeMiklos Vajna
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna
2016-05-18Convert UPDATE_FAMILY to scoped enumNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-17fix JunitTest_sfx2_complexCaolán McNamara
2016-05-17sfx2 classification: make categories list independent from policy typeMiklos Vajna
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos
2016-05-17sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara
2016-05-13Resolves: tdf#96092 crash on activating manage changes sidebarCaolán McNamara
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht
2016-05-10Presumably missing break in switchStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann