Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-07 | gbuildize xmlhelp | David Tardon | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-04 | removed duplicate #includes | Takeshi Abe | |
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity | |||
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-09 | minor documentation tweaks | Michael Meeks | |
2012-02-23 | remove all other deprecated header guards | Thomas Arnhold | |
2012-02-23 | reduce try-catch CLuceneError block | Caolán McNamara | |
2012-02-23 | not every extension's help will have help in all langs, catch that exception | Caolán McNamara | |
2012-02-23 | ditch archaic headerguards | Caolán McNamara | |
2012-02-23 | just link to HelpIndexer | Caolán McNamara | |
2012-02-23 | tweak for cross-platformity | Caolán McNamara | |
2012-02-23 | use different OUString ctor for RTL_TEXTENCODING_UCS4 | Caolán McNamara | |
2012-02-23 | HelpIndexer and HelpSearch: remove Java | Gert van Valkenhoef | |
2012-02-23 | Bugfix resultsetforquery | Gert van Valkenhoef | |
2012-02-23 | Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug. | Gert van Valkenhoef | |
2012-02-23 | tweak build | Caolán McNamara | |
2012-02-23 | HelpIndexer using rtl::OUString, called from xmlhelp | Gert van Valkenhoef | |
2012-02-23 | bootstrap replacement c++ help component | Caolán McNamara | |
2012-02-17 | fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, too | Andras Timar | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-01-24 | Fix for fdo43460 Part XLVI getLength() to isEmpty() | Olivier Hallot | |
Part XLVI Modules xmlhelp | |||
2012-01-21 | Removed 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-16 | There is nothing to build in xmlhelp/inc | Tor Lillqvist | |
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-06 | remove unused members, sablot went away a long time ago | Caolán McNamara | |
2011-12-06 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from xmlhelp | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-09-25 | Drop apparently unneeded inclusion of l10ntools/compilehelp.hxx | Tor Lillqvist | |
Fixes compilation for non-desktop OSes (iOS and Android), for which we haven't built and delivered l10ntools. | |||
2011-08-29 | fix typos and includes | Caolán McNamara | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-22 | check return of osl_setFilePos | Caolán McNamara | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-06-24 | mingw32-gcc doesn't support the cl.exe GR option | Jesús Corrius | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-13 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
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 | |||
2011-05-18 | Fix typo | Tor Lillqvist | |
2011-05-18 | Rework how <db.h> is included | Tor Lillqvist | |
2011-05-17 | No DB_INCLUDES any more, pass -I if necessary | Tor Lillqvist | |
2011-05-10 | wikihelp: Pass the LibreOffice version to help.libreoffice.org. | Jan Holesovsky | |