summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl
The border widths are tripled on import, because that is effectively what SetWidth does for DOUBLE borders; set a divisor of 3 similar to e2ffb71305c5f085eec6d396651c76d6daee3406 70a6a4d425558340bb49507975343a3e0a1bdde8 Change-Id: I40b175bedc1ed2d564be126bf9e6870b43474aba
2012-06-12fix null pointer dereferenceNorbert Thiebaud
Change-Id: Ia117e1db43b29eda2f87bf1b1f26d580006e4b8b
2012-06-12Translate German comments, fix some spelling errorsPhilipp Weissenbacher
Change-Id: I2a4cc2c903f469898df9c739658ce25523199fbb
2012-06-12Translate German commentsPhilipp Weissenbacher
Change-Id: I96606cc97afb4fab6af45b116c265b1b3c584e00
2012-06-12misuse of null-terminating requiring string ctorCaolán McNamara
Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79
2012-06-12Missing dependencyStephan Bergmann
Change-Id: Iffbd7722b7ede8a2824e59f0bfc0241730de2486
2012-06-12nuke dead codeTakeshi Abe
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-11build fix: restore STR_CHAIN_OKThomas Arnhold
Change-Id: I04230c4c38978340afa91eefb1886de0998967f8
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold
Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692
2012-06-11fdo#49659 testcaseMiklos Vajna
Change-Id: Ie9bb39713e485d5fb4eb93c718796a0bbd083481
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-11fdo#50896 SfxItemSets can contain emtpy elementDavid Tardon
Use vector<shared_ptr> instead of ptr_vector. Change-Id: I4e7d0735cbb036c608f697f7418109a2c497982f
2012-06-11test also for inline vml shape being anchored inlineLuboš Luňák
This got broken by 0a412cc13edf0904524ee2cf1e38ccc36b713065. Change-Id: I8d500ea54bee8b09e1a01cf4cd14d08669f49a73
2012-06-11fdo#50141: Character count (with spaces) incorrect with numbering on.Muhammad Haggag
There was a typo in the character counting code of text nodes. When a numbered list is detected, the code attempts to add the character count of the "item number" to the total count, but ends up overwriting it instead (uses '=' instead of '+='). This resulted in the item number strings to be the only ones counted in a numbered list. Change-Id: I9d96311065f66026dd4f05d3cd5ae61e2c0dafb4
2012-06-11n#757905 testcaseMiklos Vajna
Tricky, as we need to test the layout here. Will refactor a bit once we have more such tests. Change-Id: I19ecd282b64f2e3f8bb4bba88b5b3493b606872a
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin
Used a std::set because the code was enforcing uniqueness. Change-Id: Ie9243ed17b1165b6a371d0ff2f1a856186697ba3
2012-06-08targetted revert of OLE2 object save in writer context menuMichael Meeks
Change-Id: I7efe4af8fc305e786fb1856c200d9db8320df948
2012-06-08Related: i#3952 SwLineLayout::CalcLine: fix regressionMiklos Vajna
Commit 563df5d0c3c696912f211e74dd4dbda1aa720ae7 broke the layout of the bugdoc, fix this. Change-Id: I7965e9507d4ba130a4f7bea844cdd893ef42ba4a
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna
Change-Id: I948344caeb9d48906732683ff9ba424f525c05d8
2012-06-08n#757905 SwLineLayout::CalcLine: improve line height calculationMiklos Vajna
Word vs. Writer difference: if the only portion in a line is a fly (as-character shape) and the height of the fly is smaller than the height of the line, then Writer sets the height to the height of the fly. Word takes the max of the two values. We already have IgnoreTabsAndBlanksForLineCalculation for Word compat wrt. line height calculation, use that here as well. Change-Id: Iebe1bc697d6f19a03d15a1e5fd25ab4d5f4898fd
2012-06-08sw: doxygen comments for SwLineLayout and SwParaPortionMiklos Vajna
Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc
2012-06-07testcase of the alignment + anchored inline part of bnc#764745Luboš Luňák
Change-Id: Iab82a88473c0c1d7cf75fcc1f2064bca105b0293
2012-06-07handle properly anchor transition at page->at paragraph->as characterLuboš Luňák
Otherwise setting text range afterwards crashes with pHnt being NULL. Change-Id: Ib4ac2712c061605dcaaa262280c0307f7a9af2ce
2012-06-07sw: doxygen comments for some layout model classesMiklos Vajna
Change-Id: Icc7750fac1ef937c32e97832cbed2ad503536e91
2012-06-07fdo#50809 use the word 'Comment' instead of 'Note' everywhereAndras Timar
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
2012-06-06fdo#50144 put full reference text to selection fieldAndras Timar
Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f
2012-06-06re-base on ALv2 code.Michael Meeks
Change-Id: I14e3dff2e29ce32a7e62f71defe50d5ddc6cde9f
2012-06-06re-base on ALv2 code.Michael Meeks
Change-Id: I06da546daa2efb23362cdc61c14add3ea761638c
2012-06-06fix incorrect OSL_ENSURE -> SAL_WARN_IF conversion (condition not inverted)Luboš Luňák
Change-Id: I57dfa64c55e046ed51797b2abeb7ba3242e637da
2012-06-06fdo#50665 rtftok: don't ignore character properties of text fieldsMiklos Vajna
The dmapper part was already fixed in commit 9486851baea59d16c449d79bd61a38f6e686cfe0 for DOCX, this fixes the RTF tokenizer. Change-Id: Iaca706e50367bb744f5a03e15134bda1646df8fc
2012-06-06Use a vector rather than a pointer to a vectorBrad Sowden
Change-Id: I437a665ffa225ce69e10f7ee71ff2902c3db505e
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05fdo#50139 do not cut first character of field textAndras Timar
Change-Id: Ia80e0bc0540259f9a752452ad677c645c97fc7f5
2012-06-05fdo#50386: SwView::StateStatusLine: remove SwWait:Michael Stahl
This will turn the mouse cursor into an arrow cursor when the word count is updated, which seems odd. Change-Id: I136824a554cc31e302193cce58241cdf4e4dd281
2012-06-05fdo#50386 Page count field makes scrolling impossibleMuhammad Haggag
(Also fixes fdo#50540 View area jumps when start drawing) The word count code for the status bar was calling EndAction, which scrolls the view to focus on the cursor. We were calling it directly (Start/EndAction) and indirectly (through SwWrtShell::GetUpdatedDocStat). I removed the direct calls and replaced the SwWrtShell call with SwDoc::GetUpdatedDocStat, which doesn't call Start/EndAction. Change-Id: I764e8c2d9c10f8eb685d36d0e26142cf3fee628c
2012-06-05sw: add smartart import testcaseMiklos Vajna
Change-Id: I6a120fc69036fef8f21a2f80a2f424f36f876d23
2012-06-05status bar: Normalize the selection and modification status icons sizes.Jan Holesovsky
Change-Id: I4c11c82df0fdbf0040729323dc1fda2ece7f2582
2012-06-05layout status control: Improved artwork by Mirek M.Jan Holesovsky
Change-Id: I0584f4d158225dc28518fb67185d0a704bfe10d1
2012-06-05Remove visual navigator commentsPhilipp Weissenbacher
Change-Id: I8e19021df0a904df0877aa58adc83571c5991b9b
2012-06-05Translate German comments, actualize some English onesPhilipp Weissenbacher
Change-Id: I460be3ddef4a5f2f71682895a5819923eb1d149e
2012-06-05Clean up whitespace and remove silly commentsPhilipp Weissenbacher
Change-Id: I7651c56cdf25e2f6ed8045b81fb3b3c49bb291d9
2012-06-05Post-translation clean-up with small formatting changePhilipp Weissenbacher
Change-Id: I0f237c360cfaa02c6492cbd95ebfd07657e04fd0
2012-06-05Revert "fdo#39006: Fixed layout loop"Michael Stahl
This reverts commit 2a22e664811e10ca58ec66ba8fd10b1a6185c178. i don't have an opinion whether this commit is wrong or right, but nobody has time to investigate the layout changes that it causes, so since it's not a regression itself it's safest to revert it.
2012-06-05drop some unused codeCaolán McNamara
Change-Id: I952fa56cb8cef0321688ccd117659c8603f71e16
2012-06-05right click spelling menu not honouring UseImagesInMenusCaolán McNamara
Change-Id: Ic012ba427febb305269d9138dd918455aa49c712