summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)Author
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara
2017-04-12ofz: avoid oomCaolán McNamara
2017-04-12enum spelling: throught -> throughJustin Luth
2017-04-11consistently track amount of buffers remainingCaolán McNamara
2017-04-07ditch ReadRawUniStringCaolán McNamara
2017-04-06use OUStringBuffer in SwWW8ImplReader::ReadRawUniStringNoel Grandin
2017-04-06SwWW8ImplReader::ReadRawUniString needs some loveNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-04-05ofz: convert to unicode may fail, so only advance insertion on successCaolán McNamara
2017-04-05ofz: check available data lenCaolán McNamara
2017-04-05ofz: stay within available dataCaolán McNamara
2017-04-03ofz: avoid oomCaolán McNamara
2017-04-03only convert used part of bufferCaolán McNamara
2017-04-03don't check on every loopCaolán McNamara
2017-04-03flush writer fontcache after TestImportDOCCaolán McNamara
2017-04-03these are file urls, so don't need ucbCaolán McNamara
2017-04-03ofz: fix leakCaolán McNamara
2017-04-02split up doc testing for three major variantsCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-27tdf#106799 WW8: Accept TTP Mark without Cell MarkMike Kaganski
2017-03-25Fix typosAndrea Gelmini
2017-03-23Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32Stephan Bergmann
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2017-03-02Fix typosAndrea Gelmini
2017-03-02elide the SwSurround enumNoel Grandin
2017-02-24&front may not be null in empty vector case, but that's not true here anywayCaolán McNamara
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-02-13convert CharCompressType to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-23tdf#96277 revert ww8 import: fix upper margin of floating tableJustin Luth
2017-01-21coverity#704055 Unchecked return valueCaolán McNamara
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-12-15decloak some string literalsJochen Nitschke
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-18Resolves: tdf#91916 different word 6/7 vers have ambiguous sprmsCaolán McNamara
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth
2016-10-22implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara