summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-136/+136
2015-10-06loplugin:unusedmethodsNoel Grandin5-44/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht10-26/+26
2015-10-05sw: don't hardcode sprmCCvUl (underline color)Miklos Vajna3-2/+3
2015-10-02loplugin:unusedmethodsNoel Grandin4-44/+0
2015-10-02Fix typosAndrea Gelmini10-12/+12
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini5-10/+10
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-25translate DE->ENNicolas Christener1-44/+38
2015-09-25translate DE->EN, minor indentation fixesNicolas Christener1-79/+81
2015-09-24Related: tdf#92521 RTF export: handle section break right after a tableMiklos Vajna3-1/+22
2015-09-21don't hang on busted subdocument offsetsCaolán McNamara1-4/+8
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna7-34/+55
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-15Related: tdf#93675 wrong font used in drawings in exported .docxCaolán McNamara2-3/+39
2015-09-13boost->stdCaolán McNamara8-25/+25
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+8
2015-09-11sw: indentation fixesMiklos Vajna1-2/+2
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara9-17/+13
2015-09-08Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara2-2/+16
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin2-9/+9
2015-09-07Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara1-2/+15
2015-09-07Related: tdf#93675 'new' ms-alike numbering has same problem as old numberingCaolán McNamara1-7/+11
2015-09-07cppcheck: redundantConditionCaolán McNamara1-1/+1
2015-09-07tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna2-0/+20
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-2/+2
2015-09-04drop pams before removing extraneous parasCaolán McNamara3-12/+20
2015-09-03Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara2-9/+12
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-0/+1
2015-09-03the ww8 dumper is long deadCaolán McNamara2-17/+0
2015-09-03sw: indentation fixesMiklos Vajna1-49/+51
2015-09-02doc para property ranges cannot be 0 lengthCaolán McNamara1-0/+13
2015-09-02hinter: 'after' better than 'behind'Caolán McNamara1-2/+2
2015-09-02detect if new offsets are the same as the previous ones and avoid loopCaolán McNamara1-0/+9
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-09-01-fsanitize=enumStephan Bergmann1-2/+2
2015-09-01-fsanitize=nullStephan Bergmann4-6/+6
2015-08-31check for over long record len and check readsCaolán McNamara1-18/+26
2015-08-31check for ridiculous lengths and check stream statusCaolán McNamara1-9/+13
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-29Bin include file with unused stuffTor Lillqvist3-66/+0
2015-08-27Improving Asian phonetic guide for docx and rtf files.Mark Hung1-13/+138
2015-08-26use unique_ptrDavid Tardon1-3/+2
2015-08-25behave like the native format filter for non-insert modeCaolán McNamara1-0/+4
2015-08-25we only need the PaM for its Point and only to create a uno cursorCaolán McNamara3-21/+20
2015-08-25ensure editeng str len is in sync with attributesCaolán McNamara2-11/+59
2015-08-25Handle non-aligned FFNsStephan Bergmann1-23/+122
2015-08-25misplaced braceCaolán McNamara1-1/+1
2015-08-25there may be no storage available in older formatsCaolán McNamara1-2/+7