summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/inputdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen1-1/+0
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-2/+1
2018-03-05weld InputDialogCaolán McNamara1-40/+14
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep1-2/+15
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+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-0/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann1-1/+1
2013-12-20convert input dialog to .uiCaolán McNamara1-54/+12
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-07-04Connect button click handlers and end dialog with the desired result.Rafael Dominguez1-0/+9
2012-07-04Set correct dimensions and positions of inputbox widget.Rafael Dominguez1-21/+38
2012-07-03Create dialog skeleton to ask user for new folder name.Rafael Dominguez1-0/+58