summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Collapse)Author
2012-04-24WaE: silence warnings from msvc2008 (again)Caolán McNamara
2012-04-24do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-07bah, really deliver the filesDavid Tardon
2012-04-07drop executable flagDavid Tardon
2012-04-07install xsl files tooDavid Tardon
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-04removed duplicate #includesTakeshi Abe
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-09minor documentation tweaksMichael Meeks
2012-02-23remove all other deprecated header guardsThomas Arnhold
2012-02-23reduce try-catch CLuceneError blockCaolán McNamara
2012-02-23not every extension's help will have help in all langs, catch that exceptionCaolán McNamara
2012-02-23ditch archaic headerguardsCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef
2012-02-23Bugfix resultsetforqueryGert van Valkenhoef
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef
2012-02-23bootstrap replacement c++ help componentCaolán McNamara
2012-02-17fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-01-24Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot
Part XLVI Modules xmlhelp
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-16There is nothing to build in xmlhelp/incTor Lillqvist
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-06remove unused members, sablot went away a long time agoCaolán McNamara
2011-12-06callcatcher: remove some unused codeCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from xmlhelpNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-09-25Drop apparently unneeded inclusion of l10ntools/compilehelp.hxxTor Lillqvist
Fixes compilation for non-desktop OSes (iOS and Android), for which we haven't built and delivered l10ntools.
2011-08-29fix typos and includesCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-22check return of osl_setFilePosCaolán McNamara
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-06-24mingw32-gcc doesn't support the cl.exe GR optionJesús Corrius
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara