summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-07-30tdf#89720 sw: do not create text range overlay for reply annotationsMiklos Vajna3-1/+21
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin1-1/+1
2015-07-30tdf#83223: sw: fix Undo of format change of conditional para styleMichael Stahl1-1/+4
2015-07-30sw: un-inline IsConditionalByPoolIdMichael Stahl2-4/+9
2015-07-29tdf#89954 sw: let annotation have CH_TXTATR_INWORD placeholder againMiklos Vajna3-1/+23
2015-07-28tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung2-0/+17
2015-07-28tdf#49893: final fix for blank rectangle problemVasily Melenchuk2-0/+32
2015-07-28tdf#92914 SwPagePreviewLayout::Paint: handle rendercontextMiklos Vajna4-0/+32
2015-07-28loplugin:unreffunNoel Grandin1-3/+0
2015-07-28inline "old" SbERR constantsNoel Grandin11-30/+30
2015-07-27Added Test for tdf#78159 OOoXML embedded objects should be converted to ODFVarun3-0/+42
2015-07-27sw: replace boost::ptr_multiset with std::multisetMichael Stahl2-9/+6
2015-07-27sw: replace boost::ptr_set with std::map<std::unique_ptr>Michael Stahl2-7/+10
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl3-35/+45
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2-24/+34
2015-07-27Remove the unused swvset.hxxMaxim Monastirsky2-33/+0
2015-07-27tdf#90575 sw: fix pasting DDE linksMiklos Vajna2-2/+43
2015-07-27inline a bunch of use-once macrosNoel Grandin1-6/+3
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann5-5/+0
2015-07-24tdf#92914 SwPagePreviewLayout::MarkNewSelectedPage: avoid direct paintMiklos Vajna1-1/+6
2015-07-24tdf#92914 SwPagePreviewLayout::_PaintSelectMarkAtPage: handle rendercontextMiklos Vajna2-6/+6
2015-07-24sw: partial build needs another dependency from uiwriter to mswordMichael Stahl1-0/+3
2015-07-24tdf#90046: RTF import: ensure that a run is started before \footnoteMichael Stahl2-0/+17
2015-07-24loplugin:redundantcastNoel Grandin1-2/+2
2015-07-24tdf#92911 SwAnnotationWin rendercontext: fix missing comment contentsMiklos Vajna1-0/+4
2015-07-24loplugin:unusedmethodsNoel Grandin2-7/+0
2015-07-24File > Save As Remote - Calc and WriterSzymon Kłos1-0/+1
2015-07-24Open Remote file in Writer's menubarSzymon Kłos1-0/+1
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-2/+2
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl3-6/+6
2015-07-24convert WindowAlign to scoped enumNoel Grandin2-3/+3
2015-07-23Added test for tdf#57197 table row/column insert undo crashVarun1-0/+84
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara2-0/+0
2015-07-22read block in one swoop, rather than char by charCaolán McNamara1-14/+4
2015-07-22xstUsrInitl contains max 9 charsCaolán McNamara2-4/+7
2015-07-22remove some unused constantsNoel Grandin1-4/+0
2015-07-22tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>Miklos Vajna2-0/+10
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin131-715/+60
2015-07-21need to check for after reading and before seekingCaolán McNamara2-3/+2
2015-07-21add testcase for CVE-2015-0097Caolán McNamara1-0/+0
2015-07-21tdf#36796 Status updates for custom shapes buttonsMaxim Monastirsky1-1/+1
2015-07-21SimplifyMaxim Monastirsky3-10/+1
2015-07-21loplugin:unusedmethods swNoel Grandin84-799/+18
2015-07-21tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna2-0/+14
2015-07-20sw: SwXFlatParagraph::isChecked() return value is invertedMichael Stahl2-6/+6
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl2-4/+6
2015-07-20Added UNO test coverage for SwXFlatParagraphVarun1-0/+50
2015-07-20WaE: maybe-uninitializedCaolán McNamara1-2/+2
2015-07-20test should check that all levels are equalCaolán McNamara1-2/+6
2015-07-20Added UNO test coverage for SwXParagraphVarun1-0/+36