summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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-20remove whitespaceMarkus Mohrhard1-6/+0
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-13update_pchThomas Arnhold1-0/+6
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 Yoshida3-12/+32
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
2014-08-07If dev-install is obsolete, why have it at all?Tor Lillqvist1-3/+3
2014-08-05Avoid exporting label placement property when the chart is 3D.Kohei Yoshida1-10/+19
2014-08-05oox: tokenize all attributes from CT_CnfMiklos Vajna1-0/+8
2014-08-05oox: sort tokens.txtMiklos Vajna1-25/+25
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-2/+2
2014-08-04Let's not forget the keyword.Kohei Yoshida1-1/+1
2014-08-04bnc#886540: Default chart background for pptx docs should be transparent.Kohei Yoshida3-1/+18
2014-08-04oox: tokenize noHBand and noVBandMiklos Vajna1-0/+2
2014-08-04fdo#78301 : Size of word-arts change during import.Umesh Kadam1-0/+16
2014-08-01fdo#80895 : Shape in Header&Footer is getting lost after RTTushar Bende1-1/+9
2014-07-29Fix some number format issues, bnc#862510Matúš Kukan3-6/+6
2014-07-29bnc#862510: PPTX import: Properly show data labels in percent format.Matúš Kukan1-2/+5
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-27indentation fixesMiklos Vajna1-2/+2
2014-07-26bnc#885825: OOXML import and export of data label borders.Kohei Yoshida3-135/+115