summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2014-11-08sw: delete the SwChapterNumRules binary Load/Store implementationMichael Stahl
2014-11-08sw: fix un-safe casts in SwXNumberingRulesMichael Stahl
2014-11-08sw: remove the PropValData abominationMichael Stahl
2014-11-08sw: these can be assertsMichael Stahl
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl
2014-11-08sw: refactor SwXNumberingRulesMichael Stahl
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna
2014-11-08coverity#704961 Dereference after null checkCaolán McNamara
2014-11-08coverity#1251172 Dereference null return valueCaolán McNamara
2014-11-08coverity#1251169 Unchecked dynamic_castCaolán McNamara
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung
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-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-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06name of mailmerge marks is actually irrelevantLuboš 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-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-05coverity#735652 Division or modulo by zeroCaolán McNamara
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna
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
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara