summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan2-21/+0
2014-09-17bnc#584721: Import subtitle block to master slidesZolnai Tamás1-6/+3
2014-09-17bnc#584721: Do not add extra title and outliner blocks to master slideZolnai Tamás1-0/+11
2014-09-17bnc#584721: Right text inside the title area on master pageZolnai Tamás1-0/+1
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna1-1/+5
2014-09-14Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan7-34/+20
2014-09-14bnc#591147: OOXML import: Import video file too.Matúš Kukan1-13/+27
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan86-157/+183
2014-09-12Partial revert of e910705421b40f3accff684e956854ff68761574Stephan Bergmann1-3/+2
2014-09-11SAL_WARN_IFTomaž Vajngerl1-12/+12
2014-09-11Use Any.get<T>(..) instead of Any.getValue(..) and ugly castTomaž Vajngerl1-19/+29
2014-09-11more consistent code style in drawingml exportTomaž Vajngerl1-80/+210
2014-09-11Make GetProperty more clearTomaž Vajngerl1-21/+26
2014-09-11bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan5-26/+23
2014-09-10Clean-upVinaya Mandke1-4/+4
2014-09-09Better place to initialize mnThemedIdxMatúš Kukan2-8/+2
2014-09-09oox: improve code formattingMichael Stahl1-0/+2
2014-09-09oox: fix 0-pointer crash in sd_import_testsMichael Stahl1-2/+7
2014-09-09bnc#480256: OOXML import: Respect table background properties a bit moreMatúš Kukan3-6/+37
2014-09-08Presumably, all numeric values shall be written as i4Stephan Bergmann1-8/+6
2014-09-08loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-09-07-Werror=unused-variableJulien Nabet1-2/+0
2014-09-07fdo#83428: Custom Properties dropped while exporting to docxHeena Gupta1-0/+91
2014-09-04MSO finally decided to follow the spec, fdo#83312Markus Mohrhard1-1/+11
2014-09-01fix typo Sufface->SurfaceThomas Viehmann1-2/+2
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger1-2/+2
2014-08-28bnc#822347: if number type is not set, skip numberingTomaž Vajngerl1-0/+3
2014-08-28drawingml: remove AUTONUM macro, unneded checksTomaž Vajngerl1-55/+57
2014-08-28reduce nesting in WriteParagraphNumberingTomaž Vajngerl1-102/+120
2014-08-28drawingml: Use SVX_NUM_NUMBER_NONE as default numbering typeTomaž Vajngerl1-1/+1
2014-08-28sanitize "using" and "using namespace" declarationsTomaž Vajngerl2-48/+29
2014-08-28PPTX import: fix missing document metadataMiklos Vajna1-0/+2
2014-08-25use ptr_vector to prevent memory leakMarkus Mohrhard4-24/+26
2014-08-25import the sourceLinked attributeMarkus Mohrhard1-1/+1
2014-08-22bnc#880448: Improved handling of placeholder shapesMatúš Kukan2-18/+26
2014-08-19writerfilter: fail on mistyped namespace URL'sMiklos Vajna1-1/+1
2014-08-17remove executable bitsThomas Arnhold1-0/+0
2014-08-15oox: sort namespaces in generated headerMiklos Vajna1-1/+1
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-1/+1
2014-08-12Add reference to 'DomainMapper' to some DOCX import classesAdam Co1-0/+2
2014-08-08Forgot to add break here.Kohei Yoshida1-0/+1
2014-08-07Disable export of label placement properties for radar charts.Kohei Yoshida1-1/+3
2014-08-07Ensure we export correct labal placement value for percent/stacked charts.Kohei Yoshida1-7/+37
2014-08-07bnc#821916: Better algorithm to find placeholder shape.Matúš Kukan3-73/+62
2014-08-07Area chart also doesn't support label position property.Kohei Yoshida1-0/+1
2014-08-07Default data label placement may vary depending on chart types. Get it right.Kohei Yoshida2-12/+30
2014-08-07Doughnut charts don't support label placement option. Don't export it.Kohei Yoshida1-2/+17
2014-08-07cppcheck: Same iterator used with different containersJulien Nabet1-1/+1
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+2
2014-08-07remove unnecessary references to test-install (just use instdir)Michael Stahl1-3/+3