summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from xmlhelpNorbert Thiebaud2011-11-2720-38/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-7/+0
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-112-14/+2
|
* Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2011-10-071-1/+1
|
* Drop apparently unneeded inclusion of l10ntools/compilehelp.hxxTor Lillqvist2011-09-251-1/+0
| | | | | Fixes compilation for non-desktop OSes (iOS and Android), for which we haven't built and delivered l10ntools.
* fix typos and includesCaolán McNamara2011-08-291-0/+1
|
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-292-5/+4
|
* Some cppcheck cleaningJulien Nabet2011-07-311-1/+1
|
* check return of osl_setFilePosCaolán McNamara2011-07-221-1/+5
|
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-122-16/+0
|
* mingw32-gcc doesn't support the cl.exe GR optionJesús Corrius2011-06-244-0/+8
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-3/+3
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-12/+12
|
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk
| * wikihelp: Pass the LibreOffice version to help.libreoffice.org.Jan Holesovsky2011-05-101-0/+2
| |
* | Fix typoTor Lillqvist2011-05-181-1/+1
| |
* | Rework how <db.h> is includedTor Lillqvist2011-05-182-5/+3
| |
* | No DB_INCLUDES any more, pass -I if necessaryTor Lillqvist2011-05-171-1/+1
| |
* | Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-212-4/+4
| |
* | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)Christina Rossmanith2011-04-192-7/+7
| |
* | Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre2011-04-141-1/+1
| |
* | Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre2011-04-141-2/+2
|/
* drop bogus executable flag from idl/build/src and config filesFrancisco Saito2011-03-292-0/+0
|
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-2943-0/+0
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-235-38/+60
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basic/source/runtime/makefile.mk basic/source/runtime/step2.cxx desktop/prj/build.lst desktop/source/app/app.cxx desktop/source/deployment/registry/dp_backend.cxx drawinglayer/source/attribute/fontattribute.cxx editeng/inc/editeng/fontitem.hxx editeng/source/editeng/edtspell.cxx editeng/source/misc/svxacorr.cxx framework/inc/services/substitutepathvars.hxx framework/source/services/substitutepathvars.cxx sfx2/qa/cppunit/makefile.mk sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/objxtor.cxx svx/source/dialog/svxruler.cxx sysui/desktop/icons/so9_base_app.ico sysui/desktop/icons/so9_calc_app.ico sysui/desktop/icons/so9_draw_app.ico sysui/desktop/icons/so9_impress_app.ico sysui/desktop/icons/so9_main_app.ico sysui/desktop/icons/so9_math_app.ico sysui/desktop/icons/so9_writer_app.ico xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/db.cxx xmlhelp/source/cxxhelp/provider/db.hxx
| * jl164 #i109096# Displaying help content fails for extensions when user ↵Joachim Lingner2011-02-254-51/+69
| | | | | | | | installation has a long path on windows