summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Collapse)AuthorAgeFilesLines
* 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/+8
|
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-113-42/+2
| | | | | | | | | | | * 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.
* cppcheck fix : 'operator=' should check for assignment to selfwJulien Nabet2011-10-172-11/+14
|
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-152-5/+9
| | | | | | | 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-3/+6
| | | | | | 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
|
* adapt lotuswordpro unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-043-6/+40
|
* no need to continue, delete NULL is safeCaolán McNamara2011-10-041-4/+2
|
* SetDfltFont doesn't do anythingCaolán McNamara2011-10-042-32/+0
|
* valgrind: fix some leaksCaolán McNamara2011-10-028-45/+40
|
* merge filters-test codeCaolán McNamara2011-09-303-97/+15
|
* ensure m_pOwnerRow is NULLCaolán McNamara2011-09-231-0/+1
|
* cppcheck: don't dereference NULL pRowCaolán McNamara2011-09-231-3/+8
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-224-0/+18
|
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-1/+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.
* Some cppcheck cleaningJulien Nabet2011-09-093-4/+4
|
* regenerate listCaolán McNamara2011-08-306-45/+0
|
* callcatcher: chop, hack, slayCaolán McNamara2011-08-3039-1018/+0
|
* ditch a few moreCaolán McNamara2011-08-307-415/+0
|
* use standard copy-ctor signatures, assignments, etcCaolán McNamara2011-08-2938-1378/+14
|
* callcatcher: drop various unused methodsCaolán McNamara2011-08-296-205/+0
|
* valgrind: various unused codeCaolán McNamara2011-08-296-222/+0
|
* regenerate listCaolán McNamara2011-08-252-7/+0
|
* callcatcher: remove various unused methodsCaolán McNamara2011-08-242-11/+0
|
* ditch deprecated apiCaolán McNamara2011-08-232-43/+21
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-2310-133/+2
|
* regoptions (etc.) now unused post registration-removalCaolán McNamara2011-08-228-71/+3
|
* lotuswordpro is in tail_build, it should not be in postprocess pre-reqNorbert Thiebaud2011-08-211-0/+0
|
* icui18n -> icuin on Windows. Now lotuswordpro builds.Kohei Yoshida2011-08-191-0/+7
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* regenerate listCaolán McNamara2011-08-196-78/+0
|
* callcatcher: unused codeCaolán McNamara2011-08-189-211/+0
|
* callcatcher: remove some methodsCaolán McNamara2011-08-177-59/+0
|
* callcatcher: unused codeCaolán McNamara2011-08-164-37/+0
|
* ditch some junkCaolán McNamara2011-08-1610-110/+0
|
* callcatcher: remove code, hide's erAcks to-do code behind an ifdefCaolán McNamara2011-08-152-14/+0
|
* Some cppcheck cleaningJulien Nabet2011-08-132-3/+3
|
* update list, ditch newbiesCaolán McNamara2011-08-122-6/+0
|
* callcatcher: unused codeCaolán McNamara2011-08-1214-186/+0
|
* callcatcher: unused codeCaolán McNamara2011-08-112-21/+0
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-116-184/+0
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-103-3/+3
|
* callcatcher: remove various unused methodsCaolán McNamara2011-08-086-116/+0
|
* callcatcher: remove various unused methodsCaolán McNamara2011-08-082-44/+0
|
* remove /clone/calc reference in lotuswordpro qaNorbert Thiebaud2011-08-061-2/+2
|
* fix up wrong .cxxCaolán McNamara2011-08-052-2/+1
|
* callcatcher: unused methodsCaolán McNamara2011-08-056-242/+1
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|