Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | Related: fdo#53337 Maybe this is a typeinfo visibility problem | Caolán McNamara | |
Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b | |||
2012-08-22 | more old module-description xml files | Matúš Kukan | |
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220 | |||
2012-08-22 | do not deliver these module-description xml files | Matúš Kukan | |
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com> | |||
2012-08-22 | embed extension's help tree into main help tree | Bence Babati | |
Change-Id: Iddb3c542f50078b13c7d420b528aa704a5cb0767 | |||
2012-08-14 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: I40354853ad44024c342babd3b706ce305a059ff4 | |||
2012-08-09 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I9fdefd428b858fd5581412d6f8e896a0eb680fef | |||
2012-07-29 | Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.h | Arnaud Versini | |
Change-Id: I02a1af9bac1e1283f33bc204cd8737ebd2ebd06c | |||
2012-07-12 | XML_Parse returns enum XML_Status | Michael Stahl | |
Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-27 | Remove unused include files | Thomas Arnhold | |
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 | |||
2012-06-25 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a | |||
2012-06-25 | Remove various commented out defines | Thomas Arnhold | |
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-18 | removed unused forward declarations of class | Takeshi Abe | |
Change-Id: I32894b853912741e935e2409d2857fe384f67665 | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-01 | Targeted string re-work xmlhelp/xmlscript | Thorsten Behrens | |
2012-05-30 | Re-enable sort in help-files | Niklas Johansson | |
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. | |||
2012-05-16 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe | |||
2012-05-08 | work around spurious signed overflow warnings | Michael Stahl | |
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] | |||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-04-29 | xmlhelp is gbuild module | David Tardon | |
Change-Id: I5ee788733364ecc8d63a12c8758ab3fc901ab38a | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-24 | WaE: silence warnings from msvc2008 (again) | Caolán McNamara | |
2012-04-24 | do not export usage of CLucene headers outside of l10ntools | Luboš Luňák | |
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary | |||
2012-04-08 | gbuild: "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-07 | bah, really deliver the files | David Tardon | |
2012-04-07 | drop executable flag | David Tardon | |
2012-04-07 | install xsl files too | David Tardon | |
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 | |