summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-29fdo#51543: fix incomplete slide number info in status barIvan Timofeev
Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b
2012-06-29Remove unused header guards and optionsThomas Arnhold
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove last PCH tracesThomas Arnhold
Change-Id: I6b5d7422eecb90c612e76fd59a6316a4ea7a8698
2012-06-29Remove unused localsThomas Arnhold
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
2012-06-29Remove some more include guardsThomas Arnhold
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29Remove some more PCH tracesThomas Arnhold
Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c
2012-06-29added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration contextEike Rathke
Intended as preparation to solve fdo#45830 Change-Id: Id3d5be9ef27e1b565ec0b21e580b89e893a782b8
2012-06-28remove malingering legacy RCS tags.Michael Meeks
2012-06-28re-base on ALv2 code. Includes:Michael Meeks
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297
2012-06-28impress211: #i110990# Fixed remaining problems with display ids and indices.Andre Fische
2012-06-28re-base on ALv2 code.Michael Meeks
2012-06-28First draft of "navigator", a strip of "live" thumbnails which are clickable.Iain Billett
Open method to open random page, not first. Put some UI set up in documentLoadTask as the UI requires the number of pages in the document which is only know on load.
2012-06-28Some styling of document viewer. Transparent overlayed action bar with ↵Iain Billett
hide/show on tap. Navigation overlay with page thumbnails.
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar
Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
2012-06-28smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971aMichael Stahl
Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb
2012-06-28CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat
Change-Id: I81bb45279b23d0c8d77f8e7aa366d038efa13d89
2012-06-28SwPageDesc impl: drop unused includesMiklos Vajna
Change-Id: Ie3b1113461b65ae8bace25884f965ac99fda4910
2012-06-28CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat
Change-Id: I42cc76c08ce1a5e0942125d59bddf600c7ff9ee2
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28revert accidental removal of copyright headerCaolán McNamara
revert the part of e30fb4609b9d7333deb4401e0c41ee64b8da9f1b that stripped the copyright header Change-Id: I14e4fb98e6579fc0aeb30719c4b55a21074c5fe3
2012-06-28ditch slightly suboptimal C2S defineCaolán McNamara
Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785
2012-06-28There's no reason for GetDefaultContentType to be virtualCaolán McNamara
unroll the logic a bit to simplify the only relevant case and take advantage of return optimization Change-Id: I88537e83e8fc6785d3932fb4c591d62319682c9b
2012-06-28tidy INetMessage a littleCaolán McNamara
Change-Id: I506bcdc9d72d23c44b692717ee186f9718f5a388
2012-06-28rework UniString::CreateFromInt32 in terms of rtl::OUString::valueOfCaolán McNamara
Change-Id: Ib875b22f4e74796a0d8b38998b9c80ebf0e59455
2012-06-28use defines from systools/win32/qswin32.h instead of duplicationAndras Timar
Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd
2012-06-28fdo#39415: sw: fix vertical collapsing border painting:Michael Stahl
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
2012-06-28fdo#39415: sw: fix collapsing border painting more:Michael Stahl
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
2012-06-28fdo#39415: sw: fix collapsing border painting:Michael Stahl
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. a0486f02433703744f487e599422714d03937956 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
2012-06-28SwTabFrmPainter::Insert: remove clutterMichael Stahl
Change-Id: I2390151acf1c71f9ad7416357b5b34230c9672a6
2012-06-28remove obsolete SVX_FRAME_USE_LINEINFO:Michael Stahl
the code using that was removed in 7db30f7aa037f52eb07cbb4fd2796bd869204af8. Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236
2012-06-28dmapper: better fix for import of titlepg top/bottom marginMiklos Vajna
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
2012-06-28Bug fix: now skip effect work correctly with repeated animationsMarco Cecchetti
2012-06-28Modified the JavaScript implementation for repeated animations.Marco Cecchetti
That has been needed because of Firefox that does not compute the bounding box of a shape with zero width and height properly.
2012-06-28Fixed a bug that prevented repeated animations to work properly when the ↵Marco Cecchetti
repeatCount value is greater than 2.
2012-06-28Now the rewind option is handled by the JavaScript engine too.Marco Cecchetti
2012-06-28Added support for the repeatCount attribute for time containers.Marco Cecchetti
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.
2012-06-28Ported all transition tables. Now restart mode is set up as the SMIL spec ↵Marco Cecchetti
requires.
2012-06-28Now to animations and repeated to animations are handled by the C++ ↵Marco Cecchetti
presentation engine as the SMIL spec describes.
2012-06-28Now to animations and repeated to animations are handled by the JavaScript ↵Marco Cecchetti
engine as the SMIL spec describes.
2012-06-28remove debug statementDavid Tardon
Change-Id: I888939bffe0eb4f1e19aae24bd62cd9313337065
2012-06-28WaE: unused parameterDavid Tardon
Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5
2012-06-28drop unused includesDavid Tardon
Change-Id: Ic6ead729034a2a02d08f9e8edda0af1d0ff3f459
2012-06-28add more categoriesDavid Tardon
this fixes desktop-file-validate warning Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8
2012-06-28add more categoriesDavid Tardon
this fixes desktop-file-validate warning Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8
2012-06-28CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat
Change-Id: Ieb906b8acb677bfc74abc35abb06312704887b66
2012-06-28i#119400 repair broken undoIvan Timofeev
Change-Id: I36d74fe1555bd436f93a5fa595e7da05bbd37493
2012-06-28FloatingSizeMode is always FSMODE_AUTO, remove itIvan Timofeev
Change-Id: I0468ff6deaf701ed3d155db1ff3f0f0c204e1199
2012-06-28remove unused toolbox stylesIvan Timofeev
Change-Id: If19d8a79e34dfa20c41084c91992d860aad6c968
2012-06-28Remove some unused localsThomas Arnhold
Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f