- 28 Haz, 2012 34 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785
-
Caolán McNamara yazdı
unroll the logic a bit to simplify the only relevant case and take advantage of return optimization Change-Id: I88537e83e8fc6785d3932fb4c591d62319682c9b
-
Caolán McNamara yazdı
Change-Id: I506bcdc9d72d23c44b692717ee186f9718f5a388
-
Caolán McNamara yazdı
Change-Id: Ib875b22f4e74796a0d8b38998b9c80ebf0e59455
-
Andras Timar yazdı
Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd
-
Michael Stahl yazdı
For borders in vertically oriented text it's necessary to correct positions at different sides, i.e., right and left instead of top and bottom; refactor SwTabFrmPainter::Insert some more to handle this properly. Change-Id: If20b9477415e9bd12e63aab4eed2f070065eb473
-
Michael Stahl yazdı
There is a special case for i#9860, which is for first line in follow table (i.e. continued on new page) without repeated headlines: Here the bottom border of the cell is used as the top border in case the cell does not have a top border; this is fixed now with a bit of refactoring, so the correct half width adjustment can be made. Change-Id: I58ef81b7e13544014ef75973ea793f673a242488
-
Michael Stahl yazdı
In a table with collapsing borders, the horizontal borders need to be painted "below" the reference line, and not "centered" on the line like the vertical borders. a0486f02 was apparently an attempt to fix this, but unfortunately it adjusted both top and bottom borders with the top border width, which has horrible results if the top and bottom borders have different widths. Change-Id: I7605eda6ef8111612ceb1ded79c0811de9ca7b25
-
Michael Stahl yazdı
Change-Id: I2390151acf1c71f9ad7416357b5b34230c9672a6
-
Michael Stahl yazdı
the code using that was removed in 7db30f7a. Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236
-
Miklos Vajna yazdı
This commit reverts the fix for fdo#44176, and implements a better fix, which keeps the original testcase passing, but also fixes the layout of a simple document, having different first, odd and even headers within the same section. Change-Id: I96893ce3e886e479f1d7640b126ad7a1dd828bdb
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
That has been needed because of Firefox that does not compute the bounding box of a shape with zero width and height properly.
-
Marco Cecchetti yazdı
value is greater than 2.
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
The support is limited to the case when the value of the repeatCount attribute is an integral number and the duration time is defined implicitly by the active duration of the time container children. The accumulate attribute is not handled. The support for such a feature has been implemented for both the C++ and the JavaScript presentation engine.
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
as the SMIL spec describes.
-
Marco Cecchetti yazdı
SMIL spec describes.
-
David Tardon yazdı
Change-Id: I888939bffe0eb4f1e19aae24bd62cd9313337065
-
David Tardon yazdı
Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5
-
David Tardon yazdı
Change-Id: Ic6ead729034a2a02d08f9e8edda0af1d0ff3f459
-
David Tardon yazdı
this fixes desktop-file-validate warning Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8
-
David Tardon yazdı
this fixes desktop-file-validate warning Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8
-
Cédric Bosdonnat yazdı
Change-Id: Ieb906b8acb677bfc74abc35abb06312704887b66
-
Ivan Timofeev yazdı
Change-Id: I36d74fe1555bd436f93a5fa595e7da05bbd37493
-
Ivan Timofeev yazdı
Change-Id: I0468ff6deaf701ed3d155db1ff3f0f0c204e1199
-
Ivan Timofeev yazdı
Change-Id: If19d8a79e34dfa20c41084c91992d860aad6c968
-
Thomas Arnhold yazdı
Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f
-
Thomas Arnhold yazdı
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
-
Markus Mohrhard yazdı
Thanks a lot to Fridrich. Change-Id: Iab8c1454f5aaf629b4761f451fbd075fd59bfa62
-
Radek Doulik yazdı
- use mnStartPageIndex as indicator, -1 means it wasn't set yet otherwise it is set. reset it to -1 at the end of spell check and find&replace Change-Id: Ic45106b019d3c1a0232fe3d766aab07bbcd24d2c
-
Miklos Vajna yazdı
Change-Id: I9e108f278a82f2ff8d4e5a29fa8af7c58843e9e4
-
Cédric Bosdonnat yazdı
Change-Id: Ib81bf394b71cf3e38ee6a87db903474414b9f704
-
- 27 Haz, 2012 6 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Currently it was only possible to use "Exit with External Tool.." menu option in Writer. Now it is also possible to use this in Calc and in future Draw and Impress. Code has been refactored and extacted out of "sw" into "svx", so other components can use it. Currently there is no cleanup of temporary images after processing was done, and also pinging for changes are still active even when editing in external tool is done. This behavior will be changed in the future. Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f
-
Michael Meeks yazdı
-
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Markus Mohrhard yazdı
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
-