summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in sw/Noel Grandin2-3/+0
2015-11-23sw: nTwipstoEMU -> nPosXEMU and nPosYEMUMiklos Vajna1-14/+14
2015-11-19use comphelper::containerToSequenceNoel Grandin1-7/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin2-7/+3
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-1/+0
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-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-1/+1
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 Specht1-4/+2
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna6-199/+199
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero2-8/+8
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 Bergmann49-1482/+1482
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 Grandin7-36/+22
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 Grandin15-81/+81
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann8-14/+14
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin5-7/+6
2015-11-04loplugin:stringconstantNoel Grandin2-2/+2
2015-11-03sw: indentation fixesMiklos Vajna1-4/+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 Stahl2-6/+6
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-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin4-2/+7
2015-10-24tdf#39960 fix saving of GIF images into RTFVasily Melenchuk1-2/+10
2015-10-20loplugin:defaultparamsStephan Bergmann11-32/+23
2015-10-20sw: avoid 'using namespace' in headersMiklos Vajna4-9/+5
2015-10-19loplugin:defaultparamsStephan Bergmann5-7/+6
2015-10-19cleanup some local var declarationsNoel Grandin1-3/+3
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin3-4/+1
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin3-1/+4
2015-10-19cppcheck:duplInheritedMemberNoel Grandin3-4/+1
2015-10-19tdf#36117 .docx preserve page vertical alignment after RTJustin Luth2-0/+24
2015-10-18fix StyleRef to Heading styles when doc is opened in localized MS WordAndras Timar1-2/+2
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth7-5/+88
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara6-58/+14
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2-4/+4
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2-4/+4
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-14fix SwIndex assert on fdo66692-2.docCaolán McNamara1-0/+15
2015-10-14sw: indentation fixesMiklos Vajna2-2/+8