summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-03-05fdo#75557 : OLE Objects of type .zip not being preserved in RTTushar Bende3-0/+9
2014-03-05fdo#73596 [DOCX] Index:distance between columnsVinaya Mandke1-0/+2
2014-03-05fdo#70838: fix size error in rotated shapes in DrawingMLJacobo Aragunde Pérez1-1/+1
2014-03-05fdo#73219 File corruption: Table in headerPriyankaGaikwad4-0/+22
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke4-7/+123
2014-03-05fdo#73596 Added support to import and export \r,\h Index flags.Nikhil Walvekar5-0/+40
2014-03-05remove unused code in SW moduleNoel Grandin14-153/+0
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-8/+109
2014-03-04OLE preview: Limit the GDI metafile size to 100000 actions.Jan Holesovsky1-1/+6
2014-03-04Related: #i123480# correct the previous made refactoringOliver-Rainer Wittmann3-15/+25
2014-03-04Resolves: #i124338# assure sorted mark containers...Oliver-Rainer Wittmann8-41/+119
2014-03-04bnc#821208 DOC import: don't overwrite WW8Num* character stylesMiklos Vajna3-0/+14
2014-03-04sw: include contents of char styles in doc model xml dumpMiklos Vajna1-18/+24
2014-03-04CppunitTest_sw_ooxmlsdrexport: make this failure a bit more readableMiklos Vajna1-1/+2
2014-03-04Add mode linesTakeshi Abe4-1/+10
2014-03-03make sw_ooxmlsdrexport 'work' on macNorbert Thiebaud1-1/+1
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann8-43/+62
2014-03-03sw/qa: clean up xray instructionsMiklos Vajna1-4/+1
2014-03-03fdo#47811: fix setPropertyValue("Name") of Database fieldmasterMichael Stahl1-1/+1
2014-03-03RTF import: fix paragraphs in header/footerMichael Stahl2-0/+19
2014-03-03RTF import: add unit test for page break in continuous sectionMichael Stahl2-0/+41
2014-03-03RTF import: fix spurious page breaks at doc end (related: rhbz#1065629)Michael Stahl1-0/+3
2014-03-03loplugin:implicitboolconversionStephan Bergmann2-2/+2
2014-03-03editeng: sal_Bool->boolNoel Grandin2-2/+2
2014-03-03editeng: sal_Bool->boolNoel Grandin2-18/+13
2014-03-02coverity#705000 Unchecked dynamic_castCaolán McNamara1-20/+22
2014-03-02coverity#704999 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-02coverity#735536 Logically dead codeCaolán McNamara1-2/+2
2014-03-02coverity#705422 Improper use of negative valueCaolán McNamara1-1/+7
2014-03-02coverity#1038300 Explicit null dereferencedCaolán McNamara1-1/+1
2014-03-02coverity#735954 Dereference after null checkCaolán McNamara1-0/+3
2014-03-02coverity#735953 Dereference after null checkCaolán McNamara1-0/+3
2014-03-02coverity#735952 Dereference after null checkCaolán McNamara1-0/+3
2014-03-02coverity#735951 Dereference after null checkCaolán McNamara1-1/+1
2014-03-02coverity#735950 Dereference after null checkCaolán McNamara1-1/+1
2014-03-02coverity#735948 Dereference after null checkCaolán McNamara1-4/+4
2014-03-02nOrigTxtStt is never readMatteo Casalin1-3/+2
2014-03-02Rework SwAutoFormat::IsBlanksInStringMatteo Casalin1-18/+14
2014-03-02Avoid consecutive OUString appends and a temporaryMatteo Casalin1-5/+4
2014-03-02Use mutable instead of casting thisMatteo Casalin1-11/+4
2014-03-02Bail out early and avoid temporariesMatteo Casalin1-44/+30
2014-03-02D'oh! I forgot something in commit 3e43a891e89aa6eb8eeecd9d3528f2a002371646Matteo Casalin1-2/+2
2014-03-02Do not use heap for two temporariesMatteo Casalin2-15/+13
2014-03-02sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-03-02sal_Bool to boolMatteo Casalin14-68/+67
2014-03-02Don't use tricks to get normal C++ featuresMatteo Casalin1-4/+5
2014-03-02sal_Bool to boolMatteo Casalin2-11/+10
2014-03-02pProgress is always NULLMatteo Casalin2-9/+0
2014-03-02bStopPrt is always falseMatteo Casalin4-29/+2
2014-03-02sal_Bool to boolMatteo Casalin9-60/+58