Tor Lillqvist
62f4128d74
char can be unsigned, use sal_Int8
2011-10-20 08:41:36 +03: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
Miklos Vajna
ee2e2a1f52
fdo#41080: fix crash while importing footnotes in RTF tables
2011-10-14 14:53:06 +02:00
Caolán McNamara
0123fc6d03
these can go behind DEBUG_CONTEXT_HANDLER
2011-10-10 22:36:55 +01:00
Tor Lillqvist
ebcb781ab0
WaE: class has virtual functions, but destructor is not virtual
2011-10-07 16:10:01 +03:00
Tor Lillqvist
86cbc1dd99
WaE: switch statement contains 'default' but no 'case' labels
2011-10-07 15:56:03 +03:00
Tor Lillqvist
d0aaada282
WaE: unreferenced local variable
2011-10-07 15:56:01 +03:00
Tor Lillqvist
11b64d662d
WaE: assignment within conditional expression
...
A whole bunch of them.
2011-10-07 15:55:59 +03:00
Tor Lillqvist
e76df814a5
WaE: type name first seen using 'struct' now seen using 'class'
2011-10-07 15:55:57 +03:00
Tor Lillqvist
535cd4acc2
WaE: unreferenced local variable
2011-10-07 15:55:54 +03:00
Caolán McNamara
eddc7f6846
WaE: unused variables
2011-10-05 16:30:08 +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
73000ee8c2
adapt writerfilter unittests to separate RdbTarget makefile requirement
2011-10-04 18:34:23 +02:00
Caolán McNamara
e898bcc1c2
silence tedious malware checkers, arcfour, key 0x435645
2011-09-30 17:02:37 +01:00
Caolán McNamara
4a5745503c
merge filters-test code
2011-09-30 12:39:35 +01:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02: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
Caolán McNamara
b2043b3585
map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFS
2011-09-09 14:00:49 +01:00
Julien Nabet
ec9f19db98
Fix duplicateBreak
2011-09-08 21:45:17 +02:00
Tor Lillqvist
d2e2c50e60
Make this easier to parse visually
2011-09-06 16:13:10 +03:00
Tor Lillqvist
3b881220a6
Do what I said in 8b23d5be31
...
Don't mark the template class TableDataHandler for DLL export/import
either. It seems to break the MSVC build, and dropping the decoration
fixed the problem.
Odd that I didn't notice before now, or is it really over a month
since I managed to build master last? That wouldn't be too surprising,
I guess. But other people do claim the have built master with MSVC
relatively recently. Or is it just that this templace class has only
recently been used more than earlier? Or does the fact that I am still
attempting a --enable-dbgutil build affect this? The world is full of
little mysteries.
2011-09-06 16:13:07 +03:00
Luboš Luňák
a5339d44ec
fix reading of w:textbox contents (bnc#693388)
2011-09-06 13:08:57 +02:00
Julien Nabet
f6880eac22
Drop unused parts
2011-09-04 22:04:35 +02:00
Miklos Vajna
f4c24f051b
Related: fdo#38966 initial support for first page header/footer in RTF import
2011-09-04 10:48:01 +02:00
Julien Nabet
00fabc1ea0
drop unused parts
2011-09-03 22:26:53 +02:00
Miklos Vajna
1a2894941e
Related: fdo#38966 RTF import should not ignore page breaks before empty pars
2011-09-03 17:12:23 +02:00
Miklos Vajna
649e0f731a
writerfilter: define DEBUG_DMAPPER_PROPERTY_MAP with dbglevel>1
2011-09-03 16:22:32 +02:00
Miklos Vajna
07d1d39fcc
RTFSymbol: avoid unnecessary typedef
2011-09-02 19:28:01 +02:00
Joseph Powers
746074a0c0
Placed more debug code behind #ifdef statements
2011-09-01 07:47:10 -07:00
Caolán McNamara
d1340a6e4d
WaE: unused variable
2011-08-29 09:56:09 +01:00
Miklos Vajna
1200031528
DomainMapper_Impl: send shape props to the dmapper logger
2011-08-26 02:08:26 +02:00
Miklos Vajna
55e2aec24c
setdebugflags is replaced by debug_setup.mk
2011-08-26 01:51:55 +02:00
Miklos Vajna
f446e9f259
TagLogger: debug code in non-debug build
2011-08-26 01:49:42 +02:00
Miklos Vajna
805aa2151e
Related: fdo#39337 It turns out dmapper ignores the position of an entry
2011-08-26 01:18:28 +02:00
Miklos Vajna
a789d8a487
Implement RTF_ANSICPG
2011-08-22 18:23:33 +02:00
Miklos Vajna
ea190eaa04
Make frame start/end a bit more robust
...
Don't try to start a started frame, don't try to end a not started
frame.
2011-08-22 18:23:33 +02:00
Miklos Vajna
b50403171c
Make sure runs are closed before we end a frame
2011-08-22 18:23:33 +02: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
2d7c9298c0
WaE: fix build
2011-08-19 17:06:15 +01:00
Miklos Vajna
49f5d94f40
pictures in fly frames are already handled
2011-08-19 17:20:02 +02:00
Miklos Vajna
8807969ef3
a pard between two frame definitions means two frames
2011-08-19 17:20:02 +02:00
Miklos Vajna
72d09b8a1c
paragraphs inside frames do not count
2011-08-19 17:20:02 +02:00
Miklos Vajna
c9bdee0b19
handle sections containing no paragraphs
2011-08-19 17:20:01 +02:00
Miklos Vajna
82336dbc53
multiple sections in a frame are not allowed
2011-08-19 17:20:01 +02:00
Miklos Vajna
4dd70db964
make sure frame props are always emitted
2011-08-19 17:20:01 +02:00
Miklos Vajna
6229149a1b
have the twip->mm100 conversion code for frame props at a single place
2011-08-19 17:20:01 +02:00