summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-1410-52/+7
* reduce static_initialization_and_destruction chainCaolán McNamara2012-08-091-18/+13
* Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.hArnaud Versini2012-07-294-15/+13
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-121-3/+3
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
* Remove unused include filesThomas Arnhold2012-06-272-108/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-4/+2
* Remove various commented out definesThomas Arnhold2012-06-251-1/+0
* re-base on ALv2 code.Michael Meeks2012-06-2118-411/+274
* removed unused forward declarations of classTakeshi Abe2012-06-183-9/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-065-29/+14
* Targeted string re-work xmlhelp/xmlscriptThorsten Behrens2012-06-0110-186/+186
* Re-enable sort in help-filesNiklas Johansson2012-05-301-6/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-2/+3
* work around spurious signed overflow warningsMichael Stahl2012-05-081-1/+2
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-046-21/+21
* xmlhelp is gbuild moduleDavid Tardon2012-04-292-1/+0
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
* WaE: silence warnings from msvc2008 (again)Caolán McNamara2012-04-241-0/+10
* do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák2012-04-241-0/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
* bah, really deliver the filesDavid Tardon2012-04-071-5/+5
* drop executable flagDavid Tardon2012-04-075-0/+0
* install xsl files tooDavid Tardon2012-04-071-0/+5
* gbuildize xmlhelpDavid Tardon2012-04-0715-386/+265
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-18/+18
* removed duplicate #includesTakeshi Abe2012-04-041-1/+0
* .component files don't need executable bitsMichael Stahl2012-03-232-0/+0
* chmod -xTor Lillqvist2012-03-213-0/+0
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-1/+2
* minor documentation tweaksMichael Meeks2012-03-091-1/+1
* remove all other deprecated header guardsThomas Arnhold2012-02-234-16/+0
* reduce try-catch CLuceneError blockCaolán McNamara2012-02-231-8/+9
* not every extension's help will have help in all langs, catch that exceptionCaolán McNamara2012-02-232-3/+11
* ditch archaic headerguardsCaolán McNamara2012-02-231-8/+0
* just link to HelpIndexerCaolán McNamara2012-02-235-270/+1
* tweak for cross-platformityCaolán McNamara2012-02-232-19/+17
* use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara2012-02-233-9/+4
* HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef2012-02-237-762/+0
* Bugfix resultsetforqueryGert van Valkenhoef2012-02-231-5/+4
* Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef2012-02-233-188/+139
* tweak buildCaolán McNamara2012-02-233-3/+2
* HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef2012-02-232-57/+50
* bootstrap replacement c++ help componentCaolán McNamara2012-02-237-6/+272
* fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar2012-02-171-1/+4
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
* Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot2012-01-248-45/+42
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-2/+2