summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-02-13fdo#73541 "Page Margins : Mirrored" was not preserved on export to DOCXVinaya Mandke4-0/+27
2014-02-13Fix for: DOCX-Preservation of Line style Dash type of "Shape with text inside"Pallavi Jadhav5-1/+29
2014-02-13fdo#69646 Export of table with auto-width, at least one column with auto-widthsushil_shinde3-9/+34
2014-02-13CppunitTest_sw_ooxmlimport: make this actually test something againMiklos Vajna1-3/+2
2014-02-13fdo#69656 table with auto-width and at least one column with auto-width.sushil_shinde2-1/+8
2014-02-13FDO#74430: File Corruption due to repetition of docPr Idumeshkadam2-3/+6
2014-02-13Drop unnecessary #includeTakeshi Abe2-2/+0
2014-02-12sw: replace #ifdef'd operator<<Michael Stahl1-1/+1
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-8/+8
2014-02-12more SvStream:operator>> conversionNoel Grandin2-5/+5
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin15-394/+394
2014-02-12DOCX drawingML import: fix relative size of group shapesMiklos Vajna2-0/+6
2014-02-12SwAnchoredObject::dumpAsXml: show bound rectMiklos Vajna1-0/+8
2014-02-12fdo#66822 - refactor HTML export of image to bullet listTimothy Markle4-61/+7
2014-02-12coverity#738374 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-12coverity#738381 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-12coverity#738382 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-12coverity#738383 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738385 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738387 Uncaught exceptionCaolán McNamara2-2/+9
2014-02-12coverity#738392 Uncaught exceptionCaolán McNamara2-2/+7
2014-02-12coverity#738397 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738398 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738400 Uncaught exceptionCaolán McNamara2-4/+7
2014-02-12coverity#738402 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738403 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738405 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738409 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738411 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12coverity#738412 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-12SetCaptionFmt never called, so pCaptionFmt always NULLCaolán McNamara4-105/+4
2014-02-12callcatcher: update unused codeCaolán McNamara2-32/+0
2014-02-12drawingML import: picture with scheme colorZolnai Tamás2-0/+23
2014-02-12drawingML export\import: cropping of shape's fill textureZolnai Tamás4-1/+49
2014-02-12DOCX export: avoid 0 or 1 relativeHeight when it's a real valueMiklos Vajna3-1/+11
2014-02-12Export MailMerge cancel functionality via UNO.Jan-Marek Glogowski4-6/+53
2014-02-12Add unit-tests for DOCX preservation of 'table cell redline'Adam Co3-0/+16
2014-02-12DOCX Export of 'Table Cell Redline' (like insert cell or delete cell)Adam Co7-0/+61
2014-02-12Add XML dumping of the new 'SwTableCellRedline'Adam Co1-0/+3
2014-02-12DOCX import sends 'table cell redline' to SW core, and core stores itAdam Co3-0/+80
2014-02-12Rename 'makeTableRedline' to 'makeTableRowRedline'Adam Co3-4/+4
2014-02-12Add support for 'Table Cell Redlines' in SW coreAdam Co4-0/+92
2014-02-12Add unit-tests for DOCX preservation of 'table row redline'Adam Co3-0/+16
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl1-1/+1
2014-02-12DOCX Export of 'Table Row Redline' (like insert row or delete row)Adam Co7-0/+61
2014-02-12Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'Adam Co6-0/+38
2014-02-12DOCX import sends 'table row redline' to SW core, and core stores itAdam Co3-38/+123
2014-02-12cid#736071 missing break in switchNoel Grandin1-0/+1
2014-02-12At least assert hereStephan Bergmann1-0/+2
2014-02-12Do not reference a dangling OUStringStephan Bergmann1-1/+1