summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/insdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-05tdf#146619 Drop unused 'using namespace' in: cui/Gabor Kelemen1-1/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-12-16misc: check SfxViewFrame::Current()Caolán McNamara1-4/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin1-2/+3
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara1-4/+4
2021-11-01Removed duplicated includesAndrea Gelmini1-1/+0
2021-10-29Prepare for removal of non-const operator[] from Sequence in cuiMike Kaganski1-7/+6
2021-09-30cui: better label for the OLE insert progressbarMiklos Vajna1-5/+3
2021-09-29embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna1-1/+24
2021-09-28cui: add a status indicator for the OLE insert dialogMiklos Vajna1-0/+28
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-4/+4
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-4/+7
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara1-4/+4
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-10-21use tools::Long in comphelper..cuiNoel1-4/+4
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-02loplugin:reducevarscope in cuiNoel1-1/+1
2020-09-10Replace sal_uLong with proper types in cuiMuhammet Kara1-1/+1
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin1-6/+6
2020-04-14loplugin:buriedassign in c*Noel Grandin1-1/+5
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-12/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-2/+2
2018-11-27tdf#121713 give filter a nameCaolán McNamara1-4/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-26drop some unnecessary includesCaolán McNamara1-3/+0
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-4/+4
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-1/+1
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara1-1/+0
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin1-14/+14
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-01weld ScShowTabDlgCaolán McNamara1-1/+1
2018-04-04drop mysterious bare SetUpdateMode callCaolán McNamara1-1/+0
2018-04-04weld SvInsertOleDlgCaolán McNamara1-179/+127
2018-02-22weld native message dialogsCaolán McNamara1-4/+13
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: cuiStephan Bergmann1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-08set parent for file dialog helperCaolán McNamara1-1/+2
2017-09-03Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-02set parent for insert ole object file dialogCaolán McNamara1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-17/+6
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-1/+1