summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in sw/Noel Grandin13-19/+2
2015-11-23sw: nTwipstoEMU -> nPosXEMU and nPosYEMUMiklos Vajna1-14/+14
2015-11-19use comphelper::containerToSequenceNoel Grandin1-7/+2
2015-11-18sw: use the proper item SwFormatRowSplitMichael Stahl1-1/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin2-7/+3
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin4-5/+5
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-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0011-0/+6
2015-11-13sw: prefix members of SwXMLTableContextMiklos Vajna2-229/+229
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-1/+1
2015-11-12sw: prefix members of SwXMLImportMiklos Vajna4-120/+120
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht7-28/+2
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna6-199/+199
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero2-8/+8
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-27/+29
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-42/+46
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-19/+20
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-11/+12
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna18-152/+155
2015-11-10tdf#70318: Prevent extra empty paragraph in clipboard RTF contentMike Kaganski1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann117-2638/+2638
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar1-5/+18
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar1-18/+5
2015-11-09new loplugin: oncevarNoel Grandin2-6/+2
2015-11-09formatting improvements in sw/Noel Grandin34-228/+163
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-13/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin46-346/+346
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann11-19/+19
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna14-1702/+1702
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin8-14/+12
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna13-924/+924
2015-11-04loplugin:stringconstantNoel Grandin5-12/+8
2015-11-03sw: indentation fixesMiklos Vajna1-4/+4
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-14/+13
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-6/+4
2015-10-28sw: surely that should be !=, not <Michael Stahl1-1/+1
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl5-15/+19
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+10
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-18/+15
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-16/+21
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-20/+23
2015-10-28sw: prefix members of SwTableBoxMiklos Vajna1-2/+2
2015-10-27Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-3/+7
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin4-22/+19