summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2013-12-04DOCX import: parse drawingML group shapes in oox onlyMiklos Vajna2-0/+5
2013-12-03filter: handle ooxml shapes in EscherPropertyContainer::GetCustomShapeType()Miklos Vajna1-1/+1
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida4-1/+28
2013-12-02oox: move lcl_GetPresetGeometry to msfilter, so filter can use itMiklos Vajna1-426/+2
2013-12-02DOCX drawingML shape import: fix sw text frame transparenceMiklos Vajna1-0/+10
2013-12-02DOCX drawingML shape import: handle inset attrs for sw text framesMiklos Vajna1-0/+15
2013-12-01small clean-upMarkus Mohrhard1-6/+1
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard1-2/+2
2013-12-01fix validation error for OOXML chart export, related fdo#67300Markus Mohrhard1-2/+5
2013-11-28fdo#69636 DOCX drawingML shape import: handle vert=vert270 prop for sw framesMiklos Vajna4-12/+42
2013-11-27oox: initial import of wpg:wgpMiklos Vajna5-1/+137
2013-11-27oox: add support for the wpg namespaceMiklos Vajna3-0/+3
2013-11-26oox: accelerate common case boolean reading.Michael Meeks1-0/+13
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks2-10/+7
2013-11-26DOCX drawingML shape import: initial wps:txbx positioningMiklos Vajna1-1/+1
2013-11-26oox: avoid crash in ContextHandler2Helper::processCollectedChars()Miklos Vajna1-0/+2
2013-11-26DOCX drawingML shape import: no need to add TextFrames to the drawpageMiklos Vajna1-1/+2
2013-11-26fdo#71434: don't show master text if PlaceHolder types definedKorrawit Pruegsanusak1-3/+20
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida1-7/+23
2013-11-25A bit of cleanup.Kohei Yoshida1-31/+13
2013-11-25No indent on namespaces.Kohei Yoshida1-62/+63
2013-11-24Support regression curve name in OOXML (import & export).Tomaž Vajngerl3-11/+20
2013-11-23widht -> widthJulien Nabet1-1/+1
2013-11-22oox: avoid per element allocation and freeing of OUStringBuffers.Michael Meeks1-2/+2
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida1-8/+6
2013-11-22Compiler warning.Kohei Yoshida1-1/+1
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-20/+20
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-21DOCX drawingML shape import: initial wps:txbx handlingMiklos Vajna1-0/+3
2013-11-21oox: tokenize wps:txbxMiklos Vajna1-0/+1
2013-11-21DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna4-0/+34
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin2-4/+4
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida1-0/+12
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks1-7/+20
2013-11-19oox: tokenize wps:cNvCnPrMiklos Vajna2-0/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-13/+13
2013-11-15fdo#71581: Use pictureFrame for images.Muthu Subramanian1-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-14fdo#70838: Fix size issue when exporting shapes to docx.Jacobo Aragunde Pérez1-9/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann6-11/+9
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin11-28/+28
2013-11-13n#828390: Export subscript text.Muthu Subramanian1-0/+13
2013-11-13oox: initial import of wps:wspMiklos Vajna5-1/+135
2013-11-13oox: add support for the wps namespaceMiklos Vajna3-0/+3
2013-11-12 #65836- Fix for exporting image inside vml data was corrupting file.sushil_shinde1-2/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-7/+7
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-05update pchThomas Arnhold1-0/+8