summaryrefslogtreecommitdiffstats
path: root/helpcompiler
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticmethodsNoel Grandin2015-04-073-3/+3
* V801: Decreased performanceCaolán McNamara2015-03-092-2/+2
* Typo: containted->containedJulien Nabet2015-02-211-1/+1
* Typo: trough->throughJulien Nabet2015-02-211-1/+1
* Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara2015-02-021-5/+25
* replace '\n' to space in extended help textAndras Timar2015-01-221-0/+1
* Some more loplugin:cstylecast: helpcompilerStephan Bergmann2015-01-204-31/+31
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-4/+4
* indent try-block, remove obsolete commentMichael Weghorn2014-12-171-136/+135
* coverity#704150 Resource leak in objectCaolán McNamara2014-12-151-9/+9
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-2/+1
* (Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2014-09-111-4/+1
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+1
* coverity#1223090 Uncaught exceptionCaolán McNamara2014-06-172-2/+2
* coverity#983682 Uncaught exceptionCaolán McNamara2014-06-102-2/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-8/+1
* Fix memory leakStephan Bergmann2014-05-281-6/+11
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-194-8/+8
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-172-8/+8
* typo: paramter -> parameterThomas Arnhold2014-04-141-2/+2
* Remove visual noise from helpcompilerAlexander Wilms2014-02-261-1/+1
* coverity#707948 Uninitialized scalar fieldCaolán McNamara2014-02-111-3/+5
* bool improvementsStephan Bergmann2014-01-281-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-201-3/+3
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-3/+2
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-4/+3
* Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann2013-10-281-1/+0
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-281-2/+2
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-281-2/+2
* Use conventional std::vector idiomsStephan Bergmann2013-10-221-5/+5
* Unwind HighlightPortions typedefStephan Bergmann2013-10-221-1/+1
* remove last uses of config 'GUI' variableMatúš Kukan2013-06-201-5/+4
* rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák2013-06-132-7/+3
* helpcompiler: remove Package_incMichael Stahl2013-05-0713-281/+14
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-3010-231/+40
* rename expat external to 'expat'David Tardon2013-04-093-3/+3
* HelpLinker: add comment for mysterious XML parsingMichael Stahl2013-04-081-0/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0712-111/+111
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-031-7/+0
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-7/+7
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-2/+1
* remove all d.lstMichael Stahl2013-02-281-0/+0
* do not create index for shared help moduleDavid Tardon2013-02-282-0/+7
* add opt -nolangroot needed for gbuildDavid Tardon2013-02-262-1/+7
* avoid string substr/replace with invalid posDavid Tardon2013-02-261-3/+6