summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-06Avoid concatenated appendsMatteo Casalin1-3/+1
2014-04-06Do not cast to intermediate sal_uInt16 + constifyMatteo Casalin1-21/+21
2014-04-06sal_uInt16 to intMatteo Casalin1-3/+3
2014-04-06Avoid magic number for array sizeMatteo Casalin1-1/+1
2014-04-06OUString: remove temporaries and unneeded conversionsMatteo Casalin1-6/+5
2014-04-06Remove redundant loop condition, to break is enoughMatteo Casalin1-2/+2
2014-04-06sal_uInt16 to size_t/sal_Int32Matteo Casalin1-12/+12
2014-04-06html: "using namespace css" missingTomaž Vajngerl1-0/+2
2014-04-06sw html: cleanup htmlatrTomaž Vajngerl1-35/+32
2014-04-06sw html: cleanup wrthtmlTomaž Vajngerl1-19/+14
2014-04-06sw html: use HtmlWriter in htmlatr in some placesTomaž Vajngerl1-58/+53
2014-04-06sw html: convert stringbuffer chaining (append) to use + operatorTomaž Vajngerl1-18/+11
2014-04-06sw html: also change commented constants in css1kywd + translateTomaž Vajngerl2-34/+19
2014-04-06sw html: css1atr - put local stuff in anonymous namespaceTomaž Vajngerl1-15/+20
2014-04-06sw html: get rid of macro - use const sal_Char* constant insteadTomaž Vajngerl3-325/+313
2014-04-06sw html: split htmldraw.cxx to reader and writer partsTomaž Vajngerl3-258/+316
2014-04-06sw html: cleanup wrthtml.hxxTomaž Vajngerl1-21/+36
2014-04-06sw html: use scoped_ptr in htmlatrTomaž Vajngerl1-12/+13
2014-04-06sw html: split htmlfly to writer and class definition partTomaž Vajngerl3-1670/+1707
2014-04-06sw html: split htmlnum to reader, writer and common partTomaž Vajngerl5-871/+942