Commit graph

1971 commits

Author SHA1 Message Date
Tor Lillqvist
62f4128d74 char can be unsigned, use sal_Int8 2011-10-20 08:41:36 +03: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
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
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
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
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
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
Luboš Luňák
eccb19aebb Revert "adjust for timezone when reading datetime"
This reverts commit 7fcd99b3d261b0bd76bbf4a7f9bfcb93793be4e4.
Apparently everybody lives in UTC+0 timezone according to MSOffice,
wherever they live.
2011-08-18 15:15:50 +02:00
Miklos Vajna
10de8cf0e3 warnings fixes for RTFPicture and RTFFrame 2011-08-18 15:09:59 +02:00
Miklos Vajna
13c00ce322 Enable the writerfilter-based RTF import in non-experimental mode
Disable the unit tests in sw, as that would duplicate the unit test in
writerfilter now.

Do not remove the old filter yet, so this commit can be reverted later
if needed.
2011-08-18 12:11:03 +02:00
Miklos Vajna
7f3a3e02d7 Tokenize text::HoriOrientation 2011-08-18 02:28:45 +02:00
Miklos Vajna
57f28d9900 complete text::VertOrientation 2011-08-18 02:14:02 +02:00
Miklos Vajna
5d2a624f46 tokenize text::RelOrientation 2011-08-18 02:09:30 +02:00
Miklos Vajna
d8ceaa2fb5 implement RTF_FLYANCHOR 2011-08-18 01:54:39 +02:00
Miklos Vajna
e4c1f2a7ab dmapper: don't reset anchor type of text frames 2011-08-18 01:53:16 +02:00
Miklos Vajna
0b415dac18 these ctors are unused 2011-08-18 01:03:51 +02:00
Miklos Vajna
2e67f17fb3 fly props are needed outside their destination 2011-08-18 01:01:57 +02:00
Miklos Vajna
6c8d683a4b implement RTF_FLYVERT and RTF_FLYHORZ 2011-08-18 00:56:43 +02:00
Miklos Vajna
a5d694abef enter RTF_FLYMAINCNT 2011-08-18 00:38:48 +02:00