summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-04-10It's "its", not "it's"Tor Lillqvist8-10/+10
2014-04-10DownLoad -> Download.Jan Holesovsky4-4/+4
2014-04-10callcatcher: update unused codeCaolán McNamara1-0/+2
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate4-0/+44
2014-04-09fdo#69157 Apply object-in front selection on mouseUpLennard Wasserthal1-8/+11
2014-04-09Fix and deduplicate the test code in SwStyleNameMapper::getHashTable.Chris Laplante1-142/+31
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl1-1/+0
2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl2-11/+20
2014-04-08sw: initialize FieldResult::m_eTypeMichael Stahl1-5/+8
2014-04-08coverity#738883 Uninitialized scalar fieldCaolán McNamara1-12/+38
2014-04-08coverity#738888 Uninitialized scalar fieldCaolán McNamara1-6/+14
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ž Vajngerl1-3/+7
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl5-62/+22
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl4-9/+171
2014-04-08rename misleading SwScanner::rConversionMapMichael Stahl1-3/+5
2014-04-08remove useless commentMichael Stahl1-1/+0
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 McNamara1-8/+12
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 Bergmann13-19/+5
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