summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/olinewin.cxx
AgeCommit message (Expand)Author
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-10-20use tools::Long in scNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-26remove sc bitmaps from .src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2016-12-12unwind RID_OUTLINEBITMAPS imagelistCaolán McNamara
2016-12-12manage OutlineBitmap imagelist directly in its owner userCaolán McNamara
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-10coverity#705472 Dereference null return valueCaolán McNamara
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
2014-02-19sal_Bool->boolNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida