summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-08-01SimplifyMatteo Casalin
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky
2015-07-31Added Test for #tdf78742 SfxFilterMatcher document service checkVarun
2015-07-31sw: replace boost::function with std::functionMichael Stahl
2015-07-31CppunitTest_sw_uiwriter: fix which test is disabled to not break headless MacMiklos Vajna
2015-07-31tdf#88986 testcaseMiklos Vajna
2015-07-31Extract SwTextShell::CreateInsertFrameItemSet() from SwTextShell::ExecInsert()Miklos Vajna
2015-07-31tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertionMiklos Vajna
2015-07-30Added Test for #tdf79236 Undo of changing style crashesVarun
2015-07-30CppunitTest_sw_uiwriter: disable this on OS X for nowMiklos Vajna
2015-07-30tdf#89720 sw: do not create text range overlay for reply annotationsMiklos Vajna
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin
2015-07-30tdf#83223: sw: fix Undo of format change of conditional para styleMichael Stahl
2015-07-30sw: un-inline IsConditionalByPoolIdMichael Stahl
2015-07-29tdf#89954 sw: let annotation have CH_TXTATR_INWORD placeholder againMiklos Vajna
2015-07-28tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung
2015-07-28tdf#49893: final fix for blank rectangle problemVasily Melenchuk
2015-07-28tdf#92914 SwPagePreviewLayout::Paint: handle rendercontextMiklos Vajna
2015-07-28loplugin:unreffunNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-27Added Test for tdf#78159 OOoXML embedded objects should be converted to ODFVarun
2015-07-27sw: replace boost::ptr_multiset with std::multisetMichael Stahl
2015-07-27sw: replace boost::ptr_set with std::map<std::unique_ptr>Michael Stahl
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-27Remove the unused swvset.hxxMaxim Monastirsky
2015-07-27tdf#90575 sw: fix pasting DDE linksMiklos Vajna
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-24tdf#92914 SwPagePreviewLayout::MarkNewSelectedPage: avoid direct paintMiklos Vajna
2015-07-24tdf#92914 SwPagePreviewLayout::_PaintSelectMarkAtPage: handle rendercontextMiklos Vajna
2015-07-24sw: partial build needs another dependency from uiwriter to mswordMichael Stahl
2015-07-24tdf#90046: RTF import: ensure that a run is started before \footnoteMichael Stahl
2015-07-24loplugin:redundantcastNoel Grandin
2015-07-24tdf#92911 SwAnnotationWin rendercontext: fix missing comment contentsMiklos Vajna
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-24File > Save As Remote - Calc and WriterSzymon Kłos
2015-07-24Open Remote file in Writer's menubarSzymon Kłos
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-23Added test for tdf#57197 table row/column insert undo crashVarun
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara
2015-07-22read block in one swoop, rather than char by charCaolán McNamara
2015-07-22xstUsrInitl contains max 9 charsCaolán McNamara
2015-07-22remove some unused constantsNoel Grandin
2015-07-22tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>Miklos Vajna
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin