summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* bnc#584721: Import subtitle block to master slidesZolnai Tamás2014-09-171-6/+3
* bnc#584721: Do not add extra title and outliner blocks to master slideZolnai Tamás2014-09-171-0/+11
* bnc#584721: Right text inside the title area on master pageZolnai Tamás2014-09-171-0/+1
* Ensure we export correct label placement value for clustered bar chartsMiklos Vajna2014-09-151-1/+5
* Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan2014-09-149-52/+25
* bnc#591147: OOXML import: Import video file too.Matúš Kukan2014-09-141-13/+27
* Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan2014-09-14125-160/+2605
* Partial revert of e910705421b40f3accff684e956854ff68761574Stephan Bergmann2014-09-121-3/+2
* SAL_WARN_IFTomaž Vajngerl2014-09-111-12/+12
* Use Any.get<T>(..) instead of Any.getValue(..) and ugly castTomaž Vajngerl2014-09-111-19/+29
* more consistent code style in drawingml exportTomaž Vajngerl2014-09-111-80/+210
* Make GetProperty more clearTomaž Vajngerl2014-09-111-21/+26
* bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan2014-09-116-27/+25
* Clean-upVinaya Mandke2014-09-101-4/+4
* Better place to initialize mnThemedIdxMatúš Kukan2014-09-092-8/+2
* oox: improve code formattingMichael Stahl2014-09-091-0/+2
* oox: fix 0-pointer crash in sd_import_testsMichael Stahl2014-09-091-2/+7
* bnc#480256: OOXML import: Respect table background properties a bit moreMatúš Kukan2014-09-093-6/+37
* Presumably, all numeric values shall be written as i4Stephan Bergmann2014-09-081-8/+6
* loplugin:implicitboolconversionStephan Bergmann2014-09-081-1/+1
* -Werror=unused-variableJulien Nabet2014-09-071-2/+0
* fdo#83428: Custom Properties dropped while exporting to docxHeena Gupta2014-09-071-0/+91
* MSO finally decided to follow the spec, fdo#83312Markus Mohrhard2014-09-041-1/+11
* fix typo Sufface->SurfaceThomas Viehmann2014-09-011-2/+2
* Fix build with boost-1.56.0.Jörg Sonnenberger2014-08-291-2/+2
* bnc#822347: if number type is not set, skip numberingTomaž Vajngerl2014-08-281-0/+3
* drawingml: remove AUTONUM macro, unneded checksTomaž Vajngerl2014-08-281-55/+57
* reduce nesting in WriteParagraphNumberingTomaž Vajngerl2014-08-281-102/+120
* drawingml: Use SVX_NUM_NUMBER_NONE as default numbering typeTomaž Vajngerl2014-08-281-1/+1
* sanitize "using" and "using namespace" declarationsTomaž Vajngerl2014-08-282-48/+29
* PPTX import: fix missing document metadataMiklos Vajna2014-08-281-0/+2
* use ptr_vector to prevent memory leakMarkus Mohrhard2014-08-254-24/+26
* import the sourceLinked attributeMarkus Mohrhard2014-08-251-1/+1
* bnc#880448: Improved handling of placeholder shapesMatúš Kukan2014-08-222-18/+26
* remove whitespaceMarkus Mohrhard2014-08-201-6/+0
* writerfilter: fail on mistyped namespace URL'sMiklos Vajna2014-08-191-1/+1
* remove executable bitsThomas Arnhold2014-08-171-0/+0
* oox: sort namespaces in generated headerMiklos Vajna2014-08-151-1/+1
* warning C4245 signed/unsigned mismatchMichael Stahl2014-08-131-1/+1
* update_pchThomas Arnhold2014-08-131-0/+6
* Add reference to 'DomainMapper' to some DOCX import classesAdam Co2014-08-121-0/+2
* Forgot to add break here.Kohei Yoshida2014-08-081-0/+1
* Disable export of label placement properties for radar charts.Kohei Yoshida2014-08-071-1/+3
* Ensure we export correct labal placement value for percent/stacked charts.Kohei Yoshida2014-08-071-7/+37
* bnc#821916: Better algorithm to find placeholder shape.Matúš Kukan2014-08-073-73/+62
* Area chart also doesn't support label position property.Kohei Yoshida2014-08-071-0/+1
* Default data label placement may vary depending on chart types. Get it right.Kohei Yoshida2014-08-073-12/+32
* Doughnut charts don't support label placement option. Don't export it.Kohei Yoshida2014-08-071-2/+17
* cppcheck: Same iterator used with different containersJulien Nabet2014-08-071-1/+1
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-072-0/+2