summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/codegen.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#129107 objects in basic disappearNoel Grandin2019-12-041-3/+7
* tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2019-03-071-0/+1
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* Fix typoAndrea Gelmini2018-12-091-1/+1
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-061-3/+2
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-271-4/+4
* loplugin:unnecessaryvirtual improvementsNoel Grandin2018-05-101-4/+0
* loplugin:useuniqueptr in SbiImageNoel Grandin2018-05-021-1/+1
* basic: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-311-9/+3
* loplugin:useuniqueptr in SbModuleNoel Grandin2018-01-191-7/+3
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-9/+9
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-3/+3
* loplugin:constparams in basicNoel Grandin2017-07-201-2/+2
* loplugin:oncevar for value-dependent constant expressionsStephan Bergmann2017-07-131-2/+2
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-10/+10
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-1/+1
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-151-1/+1
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-3/+0
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-1/+1
* Turn SbiOpcode into scoped enumStephan Bergmann2016-04-061-17/+17
* Avoid reserved identifiersStephan Bergmann2016-04-061-11/+11
* WaE vs2015 truncation of literal on static_castNorbert Thiebaud2016-02-221-0/+7
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-12/+12
* loplugin:unusedmethodsNoel Grandin2015-10-011-13/+12
* inline "old" SbERR constantsNoel Grandin2015-07-281-3/+3
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-4/+4
* com::sun::star->css in basicNoel Grandin2015-07-201-3/+3
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-1/+1
* convert PropertyMode to scoped enumNoel Grandin2015-06-041-4/+4
* remove unnecessary header fileNoel Grandin2015-05-171-1/+2
* loplugin:staticmethodsNoel Grandin2015-04-131-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* convert SBI_ constants to enum classNoel Grandin2015-03-021-3/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* loplugin: cstylecastNoel Grandin2014-10-021-2/+2
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* coverity#441607 Dereference null return valueCaolán McNamara2014-05-151-1/+5
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-1/+1
* Remove visual noise from basicAlexander Wilms2014-02-251-1/+1
* GSOC work Window appearance fix 2 + code fixesGergo Mocsi2013-09-021-6/+6
* GSOC work week 5, some recent fixesGergo Mocsi2013-09-021-0/+18
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* coverity#735398 Logically dead codeNorbert Thiebaud2013-02-191-3/+3
* basic: String -> OUStringNorbert Thiebaud2012-11-071-39/+45
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-031-10/+32
* sal_Bool -> boolTakeshi Abe2012-08-031-3/+3