summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Collapse)Author
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-26Use the right defineFridrich Štrba
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-30Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot
Part XXIV Modules lotuswordpro
2011-12-15Removed extra semicolonsJesse
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24WaE: uninitialized valueCaolán McNamara
2011-11-24WaE: uninitialized valueCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* 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-10-17cppcheck fix : 'operator=' should check for assignment to selfwJulien Nabet
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
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
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
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.
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04adapt lotuswordpro unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-10-04no need to continue, delete NULL is safeCaolán McNamara
2011-10-04SetDfltFont doesn't do anythingCaolán McNamara
2011-10-02valgrind: fix some leaksCaolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-23ensure m_pOwnerRow is NULLCaolán McNamara
2011-09-23cppcheck: don't dereference NULL pRowCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
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-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-09Some cppcheck cleaningJulien Nabet
2011-08-30regenerate listCaolán McNamara
2011-08-30callcatcher: chop, hack, slayCaolán McNamara
2011-08-30ditch a few moreCaolán McNamara
2011-08-29use standard copy-ctor signatures, assignments, etcCaolán McNamara
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-25regenerate listCaolán McNamara
2011-08-24callcatcher: remove various unused methodsCaolán McNamara
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-23callcatcher: yet more unused codeCaolán McNamara
2011-08-22regoptions (etc.) now unused post registration-removalCaolán McNamara
2011-08-21lotuswordpro is in tail_build, it should not be in postprocess pre-reqNorbert Thiebaud
2011-08-19icui18n -> icuin on Windows. Now lotuswordpro builds.Kohei Yoshida
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19regenerate listCaolán McNamara