summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-04-08coverity#738883 Uninitialized scalar fieldCaolán McNamara1-12/+38
2014-04-08coverity#738888 Uninitialized scalar fieldCaolán McNamara1-6/+14
2014-04-08sw html: HTML export test - option with or without "skipImages"Tomaž Vajngerl1-7/+56
2014-04-08sw test: add export test macro, remember test nameTomaž Vajngerl1-14/+66
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl2-2/+3
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl3-1/+28
2014-04-08sw: SetupFilterOptions for any Writer derived filter (html, ascii)Tomaž Vajngerl2-3/+9
2014-04-08another workaround for C++'s lack of proper overloadingMichael Stahl1-1/+2
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl5-62/+22
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl6-10/+272
2014-04-08convert testModelToViewHelper to CPPUNIT_ASSERT_EQUALSMichael Stahl1-12/+18
2014-04-08rename misleading SwScanner::rConversionMapMichael Stahl2-4/+6
2014-04-08remove useless commentMichael Stahl1-1/+0
2014-04-08fdo76591:-Textbox property (order-> send behind text) is not preserved.Sourav2-0/+8
2014-04-08coverity#736070 Missing break in switchCaolán McNamara1-0/+1
2014-04-08coverity#736069 Missing break in switchCaolán McNamara1-0/+1
2014-04-08coverity#705015 Explicit null dereferencedCaolán McNamara1-2/+6
2014-04-08coverity#705012 Explicit null dereferencedCaolán McNamara1-0/+3
2014-04-08coverity#705007 Explicit null dereferencedCaolán McNamara1-49/+17
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara5-19/+20
2014-04-07Ignore sprmTFCantSplit90 in .doc file per MS specLuke Deller1-22/+5
2014-04-07Rename .doc SPRM IDs to match current MS specsLuke Deller5-108/+116
2014-04-07sw html: revert license content changesTomaž Vajngerl1-3/+3
2014-04-07WaE: -Werror=uninitializedCaolán McNamara1-1/+1
2014-04-07untangle the bFmt == 2 hackCaolán McNamara3-3/+3
2014-04-07Related: fdo#51818 format statistical numbers with locale rulesCaolán McNamara2-18/+32
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-20/+20
2014-04-07Resolves: fdo#51818 format word count numbers with locale rulesCaolán McNamara1-11/+13
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann22-36/+14
2014-04-07cppcheck: "else if" condition matches previous conditionJulien Nabet1-1/+1
2014-04-07This IOS ifdef has no visible effect nowadaysTor Lillqvist1-4/+0
2014-04-07coverity#705035 Explicit null dereferencedCaolán McNamara1-1/+2
2014-04-07coverity#705025 Explicit null dereferencedCaolán McNamara1-17/+8
2014-04-07coverity#705018 Explicit null dereferencedCaolán McNamara1-0/+4
2014-04-07coverity#704960 Explicit null dereferencedCaolán McNamara1-0/+4
2014-04-07coverity#705004 Explicit null dereferencedCaolán McNamara1-10/+10
2014-04-07fdo#76298: sw: do not start up every OLE object on deletionMichael Stahl1-9/+9
2014-04-06OUString: constify and avoid concatenated appendsMatteo Casalin1-66/+40
2014-04-06sal_uInt16 to sal_uInt32Matteo Casalin1-4/+6
2014-04-06Avoid concatenated OUString appendsMatteo Casalin1-5/+1
2014-04-06Reduce scopeMatteo Casalin1-0/+5
2014-04-06Use proper types and constifyMatteo Casalin1-8/+8
2014-04-06Use index to get consecutive OUString tokensMatteo Casalin1-6/+8
2014-04-06OUString: constify, remove temporaries and unneeded castsMatteo Casalin1-41/+38
2014-04-06Constify some variablesMatteo Casalin1-7/+7
2014-04-06Constify OUStringMatteo Casalin1-1/+1
2014-04-06Simplify loopMatteo Casalin1-8/+4
2014-04-06It does not make sense to iterate on a list with a constant indexMatteo Casalin1-1/+1
2014-04-06sal_uInt16 to sal_Int32/size_t + some constificationMatteo Casalin1-9/+9
2014-04-06long to sal_Int32 as index for SequenceMatteo Casalin1-1/+1