Michael Stahl
e549f52f16
fdo#38542: SvxBorderLine::GuessLinesWidths:
...
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older
OOo/LO apparently could write) fails, because GuessLinesWidths can't find
a matching style (result: standard "double" border, 3 equal width parts).
Try to create a custom BorderWidthImpl of type DOUBLE instead, that
preserves the individual widths.
2012-01-27 09:37:55 +01:00
Caolán McNamara
e8bbb76827
ensure correct export size type in stream operation
2011-10-10 08:51:15 +01: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
Cédric Bosdonnat
fe551ada2d
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
2011-03-28 11:20:08 +02:00
Cédric Bosdonnat
41aed87d07
editeng: Adapted borderline unit test to new build system
2011-03-21 12:29:05 +01:00
Cédric Bosdonnat
d13469c38b
Fixed lines width guessing: gap are no smaller than 1pt
2011-03-19 17:57:18 +01:00
Cédric Bosdonnat
d674abd352
Switching the order of the SetLinesWidth arguments
2011-03-19 17:57:17 +01:00
Cédric Bosdonnat
9bd7865519
Fixed units mess in SvxBorderLine and BorderLineImpl
2011-03-19 17:57:16 +01:00
Cédric Bosdonnat
99b5f5aec1
Documented and Unit-tested the SvxBorderLine::SetLinesWidth
2011-03-19 17:57:16 +01:00