summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2013-11-28fdo#69636 DOCX drawingML shape import: handle vert=vert270 prop for sw framesMiklos Vajna
2013-11-27oox: initial import of wpg:wgpMiklos Vajna
2013-11-27oox: add support for the wpg namespaceMiklos Vajna
2013-11-26oox: accelerate common case boolean reading.Michael Meeks
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-26DOCX drawingML shape import: initial wps:txbx positioningMiklos Vajna
2013-11-26oox: avoid crash in ContextHandler2Helper::processCollectedChars()Miklos Vajna
2013-11-26DOCX drawingML shape import: no need to add TextFrames to the drawpageMiklos Vajna
2013-11-26fdo#71434: don't show master text if PlaceHolder types definedKorrawit Pruegsanusak
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida
2013-11-25A bit of cleanup.Kohei Yoshida
2013-11-25No indent on namespaces.Kohei Yoshida
2013-11-24Support regression curve name in OOXML (import & export).Tomaž Vajngerl
2013-11-23widht -> widthJulien Nabet
2013-11-22oox: avoid per element allocation and freeing of OUStringBuffers.Michael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-22Compiler warning.Kohei Yoshida
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-21DOCX drawingML shape import: initial wps:txbx handlingMiklos Vajna
2013-11-21oox: tokenize wps:txbxMiklos Vajna
2013-11-21DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-19oox: tokenize wps:cNvCnPrMiklos Vajna
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-15fdo#71581: Use pictureFrame for images.Muthu Subramanian
2013-11-14fdo#65295 - fix gradient focus issueAdam Co
2013-11-14fdo#70457: Preserve rotation of embedded bitmaps from docxJacobo Aragunde Pérez
2013-11-14fdo#70838: Fix size issue when exporting shapes to docx.Jacobo Aragunde Pérez
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin
2013-11-13n#828390: Export subscript text.Muthu Subramanian
2013-11-13oox: initial import of wps:wspMiklos Vajna
2013-11-13oox: add support for the wps namespaceMiklos Vajna
2013-11-12 #65836- Fix for exporting image inside vml data was corrupting file.sushil_shinde
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-05update pchThomas Arnhold
2013-11-04oox: use proper integer type when calling PK11_DigestFinalMichael Stahl
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-29cppcheck: duplicate break or break which follows a returnJulien Nabet
2013-10-23fixincludeguards.sh: ooxThomas Arnhold
2013-10-23mark as copy and pasteThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22n#839727: Crash fix.Muthu Subramanian
2013-10-22n#839727: Chart missing dataset.Muthu Subramanian
2013-10-20wrong comparisonCaolán McNamara