Josh Heidenreich
700b794126
Added and improved READMEs for modules which used to be in filter
2012-02-08 07:46:58 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Fridrich Štrba
1f65dc9ef5
Use the right define
2012-01-26 14:31:16 +01:00
David Tardon
c94a2118bb
WaE: deleting object of abstract class type with non-virtual destructor
2012-01-15 20:27:24 +01:00
Matúš Kukan
58b8a4d25d
these are not old component files anymore
2012-01-15 16:11:33 +01:00
Marcel Metz
53d27eb207
Removed unnecessary tools includes.
2012-01-05 15:38:51 +01:00
Olivier Hallot
74e2d9b1e0
Fix for fdo43460 Part XXIV getLength() to isEmpty()
...
Part XXIV
Modules
lotuswordpro
2011-12-30 13:02:13 +01:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
Stephan Bergmann
3684fcdc0f
configmgr.component is no longer an old one.
2011-12-14 10:42:51 +01:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060
normalize Red Hat, Inc. spellings, and bump to latest template
2011-12-06 21:24:37 +00:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
David Tardon
fba911fea7
gsl_getSystemTextEncoding -> osl_getThreadTextEncoding
2011-11-25 09:07:49 +01:00
Caolán McNamara
c8c5381659
WaE: uninitialized value
2011-11-24 15:29:53 +00:00
Caolán McNamara
2affd5e019
WaE: uninitialized value
2011-11-24 15:29:52 +00:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06: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
Julien Nabet
1d43c71138
cppcheck fix : 'operator=' should check for assignment to selfw
2011-10-17 22:22:16 +02:00
Caolán McNamara
db5a5ffa82
split bootstrapfixture and move test-filters class for sot test
...
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-15 12:18:44 +01:00
Michael Meeks
8a0d0457a7
test fix: use setUp and tearDown not constructors to init LibreOffice
...
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-05 16:02:28 +01:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Bjoern Michaelsen
417c794fa4
adapt lotuswordpro unittests to separate RdbTarget makefile requirement
2011-10-04 18:34:23 +02:00
Caolán McNamara
7d31a252b1
no need to continue, delete NULL is safe
2011-10-04 09:00:06 +01:00
Caolán McNamara
3ad0070790
SetDfltFont doesn't do anything
2011-10-04 09:00:05 +01:00
Caolán McNamara
19a23df7f2
valgrind: fix some leaks
2011-10-02 23:19:52 +01:00
Caolán McNamara
4a5745503c
merge filters-test code
2011-09-30 12:39:35 +01:00
Caolán McNamara
822e94a1c9
ensure m_pOwnerRow is NULL
2011-09-23 17:14:42 +01:00
Caolán McNamara
eddbdb1938
cppcheck: don't dereference NULL pRow
2011-09-23 17:14:41 +01:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +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
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Julien Nabet
ac015eb157
Some cppcheck cleaning
2011-09-09 23:21:42 +02:00
Caolán McNamara
1a777329e8
regenerate list
2011-08-30 09:32:24 +01:00
Caolán McNamara
8fd3e7c091
callcatcher: chop, hack, slay
2011-08-30 09:32:23 +01:00
Caolán McNamara
f398f7cab7
ditch a few more
2011-08-30 09:32:22 +01:00
Caolán McNamara
e56adc14dc
use standard copy-ctor signatures, assignments, etc
2011-08-29 09:56:09 +01:00
Caolán McNamara
de82a40f84
callcatcher: drop various unused methods
2011-08-29 09:56:08 +01:00
Caolán McNamara
012072ebd7
valgrind: various unused code
2011-08-29 09:56:05 +01:00
Caolán McNamara
798496c5be
regenerate list
2011-08-25 09:42:05 +01:00
Caolán McNamara
cb97526259
callcatcher: remove various unused methods
2011-08-24 11:21:42 +01:00
Caolán McNamara
050b80a6fc
ditch deprecated api
2011-08-23 10:35:45 +01:00
Caolán McNamara
43f8cba7d2
callcatcher: yet more unused code
2011-08-23 10:35:44 +01:00
Caolán McNamara
acfe7d39e5
regoptions (etc.) now unused post registration-removal
2011-08-22 09:39:18 +01:00
Norbert Thiebaud
960e26e827
lotuswordpro is in tail_build, it should not be in postprocess pre-req
2011-08-21 05:00:32 -05:00
Kohei Yoshida
5673dc9620
icui18n -> icuin on Windows. Now lotuswordpro builds.
2011-08-19 20:22:03 -04:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Caolán McNamara
7502d401de
regenerate list
2011-08-19 09:30:43 +01:00
Caolán McNamara
b48a6f14e5
callcatcher: unused code
2011-08-18 09:16:28 +01:00