summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-25WaE: extern prototype in main file without definitionTor Lillqvist1-2/+0
2014-07-24Remove compiler warning.Kohei Yoshida1-3/+3
2014-07-24bnc#887227: Do not set TextAutoGrowHeight for vertical text.Matúš Kukan1-1/+5
2014-07-24bnc#862510: PPTX import: bullets have color as following text by default.Matúš Kukan1-0/+2
2014-07-21Most certainly meant to be plural.Kohei Yoshida1-1/+1
2014-07-21WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2014-07-21fdo#78663 : The File gets corrupted when saved in LOBisal Nayal1-13/+2
2014-07-21fdo#80897: Preservation of text warp properties.Rohit Deshmukh5-8/+48
2014-07-20cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-5/+5
2014-07-18coverity#1038295 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-07-18coverity#1202900 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-18coverity#1226484 Using invalid iteratorCaolán McNamara1-1/+1
2014-07-18coverity#1226480 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-18Use comphelper::SequenceAsHashMapMiklos Vajna1-20/+10
2014-07-18oox: write Company in docProps/app.xmlMiklos Vajna1-1/+16
2014-07-18use rtl::math::round here to get the same number on 32/64bit platformsMatúš Kukan1-1/+2
2014-07-18bnc#887230: always use theme color for hyperlinks in ImpressMatúš Kukan1-2/+1
2014-07-17coverity#735310 Unchecked return valueCaolán McNamara1-2/+1
2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde2-1/+7
2014-07-16Try to fix compilation with pre-C++11 compilerTor Lillqvist1-2/+2
2014-07-16bnc#862510: Improve handling of OOXML gradientsTor Lillqvist2-26/+192
2014-07-15fdo#80569:FILEOPEN:4.4 Regression .docx chart not rendered properlyHeena Gupta2-1/+5
2014-07-15Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.Matúš Kukan1-2/+6
2014-07-15bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan1-1/+1