summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/postdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-04-27weld cluster of change tracking dialogsCaolán McNamara1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-2/+2
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara1-1/+1
2018-04-16weld SvxPostItDialogCaolán McNamara1-77/+52
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-2/+0
2017-10-23loplugin:includeform: cuiStephan Bergmann1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-04-05prev/next buttons start invisible in the .uiCaolán McNamara1-5/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-10/+3
2016-04-18postit dialog is too tallCaolán McNamara1-4/+3
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-09-25convert Link<> to typedNoel Grandin1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-8/+2
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/+7
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2014-10-23loplugin: cstylecastNoel Grandin1-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-04-27constLuboš Luňák1-2/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-4/+4
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-22String::AppendAscii cleanupRicardo Montania1-8/+8
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara1-9/+1
2013-02-26adapt code to comment .ui conversionCaolán McNamara1-64/+46
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke1-7/+7
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-3/+3