summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-16/+0
2014-06-07oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTSMiklos Vajna1-1/+1
2014-06-07make sure all objects exist, related fdo#75692Markus Mohrhard1-1/+2
2014-06-06oox: support non-TextFrame shapes in WpsContext::onCreateContextMiklos Vajna1-3/+5
2014-06-06bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2-9/+12
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna1-0/+15
2014-06-062nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás3-41/+60
2014-06-061th part of bnc#870233: wrong list style in shapesZolnai Tamás1-0/+28
2014-06-06fdo#79256 Line Style with Long Dashes and dots is getting corrupt after RTDinesh Patil1-0/+5
2014-06-04oox: handle textboxes in ShapeContextHandler::endFastElement()Miklos Vajna1-1/+9
2014-06-04Be more sensible about checking buffers of VML points we write.Michael Meeks1-0/+8
2014-06-04coverity#737244 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-04coverity#737243 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-30bnc#870237: wrong text position in grouped listZolnai Tamás2-4/+23
2014-05-29cppcheck: consecutive return/break/...Julien Nabet1-1/+0
2014-05-28oox: detect <wpg:graphicFrame> inside <wpg:wgp>Miklos Vajna1-0/+2
2014-05-28update_pchThomas Arnhold1-1/+8
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-24Resolves: fdo#79137 Crash in oox::vml::InputStream::updateBufferJulien Nabet1-0/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-2/+2
2014-05-23coverity#1213283 Resource leakCaolán McNamara1-1/+1
2014-05-23coverity#1215289 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215290 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215291 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215292 Resource leakCaolán McNamara1-2/+2
2014-05-23coverity#1215293 Resource leakCaolán McNamara1-4/+4
2014-05-23coverity#1215294 Resource leakCaolán McNamara1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-2/+2
2014-05-23WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2014-05-23ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez3-4/+29
2014-05-23ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez3-4/+47
2014-05-23ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez4-0/+324
2014-05-23oox, writerfilter: add a14 namespace and tokensJacobo Aragunde Pérez3-0/+45
2014-05-23DOCX import: recurse into w:ins in groupshape textMiklos Vajna1-0/+7
2014-05-23DOCX import: detect inline shape inside shape textMiklos Vajna1-0/+2
2014-05-23DOCX import: detect table in groupshapeMiklos Vajna1-0/+2
2014-05-22oox: fix export of OOXML generator infoMiklos Vajna1-1/+2
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal1-2/+3
2014-05-20fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil1-0/+6
2014-05-19oox: remove using namespace from headersThomas Arnhold1-5/+3
2014-05-19fdo78474:Corruption a:graphicData has no info for the image.Sourav1-1/+4
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-16Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist1-16/+10
2014-05-16ooxml: Preserve effects on picturesJacobo Aragunde Pérez1-0/+4
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez4-143/+160
2014-05-16oox: always save all kinds of 3d effects to the grab bag.Jacobo Aragunde Pérez1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14WaE: warning C4701: potentially uninitialized local variableThomas Arnhold1-2/+4
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-5/+5
2014-05-13Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist1-1/+15