summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Collapse)AuthorAgeFilesLines
* these are not old component files anymoreMatúš Kukan2012-01-151-4/+2
|
* pesky dependenciesCaolán McNamara2012-01-121-1/+0
|
* pesky dependenciesCaolán McNamara2012-01-051-1/+3
|
* typoStephan Bergmann2011-12-141-1/+1
|
* configmgr.component is no longer an old one.Stephan Bergmann2011-12-141-1/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-064-20/+17
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from hwpfilterNorbert Thiebaud2011-11-274-6/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-112-1/+3
|
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-113-47/+6
| | | | | | | | | | | * 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.
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-152-4/+8
| | | | | | | sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
* test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2011-10-051-5/+4
| | | | | | It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add missed file hwpfilter/RdbTarget_hwpfilter_test_hwpfilter.mkBjoern Michaelsen2011-10-041-0/+44
|
* adapt hwpfilter unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-042-11/+1
|
* valgrind: fix leakCaolán McNamara2011-10-021-15/+7
|
* merge filters-test codeCaolán McNamara2011-09-303-104/+14
|
* Always link with user32Tor Lillqvist2011-09-221-1/+0
|
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-2/+0
| | | | | | 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.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-121-1/+7
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* WaE: constify these (worrying-looking) font name tablesCaolán McNamara2011-09-091-1/+1
|
* I see no immediate reason for this #ifndef __MINGW32__Tor Lillqvist2011-09-091-4/+2
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-103-3/+3
|
* do not use /clone in paht for test in hwpfilterNorbert Thiebaud2011-08-061-2/+2
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-303-3/+6
|
* keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen2011-07-231-1/+1
|
* resyncing to masterBjoern Michaelsen2011-07-217-21/+22
|\
| * Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-11/+0
| |
| * gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara2011-07-011-1/+1
| |
| * add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara2011-06-302-1/+2
| |
| * Fix Windows buildTor Lillqvist2011-06-271-1/+2
| |
| * use size_t hereCaolán McNamara2011-06-213-8/+9
| |
| * use the new way of setting UNO API include dirsDavid Tardon2011-06-182-2/+10
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
| |
| * Link with user32 for WindowsTor Lillqvist2011-06-161-0/+1
| |
* | gnumake4: postmerge fixes in hwpBjoern Michaelsen2011-06-211-13/+1
|/
* don't need to link against vclCaolán McNamara2011-06-141-1/+0
|
* add regression testCaolán McNamara2011-06-145-1/+260
|
* return the correct return codeCaolán McNamara2011-06-141-4/+2
|
* ditch MyDataSink and use comphelper::MediaDescriptor::addInputStreamCaolán McNamara2011-06-142-68/+7
|
* gbuildize hwpfilterCaolán McNamara2011-06-1332-160/+190
|
* survive missing writer component for testing purposesCaolán McNamara2011-06-134-30/+34
|