summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-15DOCX FILEOPEN VML Shape (image) is lost on import fdo#81031Vinaya Mandke1-1/+13
2014-07-14oh for the love of...Caolán McNamara1-1/+1
2014-07-14Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-8/+26
2014-07-10coverity#1224995 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-10coverity#1224997 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-09remove no longer needed http://sprm nonsenseMiklos Vajna2-2/+0
2014-07-07bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida3-16/+38
2014-07-07Adjust for the splitting of number format properties in chart.Kohei Yoshida3-12/+5
2014-07-07bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan3-1/+68
2014-07-07bnc#882383: Add chart unit test for GradientName property.Matúš Kukan1-1/+1
2014-07-07fix crash loading ooo100546-1.xlsCaolán McNamara1-1/+4
2014-07-04don't inherit the style from the title, related bnc#880488Markus Mohrhard1-1/+0
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida3-5/+7
2014-07-02bnc#812796: Don't create data series when the series has no values.Kohei Yoshida1-0/+4
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida1-1/+5
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-1/+1
2014-06-25Move more oox/drawingml/ internal headers to oox/inc.Matúš Kukan58-72/+2991
2014-06-25remove whitespacesMarkus Mohrhard181-1484/+0
2014-06-23Move oox/drawingml/table/ internal headers to oox/inc.Matúš Kukan34-31/+920
2014-06-22use the correct default value, fdo#78080Markus Mohrhard2-3/+2
2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil1-1/+1