summaryrefslogtreecommitdiff
path: root/oox/source/vml
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespacesMarkus Mohrhard8-115/+0
2014-05-24Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl1-2/+8
2014-04-17fdo#77219 Image property Z-index [behindDoc] not preserved after RTRavindra Vidhate1-0/+14
2014-04-08fdo76591:-Textbox property (order-> send behind text) is not preserved.Sourav2-0/+15
2014-04-03oox: sal_Bool->boolNoel Grandin2-3/+3
2014-03-19fdo#74401 VML groupshape import: only handle v:rect as TextShapeMiklos Vajna1-1/+2
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-1/+1
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-26Remove visual noise from ooxAlexander Wilms8-51/+51
2014-02-23Remove unneccessary commentsAlexander Wilms3-6/+6
2014-01-22VML import: parse shape text run inside w:smartTagMiklos Vajna1-0/+1
2014-01-17VML import: handle shape with text inside groupshape as TextShapeMiklos Vajna1-0/+2
2014-01-17VML import: fix height of textboxes when border distance is non-zeroMiklos Vajna1-0/+2
2014-01-17VML import: fix rotation of simple shapes inside group shapesMiklos Vajna1-3/+7
2014-01-14VML import: don't assume both parameters are available while parsing commandsMiklos Vajna1-2/+2
2014-01-13fdo#65833 Fix to preserve VML Canvas InformationVinaya Mandke2-0/+24
2014-01-04cppcheck: Clarify expression with parenthesesJulien Nabet1-3/+3
2013-12-12use OUString::endsWith where possibleNoel Grandin1-1/+1
2013-11-23widht -> widthJulien Nabet1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
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