summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-12-01fix higher level debug buildCaolán McNamara1-0/+1
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-11-27WW8_WrPlcSubDoc::WriteGenericTxt: fix missing indentationMiklos Vajna1-39/+39
2014-11-27HdFtDistanceGlue ctor: unused usingMiklos Vajna1-2/+0
2014-11-26loplugin: cstylecastNoel Grandin32-106/+106
2014-11-26DOCX export: Value stored to bEndParaSdt/bCloseEarlierSDT is never readMiklos Vajna1-2/+0
2014-11-25loplugin: cstylecastNoel Grandin28-122/+122
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-4/+4
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-6/+7
2014-11-22DocxTableStyleExport: these are expected to be proper stringsMiklos Vajna1-43/+43
2014-11-21DOCX export: fix page border spacing in case of headers/footersMiklos Vajna1-1/+10
2014-11-21dead init (clang)Bjoern Michaelsen1-2/+1
2014-11-21dead increment (clang)Bjoern Michaelsen1-4/+0
2014-11-20expand complex cascading conditional operatorBjoern Michaelsen1-2/+5
2014-11-20refactor assignment out of complex expressionBjoern Michaelsen1-3/+6
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna2-2/+2
2014-11-19move docfunc to own headerBjoern Michaelsen2-0/+2
2014-11-18DOCX export: put either hints or the para attr set into the para marker propsMiklos Vajna2-2/+13
2014-11-17OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-4/+3
2014-11-17coverity#1242523 we just need a copy hereCaolán McNamara1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna2-3/+3
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás2-27/+0
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin2-8/+8
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin1-1/+1
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin2-7/+5
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-1/+1
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin3-9/+9
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin8-9/+8
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin4-6/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-9/+10
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini16-28/+28
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2-2/+0
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti2-2/+0
2014-11-10Resolves fdo#86008: fix a crash when open doc fileJulien Nabet1-1/+1
2014-11-09constLuboš Luňák3-3/+3
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-0/+1
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung5-27/+242
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás1-10/+0
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-5/+0
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás3-43/+4
2014-11-07Swap in graphic by SwGrfNode and not manuallyZolnai Tamás4-18/+2
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás4-17/+2
2014-11-07Remove manual SwapOut() call in ODF exportZolnai Tamás1-4/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06coverity#735645 Division or modulo by zeroCaolán McNamara1-0/+3