summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)AuthorFilesLines
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-2/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+2
2017-05-19loplugin:unusedfieldsNoel Grandin3-27/+0
2017-05-18Some manual loplugin:comparisonwithconstant fixes in macros...Stephan Bergmann1-11/+11
2017-05-18tdf#99589 tolower / toupper - dangerous to Turks ...dilekuzulmez1-1/+1
2017-05-18loplugin:unusedmethodsNoel Grandin3-37/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-1/+0
2017-04-28loplugin:unusedmethodsNoel Grandin2-61/+0
2017-04-27cut top layer of detecting used bitmap resources in .src/.res filesCaolán McNamara2-10/+1
2017-04-27aSearchPath is write onlyCaolán McNamara3-6/+1
2017-04-27aSysSearchPath is write onlyCaolán McNamara2-20/+0
2017-04-27no bitmaps in .src files anymoreCaolán McNamara3-23/+0
2017-04-26loplugin:unusedmethodsNoel Grandin2-11/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin2-4/+10
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-21loplugin:mergeclasses RscConst with RscEnumNoel Grandin5-30/+19
2017-04-21loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2017-04-20loplugin:unusedmethodsNoel Grandin2-3/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara24-1064/+3
2017-04-07tdf#39468 Translate German commentsJens Carl1-2/+2
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-05loplugin:constantparamNoel Grandin2-20/+8
2017-03-31tdf#39468 Translate German commentsJens Carl13-82/+79
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-24This code trades in 'char' entities disguised as 'int'Stephan Bergmann3-8/+8
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann9-9/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin5-9/+9
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann2-5/+5
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+2
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann3-10/+16
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2017-03-14make o3tl::strong_int constructor explicitNoel Grandin3-8/+8
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-24start to get make fuzzers working againCaolán McNamara1-0/+5
2017-02-21loplugin:unusedmethodsNoel Grandin1-2/+0
2017-02-17move formula description extra data out of .srcCaolán McNamara22-108/+65
2017-02-14Use o3tl::strong_int on RESOURCE_TYPENoel Grandin19-46/+48
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin9-116/+122
2017-01-27-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann5-2/+8
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin1-1/+0
2017-01-20Images no longer loaded from resource filesCaolán McNamara3-24/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2-2/+2
2017-01-13unused variablesCaolán McNamara1-2/+0
2017-01-09loplugin:externvarStephan Bergmann1-2/+2
2017-01-09New loplugin:externvar: rscStephan Bergmann2-6/+7
2017-01-02ImageLists don't exist in rsc file anymoreCaolán McNamara1-88/+0
2016-12-30no use of RSC_KEYCODE appears to remainCaolán McNamara4-215/+0
2016-12-30aIdUShort is now unusedCaolán McNamara3-5/+0