/source/nso/librelogo/

uokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)Author
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-18Some manual loplugin:comparisonwithconstant fixes in macros...Stephan Bergmann
2017-05-18tdf#99589 tolower / toupper - dangerous to Turks ...dilekuzulmez
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-28loplugin:unusedmethodsNoel Grandin
2017-04-27cut top layer of detecting used bitmap resources in .src/.res filesCaolán McNamara
2017-04-27aSearchPath is write onlyCaolán McNamara
2017-04-27aSysSearchPath is write onlyCaolán McNamara
2017-04-27no bitmaps in .src files anymoreCaolán McNamara
2017-04-26loplugin:unusedmethodsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21loplugin:mergeclasses RscConst with RscEnumNoel Grandin
2017-04-21loplugin:unnecessaryvirtualNoel Grandin
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-06Fix typosAndrea Gelmini
2017-04-05loplugin:constantparamNoel Grandin
2017-03-31tdf#39468 Translate German commentsJens Carl
2017-03-25Fix typosAndrea Gelmini
2017-03-24This code trades in 'char' entities disguised as 'int'Stephan Bergmann
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann