summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-02-11fix crash during file format detection, related #i101863#Markus Mohrhard1-1/+4
2014-02-06rhbz#1017379 do not remove too much from the pathDavid Tardon1-1/+4
2014-01-24Use sal_Int32 to satisfy oox/helper/helper.hxx's convertLittleEndianDouglas Mencken3-4/+17
2014-01-07fdo#72998: Custom shapes have improper size.Muthu Subramanian1-0/+6
2013-12-04Add a means to check if a namespace exists.Kohei Yoshida4-1/+28
2013-12-04oox: accelerate common case boolean reading.Michael Meeks1-0/+13
2013-12-04fastparser: Avoid copying all tokens into a sequence.Michael Meeks2-10/+7
2013-12-03fdo#71434: don't show master text if PlaceHolder types definedKorrawit Pruegsanusak1-3/+20
2013-12-03Support regression curve name in OOXML (import & export).Tomaž Vajngerl3-11/+20
2013-12-02Allow worker threads to use their own FastParser instances.Kohei Yoshida1-84/+86
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-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-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
2013-11-04oox: use proper integer type when calling PK11_DigestFinalMichael Stahl1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-29cppcheck: duplicate break or break which follows a returnJulien Nabet1-1/+0
2013-10-23fixincludeguards.sh: ooxThomas Arnhold27-81/+56
2013-10-23mark as copy and pasteThomas Arnhold2-0/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22n#839727: Crash fix.Muthu Subramanian1-1/+2
2013-10-22n#839727: Chart missing dataset.Muthu Subramanian1-0/+19
2013-10-20wrong comparisonCaolán McNamara1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara4-5/+0
2013-10-17oox: special-case single-character a-z token mapping.Michael Meeks1-0/+14
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza3-34/+7
2013-10-16-Werror,-Wlogical-not-parenthesesStephan Bergmann1-1/+1
2013-10-16oox: added methods to lock Smart-Art editionAndres Gomez3-22/+154
2013-10-15update pchThomas Arnhold1-0/+3
2013-10-12Fix for Corruption of chart due to Data Lables in Writer, Impress and CalcRohit Deshmukh1-23/+57
2013-10-11-Werror,-Wunused-variableStephan Bergmann2-3/+4