summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-03-04bnc#821208 DOC import: don't overwrite WW8Num* character stylesMiklos Vajna
2014-03-04sw: include contents of char styles in doc model xml dumpMiklos Vajna
2014-03-04CppunitTest_sw_ooxmlsdrexport: make this failure a bit more readableMiklos Vajna
2014-03-04Add mode linesTakeshi Abe
2014-03-03make sw_ooxmlsdrexport 'work' on macNorbert Thiebaud
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-03-03sw/qa: clean up xray instructionsMiklos Vajna
2014-03-03fdo#47811: fix setPropertyValue("Name") of Database fieldmasterMichael Stahl
2014-03-03RTF import: fix paragraphs in header/footerMichael Stahl
2014-03-03RTF import: add unit test for page break in continuous sectionMichael Stahl
2014-03-03RTF import: fix spurious page breaks at doc end (related: rhbz#1065629)Michael Stahl
2014-03-03loplugin:implicitboolconversionStephan Bergmann
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-03-02coverity#705000 Unchecked dynamic_castCaolán McNamara
2014-03-02coverity#704999 Unchecked dynamic_castCaolán McNamara
2014-03-02coverity#735536 Logically dead codeCaolán McNamara
2014-03-02coverity#705422 Improper use of negative valueCaolán McNamara
2014-03-02coverity#1038300 Explicit null dereferencedCaolán McNamara
2014-03-02coverity#735954 Dereference after null checkCaolán McNamara
2014-03-02coverity#735953 Dereference after null checkCaolán McNamara
2014-03-02coverity#735952 Dereference after null checkCaolán McNamara
2014-03-02coverity#735951 Dereference after null checkCaolán McNamara
2014-03-02coverity#735950 Dereference after null checkCaolán McNamara
2014-03-02coverity#735948 Dereference after null checkCaolán McNamara
2014-03-02nOrigTxtStt is never readMatteo Casalin
2014-03-02Rework SwAutoFormat::IsBlanksInStringMatteo Casalin
2014-03-02Avoid consecutive OUString appends and a temporaryMatteo Casalin
2014-03-02Use mutable instead of casting thisMatteo Casalin
2014-03-02Bail out early and avoid temporariesMatteo Casalin
2014-03-02D'oh! I forgot something in commit 3e43a891e89aa6eb8eeecd9d3528f2a002371646Matteo Casalin
2014-03-02Do not use heap for two temporariesMatteo Casalin
2014-03-02sal_uInt16 to size_tMatteo Casalin
2014-03-02sal_Bool to boolMatteo Casalin
2014-03-02Don't use tricks to get normal C++ featuresMatteo Casalin
2014-03-02sal_Bool to boolMatteo Casalin
2014-03-02pProgress is always NULLMatteo Casalin
2014-03-02bStopPrt is always falseMatteo Casalin
2014-03-02sal_Bool to boolMatteo Casalin
2014-03-02sal_Bool to boolMatteo Casalin
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky
2014-02-28sw: hey, don't forget about big-endian parts in wrtasc.cxx!Douglas Mencken
2014-02-28Avoid a resource leakTakeshi Abe
2014-02-28ooxml: rountrip test for w:compatSettings and mc:IgnorableTomaž Vajngerl
2014-02-28ooxml export: write w:compatSettings if present in GrabBagTomaž Vajngerl
2014-02-28ooxml export: write mc:Ignorable for w14 and wp14 namespaceTomaž Vajngerl
2014-02-28ooxml export: rename member settings to m_aSettingsTomaž Vajngerl
2014-02-28Resolves: fdo#73851 promote labels to headingsCaolán McNamara
2014-02-28-Werror,-Wunused-parameterStephan Bergmann
2014-02-28WaE: unused parameter 'bCopyNext'Tor Lillqvist