summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary references to test-install (just use instdir)Michael Stahl2014-08-071-3/+3
* If dev-install is obsolete, why have it at all?Tor Lillqvist2014-08-071-3/+3
* Avoid exporting label placement property when the chart is 3D.Kohei Yoshida2014-08-051-10/+19
* oox: tokenize all attributes from CT_CnfMiklos Vajna2014-08-051-0/+8
* oox: sort tokens.txtMiklos Vajna2014-08-051-25/+25
* Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2014-08-041-2/+2
* Let's not forget the keyword.Kohei Yoshida2014-08-041-1/+1
* bnc#886540: Default chart background for pptx docs should be transparent.Kohei Yoshida2014-08-043-1/+18
* oox: tokenize noHBand and noVBandMiklos Vajna2014-08-041-0/+2
* fdo#78301 : Size of word-arts change during import.Umesh Kadam2014-08-041-0/+16
* fdo#80895 : Shape in Header&Footer is getting lost after RTTushar Bende2014-08-011-1/+9
* Fix some number format issues, bnc#862510Matúš Kukan2014-07-293-6/+6
* bnc#862510: PPTX import: Properly show data labels in percent format.Matúš Kukan2014-07-291-2/+5
* fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi2014-07-291-1/+0
* indentation fixesMiklos Vajna2014-07-271-2/+2
* bnc#885825: OOXML import and export of data label borders.Kohei Yoshida2014-07-263-135/+115
* WaE: extern prototype in main file without definitionTor Lillqvist2014-07-251-2/+0
* Remove compiler warning.Kohei Yoshida2014-07-241-3/+3
* bnc#887227: Do not set TextAutoGrowHeight for vertical text.Matúš Kukan2014-07-241-1/+5
* bnc#862510: PPTX import: bullets have color as following text by default.Matúš Kukan2014-07-241-0/+2
* Most certainly meant to be plural.Kohei Yoshida2014-07-211-1/+1
* WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2014-07-211-1/+1