summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-11-07Fixup headless buildRiccardo Magliocchetti
2014-11-07Make these tests weaker to fix build.Zolnai Tamás
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna
2014-11-07Remove some useless swapping call inside SwGrfNodeZolnai Tamás
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás
2014-11-07Remove unused Graphic member of SwOLENodeZolnai Tamás
2014-11-07Be explicit here when to swap out as a linkZolnai Tamás
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás
2014-11-07Printing: remove an other manual swap out callZolnai Tamás
2014-11-07Paint background images always via drawinglayerZolnai Tamás
2014-11-07More useless static bool variables.Zolnai Tamás
2014-11-07Swap in graphic by SwGrfNode and not manuallyZolnai Tamás
2014-11-07Test for swapped out image loss during Writer exportZolnai Tamás
2014-11-07Make SetSwapState() an internal methodZolnai Tamás
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás
2014-11-07Remove manual SwapOut() call in ODF exportZolnai Tamás
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás
2014-11-07DOCX import: fix rounding error in table cell widthsMiklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06unittest verifying that mail merge correctly sets up marks for sub-documentsLuboš Luňák
2014-11-06name of mailmerge marks is actually irrelevantLuboš Luňák
2014-11-06unit test to verify basic mail merge layout for 2 pagesLuboš Luňák
2014-11-06properly discard dumped layout on test document (re)loadsLuboš Luňák
2014-11-06make parseDump() properly handle xml node contentLuboš Luňák
2014-11-06basic test of mail merge workingLuboš Luňák
2014-11-06do not register MM unittest databases with a prefixLuboš Luňák
2014-11-06make it possible to check mailmerge output files in unittestsLuboš Luňák
2014-11-06do not repeatedly relayout mailmerge document after each changeLuboš Luňák
2014-11-06compute page offset for mailmerge based on source document rather than targetLuboš Luňák
2014-11-06use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)Luboš Luňák
2014-11-06sw: clean up namespace prefixes in SwXMLBlockImport.cxxMichael Stahl
2014-11-06sw: merge SwXMLBlockListContext.cxx into SwXMLBlockImport.cxxMichael Stahl
2014-11-06DOCX import: fix <w:tblW w:type="auto"/> handling when cells have fixed widthsMiklos Vajna
2014-11-06sw doc model dump: extend SwFmtFrmSize handlingMiklos Vajna
2014-11-06coverity#735645 Division or modulo by zeroCaolán McNamara
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist
2014-11-06fdo#62879 HyphenationJoel
2014-11-05coverity#735652 Division or modulo by zeroCaolán McNamara
2014-11-05fdo#85812: RTF import: better fix for run type in new groupsMichael Stahl
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna
2014-11-05allow checking odt docs with assertXPath() etc. tooLuboš Luňák
2014-11-05more local variableLuboš Luňák
2014-11-05repeated vector::erase() is a bad idea for performanceLuboš Luňák
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler