summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused include filesThomas Arnhold2012-06-272-108/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-4/+2
| | | | Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
* Remove various commented out definesThomas Arnhold2012-06-251-1/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-2118-411/+274
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* removed unused forward declarations of classTakeshi Abe2012-06-183-9/+0
| | | | Change-Id: I32894b853912741e935e2409d2857fe384f67665
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-065-29/+14
| | | | | | | Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Targeted string re-work xmlhelp/xmlscriptThorsten Behrens2012-06-0110-186/+186
|
* Re-enable sort in help-filesNiklas Johansson2012-05-301-6/+0
| | | | | Sorting in helpfiles were disabled due to bug #i70462#. I belive this bug isn't valid any more and we should re-activate the sorting.
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-2/+3
| | | | Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
* work around spurious signed overflow warningsMichael Stahl2012-05-081-1/+2
| | | | | | | gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC): /rtl/ustring.hxx:1293:233: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-046-21/+21
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* xmlhelp is gbuild moduleDavid Tardon2012-04-292-1/+0
| | | | Change-Id: I5ee788733364ecc8d63a12c8758ab3fc901ab38a
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* 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
| | | | that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | 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)
* 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
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-041-1/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* .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
| | | | | | | | | | | | | | ...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.
* 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
| | | | | | Part XLVI Modules xmlhelp
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-2/+2
| | | | | | | | | 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.
* There is nothing to build in xmlhelp/incTor Lillqvist2012-01-162-46/+5
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-113-3/+0
|
* childs -> childrenMichael T. Whiteley2011-12-081-10/+10
|
* remove unused members, sablot went away a long time agoCaolán McNamara2011-12-062-7/+1
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-062-25/+0
|