summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen2-55/+2
2012-04-02Translate German commentsPhilipp Weissenbacher14-87/+79
2012-04-02Translate German comments, fix some English onesPhilipp Weissenbacher1-94/+85
2012-04-02SwWW8ImplReader::Read_UL: make this a bit less hard to readMiklos Vajna1-1/+1
2012-04-02ww8: sprmPFContextualSpacing is a Bool8 valueMiklos Vajna2-2/+2
2012-04-02convert SvxNumberFormat to rtl::OUStringCaolán McNamara4-9/+9
2012-04-02convert Suffix/Prefix to rtl::OUStringCaolán McNamara3-15/+15
2012-04-02refactor the Rewriter rules using enumsCaolán McNamara37-223/+241
2012-04-02UniString->rtl::OUString and drop globalsCaolán McNamara1-2/+2
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara4-14/+13
2012-04-02reorganize trickier staticsCaolán McNamara4-30/+12
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-5/+10
2012-04-02prevent a memory leakLuboš Luňák1-0/+3
2012-04-02RtfModelTest: introduce common getPages() methodMiklos Vajna1-10/+13
2012-04-02fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2-0/+18
2012-04-02always pass --headless to cppunitsLuboš Luňák7-7/+0
2012-03-30count words in text with mixed script punctuation correctlyCaolán McNamara2-17/+76
2012-03-30fdo#40735 RTF export: CJK text is typically not single-byteMiklos Vajna1-1/+1
2012-03-30testcase for fdo#45394Miklos Vajna2-0/+41
2012-03-29fix last commitLuboš Luňák2-2/+2
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2-4/+4
2012-03-28remove RTL_CONSTASCII_(U)STRINGPARAM usageLuboš Luňák3-19/+9
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-80/+79
2012-03-28add testcase for n#751117Miklos Vajna2-0/+29
2012-03-28use a vector instead of a deque when deque extras unneeded, they're fasterCaolán McNamara1-2/+2
2012-03-28Rewrite of the format paintbrushMaxime de Roucy2-112/+165
2012-03-28fix of commentsMaxime de Roucy2-8/+8
2012-03-28add GetCurParAttr and GetPaMParAttr in SwEditShellMaxime de Roucy2-0/+85
2012-03-27Resolves: fdo#47865 insertions into deque invalidate nLastCountCaolán McNamara1-10/+12
2012-03-27Translate German commentsPhilipp Weissenbacher2-13/+12
2012-03-27Convert SV_PTRARR_DEL to boost::ptr_vectorBartosz Kosiorek1-19/+15
2012-03-26Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-26Rename WEIT_WECH to FAR_AWAYNicolas Christener8-24/+24
2012-03-26reduce over use of static OUStringsCaolán McNamara128-280/+212
2012-03-26Fix recent paintfrm.cxx regressionsStephan Bergmann1-20/+14
2012-03-25rtftok: added missing test documentMiklos Vajna2-1/+2
2012-03-25disable failing testMarkus Mohrhard1-1/+1
2012-03-24check end of iterator with != instead of <Julien Nabet5-9/+9
2012-03-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna1-0/+24
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna2-0/+17
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna2-0/+83
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara1-2/+1
2012-03-23fdo#42750 fdo#45562 fdo#47717: border paint ordering:Michael Stahl1-10/+17
2012-03-23removed duplicate includes in swTakeshi Abe8-13/+0
2012-03-23fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna2-0/+14
2012-03-23fixed crash due to use of STL deque for SwLineRectsCédric Bosdonnat1-3/+13
2012-03-23add testcase for n#751054Miklos Vajna4-0/+187
2012-03-22fdo#39003: fix autoformat Undo cursors:Michael Stahl1-0/+4
2012-03-22SwFEShell::ShouldObjectBeSelected leaks pPosMichael Stahl1-4/+4
2012-03-22n#750258: removed strange non-wrapping conditionCédric Bosdonnat5-66/+1