summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/datafdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-31loplugin:ostr in sc/../miscdlgsNoel Grandin1-13/+13
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen1-10/+8
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-3/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-2/+2
2020-08-09loplugin:flatten sc/miscdlgsNoel Grandin1-29/+29
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+5
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-05-12weld ScDataFormDlgCaolán McNamara1-97/+79
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen1-2/+0
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov1-13/+6
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+1
2018-05-21loplugin:unusedfields in scNoel Grandin1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-9/+9
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-8/+8
2016-06-30Step towards disposing of ScDataFormDlg properlyKatarina Behrens1-1/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-3/+2
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-12/+6
2015-04-20sc: convert new to ::CreateNoel Grandin1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-19/+19
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-10-14coverity#1242430 Dereference after null checkCaolán McNamara1-3/+2
2014-10-02coverity#1242751 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-29coverity#1210199 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/miscdlgs/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-15adapt code to data form .ui conversionCaolán McNamara1-72/+54
2013-04-15missing string, local resource used as if globalCaolán McNamara1-2/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-14/+10
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar1-6/+11
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-7/+7