summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2-46/+0
2016-05-25because pCW->bCreate is always set to true, the conditional isn't usefulCaolán McNamara1-13/+10
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-25Template Manager: ListView in Save As and Category Selector DialogAkshay Deep4-68/+160
2016-05-25New Template Manager: Remove inheritance of TemplateContainerItemAkshay Deep5-202/+26
2016-05-25Template Manager: Filter by Application (Default)Akshay Deep2-17/+79
2016-05-25Creating a new category on move should update the category listAkshay Deep1-0/+4
2016-05-25Template Manager: Tooltips to display categoryAkshay Deep6-41/+21
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-5/+9
2016-05-24tdf#89329: use unique_ptr for pImpl in filedlghelperXisco Fauli1-61/+54
2016-05-24tdf#89329: use unique_ptr for pImpl in tabdlgXisco Fauli1-5/+3
2016-05-24tdf#89329: use unique_ptr for pImpl in tbxctrlXisco Fauli1-4/+2
2016-05-24Fix tdf#99506: Insert OLE object with icon failedGuillaume Smaha1-1/+8
2016-05-24tdf#89329: use unique_ptr for pImpl in shellXisco Fauli1-52/+49
2016-05-24remove some manual ref-countingNoel Grandin1-9/+5
2016-05-23tdf#89329: use unique_ptr for pImpl in frmdescrXisco Fauli1-18/+16
2016-05-23tdf#89329: use unique_ptr for pImpl in progressXisco Fauli1-73/+72
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-23lok: Subcribe to more uno commands for state changePranav Kant1-1/+18
2016-05-23loplugin:staticmethodsNoel Grandin1-1/+1
2016-05-23New Template Manager: Default Thumbnails in TemplateSearchViewAkshay Deep2-1/+28
2016-05-23tdf#89329: use unique_ptr for pImpl in requestXisco Fauli1-116/+115
2016-05-23tdf#89329: use unique_ptr for pImpl in printerXisco Fauli1-20/+13
2016-05-23tdf#89329: use unique_ptr for pImpl in newXisco Fauli1-3/+3
2016-05-23New Template Manager: Improved search for templatesAkshay Deep1-1/+12
2016-05-22loplugin:staticmethodsStephan Bergmann1-1/+1
2016-05-22loplugin:passstuffbyrefStephan Bergmann1-2/+2
2016-05-22tdf#89329: use unique_ptr for pImpl in childwinXisco Fauli1-45/+43
2016-05-22tdf#89329: use unique_ptr for pImpl in docfileXisco Fauli1-542/+540
2016-05-22tdf#89329: use unique_ptr for pImpl in frameXisco Fauli2-73/+70
2016-05-22tdf#89329: use unique_ptr for pImpl in bindingsXisco Fauli1-266/+266
2016-05-22tdf#89329: use unique_ptr for pImpl in dockwinXisco Fauli1-208/+206
2016-05-22tdf#89329: use unique_ptr for pImpl in basedlgsXisco Fauli1-61/+59
2016-05-21loplugin:passstuffbyrefNoel Grandin1-1/+1
2016-05-20New Template ManagerAkshay Deep17-1315/+1604
2016-05-20Add initial CppunitTest_sfx2_classificationMiklos Vajna3-0/+188
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin5-300/+2
2016-05-20sfx2 classification toolbar: set state of all listboxes on status changeMiklos Vajna2-8/+21
2016-05-20sfx2 classification toolbar: add select handler to all listboxesMiklos Vajna2-26/+58
2016-05-19Revert "loplugin:staticmethods"Tor Lillqvist1-2/+2
2016-05-19loplugin:staticmethodsTor Lillqvist1-2/+2
2016-05-19sfx2 classification toolbar: add listboxes for all policy typesMiklos Vajna2-43/+86
2016-05-19sfx2 classification toolbar: add a label next to the listboxMiklos Vajna2-17/+118
2016-05-19loplugin:unusedmethods in sfx2Noel Grandin5-63/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18tdf#99925 temporary fix, hide the notebookbar in the start centerSzymon Kłos1-8/+0
2016-05-18sfx2 classification: allow storing one category for each policy typeMiklos Vajna1-47/+99
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin9-194/+0
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna2-1/+11
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-2/+33