summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna2014-06-181-1/+13
* DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna2014-06-171-0/+19
* These headers are private, also do not export symbols.Matúš Kukan2014-06-177-7/+117
* fdo#54361 - FILEOPEN: Chart background in XLSX is transparent instead of whiteHeena Gupta2014-06-171-1/+0
* drawingML export: recognize <a:prstDash val="dash"/>Miklos Vajna2014-06-171-35/+43
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1714-47/+3
* VML export: handle textbox textMiklos Vajna2014-06-171-2/+35
* oox: drawingML import/export of <wps:bodyPr vert="vert270"> for textboxesMiklos Vajna2014-06-172-12/+26
* DOCX import: implement linking for shapes having textboxesMiklos Vajna2014-06-132-0/+17
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* coverity#735762 Unchecked dynamic_castCaolán McNamara2014-06-121-11/+10
* coverity#735763 Unchecked dynamic_castCaolán McNamara2014-06-121-2/+10
* DOCX drawingML filter: handle TextAutoGrowHeight for shapes having textboxesMiklos Vajna2014-06-112-3/+15
* Rewrite import and export of custom dashes in ooxml filter (fix)Adam Co2014-06-103-21/+91
* Related bnc#862510: extend handling of txXfrmZolnai Tamás2014-06-102-28/+34
* DOCX drawingML export of textboxes: write <wps:bodyPr> in ooxMiklos Vajna2014-06-102-0/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-16/+0
* oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTSMiklos Vajna2014-06-071-1/+1
* make sure all objects exist, related fdo#75692Markus Mohrhard2014-06-071-1/+2
* oox: support non-TextFrame shapes in WpsContext::onCreateContextMiklos Vajna2014-06-061-3/+5
* bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2014-06-062-9/+12
* DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna2014-06-061-0/+15
* 2nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás2014-06-063-41/+60
* 1th part of bnc#870233: wrong list style in shapesZolnai Tamás2014-06-061-0/+28
* fdo#79256 Line Style with Long Dashes and dots is getting corrupt after RTDinesh Patil2014-06-061-0/+5
* oox: handle textboxes in ShapeContextHandler::endFastElement()Miklos Vajna2014-06-041-1/+9
* Be more sensible about checking buffers of VML points we write.Michael Meeks2014-06-041-0/+8
* coverity#737244 Uncaught exceptionCaolán McNamara2014-06-041-1/+1
* coverity#737243 Uncaught exceptionCaolán McNamara2014-06-041-1/+1
* bnc#870237: wrong text position in grouped listZolnai Tamás2014-05-302-4/+23
* cppcheck: consecutive return/break/...Julien Nabet2014-05-291-1/+0
* oox: detect <wpg:graphicFrame> inside <wpg:wgp>Miklos Vajna2014-05-281-0/+2
* update_pchThomas Arnhold2014-05-281-1/+8
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet2014-05-241-0/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-2/+2
* coverity#1213283 Resource leakCaolán McNamara2014-05-231-1/+1
* coverity#1215289 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215290 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215291 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215292 Resource leakCaolán McNamara2014-05-231-2/+2
* coverity#1215293 Resource leakCaolán McNamara2014-05-231-4/+4
* coverity#1215294 Resource leakCaolán McNamara2014-05-231-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-2/+2
* WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2014-05-231-1/+1
* ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez2014-05-233-4/+29
* ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez2014-05-233-4/+47
* ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez2014-05-234-0/+324
* oox, writerfilter: add a14 namespace and tokensJacobo Aragunde Pérez2014-05-233-0/+45
* DOCX import: recurse into w:ins in groupshape textMiklos Vajna2014-05-231-0/+7