summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-06-15Regression test for fdo#46757Caolán McNamara1-0/+28
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna6-97/+8
2012-06-15fdo#46757 Word/character count incorrect with record changes enabledMuhammad Haggag1-7/+6
2012-06-15fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna2-0/+21
2012-06-15Remove some PCH leftoversThomas Arnhold3-15/+0
2012-06-15n#750935 fix docx import of w:evenAndOddHeadersMiklos Vajna1-0/+13
2012-06-15sw/qa: move getStyles from rtftok to base class, to be used by ooxmltokMiklos Vajna2-10/+10
2012-06-15added zoom submenu to ViewTim Hardeck6-6/+69
2012-06-15move zoomitem from svx to sfx2Tim Hardeck7-7/+9
2012-06-15n#325936 testcaseMiklos Vajna4-0/+190
2012-06-15n#325936 fix ww8 export of fly frames with transparent background in headersMiklos Vajna1-5/+14
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold2-7/+0
2012-06-14n#325936 fix ww8 export of not-in-background anchored images in headerMiklos Vajna1-1/+28
2012-06-13Fix last line whitespace problemPhilipp Riemer1-1/+0
2012-06-13translate German comments in (and minor clean up of) sw/source/core/inc/{flow...Philipp Riemer2-121/+133
2012-06-13delete useless code in sw/source/code/incPhilipp Riemer4-6/+0
2012-06-13minor code cleanups in sw/source/core/incPhilipp Riemer7-18/+15
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold1-297/+0
2012-06-13sw/qa/ooxmltok: explain the fieldmark test a bit moreMiklos Vajna1-1/+9
2012-06-13n#766477 testcaseMiklos Vajna2-0/+19
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara3-6/+6
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin10-20/+20
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin2-6/+6
2012-06-12FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from com...Caolán McNamara1-2/+2
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-4/+4
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl1-0/+4
2012-06-12fix null pointer dereferenceNorbert Thiebaud1-2/+12
2012-06-12Translate German comments, fix some spelling errorsPhilipp Weissenbacher4-46/+42
2012-06-12Translate German commentsPhilipp Weissenbacher3-58/+54
2012-06-12misuse of null-terminating requiring string ctorCaolán McNamara1-1/+1
2012-06-12Missing dependencyStephan Bergmann1-0/+1
2012-06-12nuke dead codeTakeshi Abe3-36/+0
2012-06-11build fix: restore STR_CHAIN_OKThomas Arnhold1-1/+1
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold1-1/+1
2012-06-11fdo#49659 testcaseMiklos Vajna2-0/+42
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold1-6/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara30-81/+63
2012-06-11fdo#50896 SfxItemSets can contain emtpy elementDavid Tardon1-10/+14
2012-06-11test also for inline vml shape being anchored inlineLuboš Luňák1-0/+5
2012-06-11fdo#50141: Character count (with spaces) incorrect with numbering on.Muhammad Haggag1-1/+1
2012-06-11n#757905 testcaseMiklos Vajna3-0/+58
2012-06-09Remove superfluous empty lines on topThomas Arnhold226-491/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-3/+0
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin2-7/+8
2012-06-08targetted revert of OLE2 object save in writer context menuMichael Meeks6-246/+0
2012-06-08Related: i#3952 SwLineLayout::CalcLine: fix regressionMiklos Vajna1-1/+1
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna1-33/+33
2012-06-08n#757905 SwLineLayout::CalcLine: improve line height calculationMiklos Vajna1-1/+10