summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-06DOCX drawingML export: don't export textboxes of shapes twiceMiklos Vajna1-1/+10
2014-06-06DOCX drawingML export: avoid duplicated <wps:spPr> for textboxesMiklos Vajna1-78/+80
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna1-39/+45
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-2/+4
2014-05-25WaE: warning C4146: unary minus operator applied to unsigned type,...Thomas Arnhold1-3/+3
2014-05-23WaE: comparison is always false due to limited range of data typeTor Lillqvist1-6/+20
2014-05-23fdo#78882: DOCX: File gets corrupt after RoundtripPallavi Jadhav1-1/+12
2014-05-22fdo#78957 Corruption - <wp:extent> "cy" height exceed the limit in header.xmlYogesh Bharate1-13/+58
2014-05-21fdo#78663 : Corrupt: 2007 WordArt whithin a Drawing toolRajashri1-7/+3
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna1-5/+0
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende1-0/+18
2014-05-16fdo#78432 : DOCX: File gets corrupt after RoundTripPallavi Jadhav1-2/+33
2014-05-15fdo#78300 File Corrupt:drawing objects into a text box.PriyankaGaikwad1-0/+9
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-5/+0
2014-05-12unused DocxSdrExport::get/setFlyFrameGraphicMiklos Vajna1-10/+0
2014-05-09coverity#1209804 Dereference before null checkCaolán McNamara1-1/+1
2014-05-08fdo#78284 Content-type of ".png" images in Smart ArtVinaya Mandke1-3/+3
2014-04-28fdo#77719 File containing CusGeom gets corrupted on RT.Sourav1-0/+3
2014-04-27fdo#77718: Picture inside SmartArt changes after RTumeshkadam1-4/+6
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam1-10/+65
2014-04-15fdo#70838: fix rotation transformation in DML exporterJacobo Aragunde Pérez1-4/+4
2014-03-24No need for a template here.Jan Holesovsky1-5/+4
2014-03-23DocxSdrExport: fix indentationMiklos Vajna1-10/+10
2014-03-23WaE: passing OUString by value, rather pass by reference [loplugin]Tor Lillqvist1-1/+1
2014-03-22fdo#70838: apply rotation transformations to DML anchor positionJacobo Aragunde Pérez1-2/+34
2014-03-22sw/qa: Code refactor.Jacobo Aragunde Pérez1-39/+38
2014-03-20Don't introduce a huge if, return early instead.Jan Holesovsky1-80/+80
2014-03-19fdo#76248: Fix for file corruption which contains Polyline shape.Rohit Deshmukh1-78/+81
2014-03-18sw: not used getter / setter methodsMiklos Vajna1-13/+3
2014-03-18fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrameVinaya Mandke1-1/+48
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-17DocxSdrExport: m_pImpl->m_rSdrExport == thisMiklos Vajna1-2/+2
2014-03-17fdo#76122: File Corruption-doc contains nested alternateContents.YogeshBharate1-7/+7
2014-03-06DocxSdrExport: fix indentationMiklos Vajna1-1/+1
2014-03-05ooxml export: writer anchorId for "inline" elementTomaž Vajngerl1-6/+13
2014-03-05ooxml export: wp14:anchorId (DML) and w14:anchorId (VML)Tomaž Vajngerl1-3/+54
2014-03-05fdo#70838: fix size error in rotated shapes in DrawingMLJacobo Aragunde Pérez1-1/+1
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke1-5/+96
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-26fdo#74771 : LibreOffice image captions crash MS Office WordTushar Bende1-2/+35
2014-02-26fdo#75254 Unsupported shape in DML writing was causing document corruption.Nikhil Walvekar1-1/+13
2014-02-20DOCX export: handle wp14:sizeRelH/V relativeFrom=margin for shapesMiklos Vajna1-2/+2
2014-02-17DOCX export: handle relative size of drawinglayer shapesMiklos Vajna1-0/+23
2014-02-17DOCX export: try harder to detect in-background shapesMiklos Vajna1-1/+5
2014-02-14fdo#74605 negative value for wp:extents value causing corruptionPriyankaGaikwad1-2/+2
2014-02-14DocxSdrExport::writeVMLTextFrame: fix typoMiklos Vajna1-1/+1
2014-02-14Code changes for fdo#74107:File Corruption - Issue with outerShdwYogeshBharate1-1/+1
2014-02-13Fix for: DOCX-Preservation of Line style Dash type of "Shape with text inside"Pallavi Jadhav1-1/+14
2014-02-12DOCX export: avoid 0 or 1 relativeHeight when it's a real valueMiklos Vajna1-1/+2