summaryrefslogtreecommitdiff
path: root/oox/source/vml
AgeCommit message (Expand)AuthorFilesLines
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák1-1/+26
2014-06-02Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
2014-04-27fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl1-2/+8
2013-11-14fdo#65295 - fix gradient focus issueAdam Co1-1/+1
2013-11-14fdo#70457: Preserve rotation of embedded bitmaps from docxJacobo Aragunde Pérez1-0/+3
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin2-2/+2
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-1/+3
2013-09-27oox: fix off-by-one error in SimpleShape::implConvertAndInsert()Miklos Vajna1-1/+1
2013-09-26fdo#69636 VML import: handle mso-layout-flow-alt shape prop for sw framesMiklos Vajna2-0/+24
2013-09-06bnc#779642 VML import: handle drawinglayer rectangle char spacingMiklos Vajna2-0/+20
2013-09-06bnc#779642 VML import: handle drawinglayer rectangle insetMiklos Vajna1-0/+9
2013-09-06bnc#779642 VML import: import result of sdt fieldsMiklos Vajna1-0/+5
2013-09-05bnc#779642 VML import: fix TextHorizontalAdjust when layout-flow is verticalMiklos Vajna1-0/+11
2013-08-23VML import: fix default value of mso-wrap-distance-left/rightMiklos Vajna1-4/+9
2013-08-22fdo#67737 : fix for flip not being imported & rendered correctlyRi GangHu1-11/+33
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-3/+3
2013-08-16VML import of mso-wrap-distance-{left,right,top,bottom}Miklos Vajna2-0/+23
2013-08-13RTF import: handle rotation on groupshapesMiklos Vajna1-1/+1
2013-08-12VML import: handle rotation on groupshapesMiklos Vajna1-3/+10
2013-07-29Mark as constTakeshi Abe1-1/+1
2013-07-16fdo#66929: fix for default textbox inset valuesAdam Co1-4/+13
2013-07-10fdo#66688: fix for crash on exit and opacity issueAdam Co1-0/+6
2013-07-04bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna1-12/+2
2013-07-02fdo#46361 oox: handle w:color for groupshape textboxesMiklos Vajna2-0/+9
2013-07-02fdo#46361 oox: handle w:jc for groupshape textboxesMiklos Vajna2-12/+47
2013-07-02fdo#46361 oox: VML import of v-text-anchor for drawinglayer shapesMiklos Vajna2-0/+10
2013-07-02fdo#46361 oox: handle multiple w:p for groupshape textboxesMiklos Vajna2-0/+13
2013-07-02fdo#46361 oox: handle w:br for groupshape textboxesMiklos Vajna1-0/+3
2013-06-29remove some createFromAscii usageThomas Arnhold1-6/+6
2013-06-27n#820504: start a new subpath with m and t in VML path decodingCédric Bosdonnat1-1/+11
2013-06-27Forgot to remove one case where nParamCount is set to twice the valueCédric Bosdonnat1-1/+1
2013-06-27n#820504: VML path import fixes: get back missing pointsCédric Bosdonnat2-11/+11
2013-06-27n#820504: Some imported VML paths are closed, try to detect theCédric Bosdonnat1-1/+8
2013-06-26handle v:shape having coordsize with 0 (part of bnc#780044)Luboš Luňák1-0/+4
2013-06-15Related: fdo#58819 VML import: shape types not starting with a hashmark are OKMiklos Vajna1-3/+7
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-4/+4
2013-06-12n#779642: 0 width or height in //v:shape[@style] produces weird resultsCédric Bosdonnat1-2/+9
2013-06-07bnc#820788 VML import of v:textbox's mso-fit-shape-to-text style propertyMiklos Vajna1-0/+4
2013-06-03Fixing crash with dereferencing front() and back() of an empty vectorFridrich Štrba1-1/+2
2013-05-29bnc#817956 VML import of mso-position-vertical-relative:marginMiklos Vajna1-0/+4
2013-05-29bnc#817956 fix VML import of rotationMiklos Vajna1-2/+10
2013-05-29bnc#817956 VML import of v:textpathMiklos Vajna3-0/+60
2013-05-14detect whether a bezier shape is open or closedLuboš Luňák1-2/+13
2013-05-14remove non-sensical /*static*/ commentsLuboš Luňák2-8/+8
2013-05-02place ooxml shapes properly to paragraph area (part of bnc#816583)Luboš Luňák1-0/+3
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat2-0/+22
2013-04-15fdo#36791 Added cases for unsupported VML commandsEilidh McAdam1-11/+96
2013-03-31#119750# corrected opacity import for SC comment shapes and their shadow visu...Armin Le Grand1-3/+32
2013-02-24coverity#984099: Unitialized scalar fieldNorbert Thiebaud1-2/+6
2013-02-22fix problem with \0 in string literalMarkus Mohrhard1-1/+2