summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/csvruler.cxx
AgeCommit message (Expand)Author
2023-03-26loplugin:stringadd in scNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-02-15loplugin:referencecasting in scNoel
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-07-30rhbz#1861794 csv fixed width import missing split handleCaolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2019-10-20cid#1454871 uninitialized memberCaolán McNamara
2019-10-17weld ScImportAsciiDlgCaolán McNamara
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-02-13Pointer is pointlessNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-09-09Avoid getTokenCount and temporaries, reduce scopeMatteo Casalin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-02sc: fix loplugin:stringconstant warningsMiklos Vajna
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-12convert CSV_DIFF constants to typed_flags_setNoel Grandin
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin