summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-11-19use comphelper::containerToSequenceNoel Grandin5-45/+10
2015-11-18sw: use the proper item SwFormatEditInReadonlyMichael Stahl1-3/+4
2015-11-18sw: use the proper item SwFormatRowSplitMichael Stahl1-1/+2
2015-11-18sw: handle arguments in SwXTextDocument::initializeForTiledRendering()Miklos Vajna1-1/+7
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna3-4/+3
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky1-2/+0
2015-11-18Remove redundant toolbar:text labelsSamuel Mehrbrodt1-1/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin3-10/+4
2015-11-18tdf#95888 sw: make click to header area show header controls againMiklos Vajna1-2/+4
2015-11-17sw lok comments: implement clipboard copyMiklos Vajna1-0/+12
2015-11-17sw lok comments: fix meta author/data size with custom zoomMiklos Vajna1-2/+3
2015-11-17sw lok comments: fix comment widget width with custom zoomMiklos Vajna2-4/+5
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt10-112/+112
2015-11-17An SwMailMergeConfigItem_Impl instance per SwMailMergeConfigItem looks sanerStephan Bergmann2-244/+227
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-3/+3
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin1-2/+2
2015-11-17sw lok comments: fix text selection with custom zoomMiklos Vajna1-3/+12
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin14-243/+239
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+4
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-17Added Test for tdf#67238 table cell UnprotectVarun Dhall1-0/+95
2015-11-17sw: unomapproperties.hxx can be private to unocoreMiklos Vajna1-0/+0
2015-11-16tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by defaultMiklos Vajna2-0/+6
2015-11-16sw lok comments: fix sidebar width with custom zoomMiklos Vajna1-11/+11
2015-11-16sw: prefix members of SwChartDataSequence.Jan Holesovsky2-86/+86
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky2-10/+10
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky1-2/+2
2015-11-16sw: Rename to void conflict after Crsr -> Cursor rename.Jan Holesovsky1-3/+3
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky1-3/+3
2015-11-16sw: Rename to avoid conflict after Crsr -> Cursor rename.Jan Holesovsky1-18/+18
2015-11-16sw: Prefix a member in SwVirtFlyDrawObj.Jan Holesovsky2-15/+15
2015-11-16sw: prefix members of SwTextFrmBreak.Jan Holesovsky2-75/+75
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky1-5/+5
2015-11-16sw: Kill unused member.Jan Holesovsky1-5/+3
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0013-0/+18
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin9-33/+11
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky4-14/+14
2015-11-15Refactored Writer's unomapAshod Nakashian5-1908/+2223
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian4-1464/+1804
2015-11-15use initialiser for Sequence<OUString>Noel Grandin13-81/+27
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-8/+4
2015-11-15loplugin:nullptrStephan Bergmann1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin5-12/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-14/+7
2015-11-14tdf#95403 Add Outline buttonMaxim Monastirsky4-4/+32
2015-11-14SwPostItField::dumpAsXml: survive 0 mpTextMiklos Vajna1-2/+3
2015-11-14CppunitTest_sw_tiledrendering: replace various ifdefs with a single conditionMiklos Vajna2-34/+7
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna4-2/+50