Commit graph

18 commits

Author SHA1 Message Date
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Luboš Luňák
1acdbe4dfe initial (very hacky) work on mathml ooxml import
This commit needs to be generally reworked for upstream, but it
more or less works.
2011-11-24 18:43:56 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Stephan Bergmann
f66ac29343 Make .component files directly usable within UNO_SERVICES.
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>.
* solenv/gbuild/CppunitTest.mk got new functions
gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors).
* This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not
work currently, as it catenates the input component files instead of passing
them through packcomponents.xslt (which now takes care about the surrounding
<components> in the input).  In the future, it will likely be combined with the
recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-11 10:53:23 +01:00
Michael Stahl
3ca2bef768 #i108468#: clean up xmluconv code duplication, part 1:
move convertNumber64 from SvXMLUnitConverter to sax::converter.
 remove duplicate methods from SvXMLUnitConverter:
  convertBool, convertPercent, convertColor, convertNumber, convertDouble,
  indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
  clearUndefinedChars
2011-10-11 17:57:00 +02:00
Bjoern Michaelsen
977ea14f37 adapt sw unittests to separate RdbTarget makefile requirement 2011-10-04 18:34:22 +02:00
Michael Meeks
37fd0d9884 sw: switch filters-test to the new shared unit test code 2011-09-28 15:09:49 +01:00
Stephan Bergmann
7d1bb036e1 Simplified setting headless mode for smoke-/subsequenttetss.
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more.  Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Matúš Kukan
2674376ddf convert i18npool to gbuild 2011-08-17 17:34:23 +02:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Tor Lillqvist
24b6225f93 Add consistent Emacs and vim mode lines 2011-07-30 23:03:51 +03:00
Norbert Thiebaud
3f1e287e46 icuuc and xml2 are 'external' library 2011-07-24 17:08:10 -05:00
Caolán McNamara
500cbd2718 make the test depend on the resources, rather than the .cxx 2011-07-11 09:06:54 +01:00
Caolán McNamara
405454c88a gb_Library_PLAINEXT->gb_Library_DLLEXT 2011-07-01 15:20:44 +01:00
Caolán McNamara
a1c3ba3024 add modified unoexceptionprotector for better error msgs from exceptions 2011-07-01 09:09:31 +01:00
David Tardon
0790fe95b0 use the new way of setting UNO API include dirs 2011-06-18 11:31:16 +02:00
Caolán McNamara
97b949d6f4 restore Test-BigPtrArray unit test 2011-06-13 13:09:44 +01:00
Caolán McNamara
97e221f2c9 recover this unit test again 2011-06-10 21:19:45 +01:00