summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-4/+4
2015-11-23sw lok comments: fix vertical scrollbar with custom zoomMiklos Vajna2-2/+12
2015-11-23sw: nTwipstoEMU -> nPosXEMU and nPosYEMUMiklos Vajna1-14/+14
2015-11-22Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"Julien Nabet1-10/+1
2015-11-22tdf#95687: Wrong function names in Formula Writer are considered as SUMJulien Nabet1-1/+10
2015-11-22Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"Julien Nabet1-1/+1
2015-11-21tdf#95687: Wrong function names in Formula Writer are considered as SUMJulien Nabet1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-3/+3
2015-11-20sw lok comments: implement painting of the vertical scrollbarMiklos Vajna1-0/+14
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-23/+4
2015-11-20SwPageFrm::IsOverHeaderFooterArea: check for IsActive() only laterMiklos Vajna1-3/+3
2015-11-19sw lok comments: optimize sidebar text control invalidationMiklos Vajna1-15/+19
2015-11-19loplugin:sallogareasStephan Bergmann4-5/+5
2015-11-19sw lok comments: don't paint hidden comment sub-widgetsMiklos Vajna1-5/+3
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 Vajna1-1/+1
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky1-2/+0
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-17An SwMailMergeConfigItem_Impl instance per SwMailMergeConfigItem looks sanerStephan Bergmann2-244/+227
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-11-17sw lok comments: fix text selection with custom zoomMiklos Vajna1-3/+12
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin12-241/+236
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-17sw: unomapproperties.hxx can be private to unocoreMiklos Vajna1-0/+517
2015-11-16sw lok comments: fix sidebar width with custom zoomMiklos Vajna1-11/+11
2015-11-16sw: prefix members of SwChartDataSequence.Jan Holesovsky1-76/+76
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.bharate0011-0/+6
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 Nakashian2-1908/+1677
2015-11-15use initialiser for Sequence<OUString>Noel Grandin13-81/+27