summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templateinfodlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep1-134/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+5
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-0/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-07-11Convert DLG_TEMPLATE_INFORMATION to .uiPalenik Mihály1-19/+9
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin1-8/+5
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-2/+2
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-3/+3
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin1-2/+2
2012-08-15Close dialog when clicking the close button.Rafael Dominguez1-0/+8
2012-08-14Display template preview in property dialog.Rafael Dominguez1-0/+54
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez1-1/+50
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez1-0/+27