summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-08-05loplugin:unusedmethodsNoel Grandin3-27/+0
2015-08-05sw: use std::unique_ptr in docxattributeoutputMiklos Vajna2-4/+2
2015-08-04WaE: -Werror=maybe-uninitializedCaolán McNamara1-2/+3
2015-08-04Hide open remote button in standard toolbarYousuf Philips1-1/+1
2015-08-04tdf#91588 re-enable select button in draw toolbar in sw & scYousuf Philips1-1/+1
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+1
2015-08-04tdf#89154 stop at paragraph end when using CTRL+Right (or Left)Tomaž Vajngerl2-2/+2
2015-08-03check that dest index is in doc rangeCaolán McNamara1-1/+5
2015-08-03coverity#1314997 Dereference null return valueCaolán McNamara1-3/+1
2015-08-03coverity#1314998 Dereference null return valueCaolán McNamara1-3/+4
2015-08-03coverity#1314999 Dereference null return valueCaolán McNamara1-2/+4
2015-08-03coverity#1315000 Dereference null return valueCaolán McNamara1-1/+1
2015-08-03coverity#1315001 Dereference null return valueCaolán McNamara1-1/+1
2015-08-03coverity#1315002 Dereference null return valueCaolán McNamara1-1/+1
2015-08-03coverity#1314995 Logically dead codeCaolán McNamara1-2/+0
2015-08-03sw: inline use-once typedefsNoel Grandin42-149/+85
2015-08-03tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotationMiklos Vajna2-0/+8
2015-08-03sw: boost::scoped_ptr -> std::unique_ptr in textshMiklos Vajna1-7/+6
2015-08-03new loplugin: refcountingNoel Grandin9-146/+192
2015-08-01SimplifyMatteo Casalin1-7/+8
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky4-0/+67
2015-07-31Added Test for #tdf78742 SfxFilterMatcher document service checkVarun1-0/+33
2015-07-31sw: replace boost::function with std::functionMichael Stahl3-4/+1
2015-07-31CppunitTest_sw_uiwriter: fix which test is disabled to not break headless MacMiklos Vajna1-2/+2
2015-07-31tdf#88986 testcaseMiklos Vajna1-0/+20
2015-07-31Extract SwTextShell::CreateInsertFrameItemSet() from SwTextShell::ExecInsert()Miklos Vajna2-38/+48
2015-07-31tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertionMiklos Vajna4-5/+18
2015-07-30Added Test for #tdf79236 Undo of changing style crashesVarun1-0/+62
2015-07-30CppunitTest_sw_uiwriter: disable this on OS X for nowMiklos Vajna1-0/+2
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