summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/syntaxhighlight.cxx
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-27tdf#36541 Wrong syntax highlighting in BASIC IDEtagezi
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2016-05-16conver CHAR to scoped enumNoel Grandin
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin
2016-02-24convert TokenTypes to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-07-25tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-12these can all be made constCaolán McNamara
2014-10-10coverity#1242878 Unused valueCaolán McNamara
2014-10-02coverity#1242878 Unused valueCaolán McNamara
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-11fix-includes.pl: comphelperThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-01-26coverity#1130481 : Uninitialized scalar fieldNorbert Thiebaud
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-10-28Some clean-upStephan Bergmann
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann
2013-10-28Correctly fix "Terminating NUL" fixStephan Bergmann
2013-10-28Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann
2013-10-27COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini
2013-10-22Make violation of "trailing OUString NUL is impl. detail" more obviousStephan Bergmann
2013-10-22Minor clean-upStephan Bergmann
2013-10-22HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann
2013-10-22Unwind HighlightPortions typedefStephan Bergmann
2013-10-22Terminating NUL at end of its buffer is not considered part of OUStringStephan Bergmann
2013-10-14Probably best to use extern "C" hereTor Lillqvist
2013-10-12Bin obsolete CDECL crackTor Lillqvist
2013-06-14Highlight "LIMIT" as a keyword in sql editZolnai Tamás
2013-03-02fdo#39468 Translated German comments to EnglishGábor Nyers
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar