Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | fdo#38635: sw: fix border corner gaps: | Michael Stahl | |
The start and end points of the vertical and adjacent horizontal borders were apart by 1.5 to 3 twips, leading to small visible gaps in the corners. This is fixed by using lcl_AlignWidth/lcl_AlignHeight on the border widths, and by always computing the start/end positions from the outer edge, which makes the horizontal and vertical start/end points match. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) | |||
2012-04-17 | fix UNO ZOrder reading | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2012-April/030206.html | |||
2012-04-16 | fdo#38215: forgot idiotic C++ syntax (fix 0868a0155a) | Michael Stahl | |
2012-04-16 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-16 | fdo#38635: fix border printing: | Michael Stahl | |
Apparently this special case in lcl_PaintLeftRightLine for printer output devices is no longer necessary with the new drawing layer borders and causes the vertical border lines to be far too short, leading to visible gaps in the PDF. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) | |||
2012-04-16 | fdo#38215: merge consecutive border lines: | Michael Stahl | |
This re-implements the merging that was done by SwLineRects::AddLineRect, SwLineRect::MakeUnion with the drawing layer border lines. This is used to merge borders of paragraphs and of tables that have the "separating" border-model, which fixes both the tiny dividing gaps between successive borders in the second bugdoc and the weird subtly differently rendered successive borders in the first bugdoc. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) | |||
2012-04-16 | sw: create horizontal border lines with start left and end right | Michael Stahl | |
2012-04-15 | sw: also test RTF export of zoom level | Miklos Vajna | |
2012-04-15 | remove extraneous '2' | Michael Meeks | |
2012-04-15 | try to translate comic writer comment | Michael Stahl | |
2012-04-15 | testcase for fdo#39053 | Miklos Vajna | |
2012-04-15 | sw: implement writing of RTF_VIEWSCALE | Miklos Vajna | |
2012-04-15 | writer redlining unit test starts to do something useful | Michael Meeks | |
2012-04-15 | implement RTF import of zoom level | Miklos Vajna | |
2012-04-14 | dmapper: fix import of odd/even page breaks | Miklos Vajna | |
2012-04-14 | Resolves: fdo#48640 handle various busted rtf docs without hanging | Caolán McNamara | |
2012-04-14 | optimize: traverse children with WINDOW_FIRSTCHILD/WINDOW_NEXT | Caolán McNamara | |
2012-04-13 | sal_Int32 conversion warning | Luboš Luňák | |
2012-04-13 | remove unused variables | Luboš Luňák | |
2012-04-13 | Begin translating comments | Philipp Weissenbacher | |
2012-04-13 | Convert macro to local const variable | Philipp Weissenbacher | |
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
2012-04-12 | Translate German comments | Philipp Weissenbacher | |
2012-04-12 | ++I_hate_sal_Int32 | Luboš Luňák | |
2012-04-12 | write out unique id for wp:docPr | Luboš Luňák | |
"If multiple objects within the same document share the same id attribute value, then the document shall be considered non-conformant." . Although it apparently does not matter much in practice. | |||
2012-04-12 | wp:anchor attributes do not have w: prefix | Luboš Luňák | |
2012-04-12 | wp:docPr title is not in ecma | Luboš Luňák | |
2012-04-12 | write proper title and description for wp:docPr | Luboš Luňák | |
2012-04-12 | write w:relativeHeight | Luboš Luňák | |
the z-order is actually already implied by the order the items are written, but why not | |||
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | fdo#44176 dmapper: fix import of titlepg top/bottom margin | Miklos Vajna | |
2012-04-11 | Translate German comments | Philipp Weissenbacher | |
2012-04-10 | avoid possibility of storagename collision on 64bit | Caolán McNamara | |
2012-04-10 | fdo#35042: previous color applied instead of "no fill" | Aldo Román Nureña | |
There was a missing line when last select highlight color was "no fill" | |||
2012-04-10 | move include out of editsh.hxx | Michael Stahl | |
2012-04-10 | char[] -> const char[]. | Jan Holesovsky | |
2012-04-09 | xmlhelp not built for non-desktop OSes | Tor Lillqvist | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
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 | |||
2012-04-08 | clean up | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
2012-04-08 | Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper | Julien Nabet | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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) |