summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
2014-05-31bnc#870237: wrong text position in grouped listZolnai Tamás2-4/+23
2014-05-22n#862510: Ignore baseline attributes with zero.Muthu Subramanian1-1/+1
2014-05-18Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist1-16/+10
2014-05-18n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian2-4/+4
2014-05-01handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák1-2/+24
2014-04-30n#870234: Import gradfill for text colors.Muthu Subramanian2-0/+7
2014-04-30n#862510: Fix text rotation.Muthu Subramanian1-1/+2
2014-04-27fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl3-5/+19
2014-04-02write (no)wrap of text only for custom shapes to .pptx (fdo#71961)Luboš Luňák1-1/+3
2014-03-26fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl1-0/+1
2014-03-25fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl1-6/+38
2014-03-25oox: try to fix incremental buildMiklos Vajna1-1/+2
2014-03-25cp#1000025: Import casemaps from pptx.Muthu Subramanian1-0/+2
2014-03-25n#821567: Import PPTX background images with table-name.Muthu Subramanian2-2/+18
2014-03-25n#828390: Bullet sizes set wrong.Muthu Subramanian1-1/+1
2014-03-25fdo#73627 n#828390: Explictly export font properties.Muthu Subramanian1-4/+4
2014-03-25handle OOXML strict namespacesMarkus Mohrhard16-28/+247
2014-03-25fdo#72481 drawingml import: don't set CharEscapementHeight unconditionallyBjörgvin Ragnarsson1-1/+1
2014-02-25Resolves: #i118640# force early destruction of last FragmentHandler...Armin Le Grand1-0/+13
2014-02-24we only support simple labels in the InternalDataProvider, bnc#864396Markus Mohrhard1-0/+28
2014-02-24OOXML chart import: ignore rot values outside the valid rangeAndras Timar1-0/+5
2014-02-18prevent invalid OOXML files with trendlines, related #i88825#Markus Mohrhard1-7/+18
2014-02-13fdo#73860 n#828390: New line is dropped while importing text.Muthu Subramanian1-0/+1
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