summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Collapse)AuthorAgeFilesLines
* nuke dead codeTakeshi Abe2012-06-0711-213/+1
| | | | Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
* Targeted string re-work for lotuswordpro filterThorsten Behrens2012-06-019-63/+64
| | | | Also cleaned up commented code, and a few extraneous temporaries
* targeted string re-workNorbert Thiebaud2012-05-291-10/+10
| | | | Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* WaE: silence tedious msvc2008 warningsCaolán McNamara2012-05-092-16/+31
| | | | Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088
* WaE: C4146 unary operator applied to unsigned typeCaolán McNamara2012-05-091-1/+1
| | | | Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-081-8/+0
|
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-6/+6
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+6
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* callcatcher: update listCaolán McNamara2012-03-071-0/+0
|
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-8/+8
|
* add a more extensive lotuswordpro sampleCaolán McNamara2012-03-021-0/+0
|
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* WaE: uninitialized pCellCaolán McNamara2012-02-171-1/+1
|
* WaE: unreachable codeTor Lillqvist2012-02-131-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-2/+0
|
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Use the right defineFridrich Štrba2012-01-261-2/+2
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|
* these are not old component files anymoreMatúš Kukan2012-01-151-5/+2
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot2011-12-3061-166/+166
| | | | | | Part XXIV Modules lotuswordpro
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* configmgr.component is no longer an old one.Stephan Bergmann2011-12-141-2/+2
|
* 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-067-41/+41
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-254-5/+5
|
* WaE: uninitialized valueCaolán McNamara2011-11-241-1/+1
|
* WaE: uninitialized valueCaolán McNamara2011-11-241-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/+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
|