summaryrefslogtreecommitdiff
path: root/basic/source/comp/codegen.cxx
AgeCommit message (Expand)Author
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-09Fix typoAndrea Gelmini
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin
2018-01-31basic: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-05-17remove unnecessary header fileNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02convert SBI_ constants to enum classNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-02loplugin: cstylecastNoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-05-15coverity#441607 Dereference null return valueCaolán McNamara
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-02-25Remove visual noise from basicAlexander Wilms
2013-09-02GSOC work Window appearance fix 2 + code fixesGergo Mocsi
2013-09-02GSOC work week 5, some recent fixesGergo Mocsi
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-19coverity#735398 Logically dead codeNorbert Thiebaud
2012-11-07basic: String -> OUStringNorbert Thiebaud