summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-03-03remove unused code oox::AttributeConversion::decodeDoubleNoel Grandin1-5/+0
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad1-2/+5
2014-03-02fix strict namespace list generationMarkus Mohrhard6-165/+33
2014-03-02make more places aware of OOXML strict relationsMarkus Mohrhard6-11/+20
2014-03-01remove empty lines after comment removalMarkus Mohrhard1-8/+0
2014-03-01support OOXML strict documents in CalcMarkus Mohrhard3-2/+70
2014-03-01handle OOXML strict namespacesMarkus Mohrhard8-4/+273
2014-03-01make sure the two namespace lists are sorted the same wayMarkus Mohrhard1-3/+3
2014-03-01fix OOXML validation issue, related fdo#33951Markus Mohrhard1-1/+0
2014-02-28writerfilter: extend tokens and model.xml for w:compatSettingsTomaž Vajngerl1-0/+1
2014-02-28DOCX import: handle font theme references in group shape textMiklos Vajna3-4/+44
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+8
2014-02-27oox: add "styleSet" to token listTomaž Vajngerl1-0/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann28-242/+242
2014-02-26Remove visual noise from ooxAlexander Wilms120-603/+594
2014-02-26fix OOXML validation error for text shapes, related fdo#31551Markus Mohrhard2-2/+12
2014-02-26use const reference for OUStringMarkus Mohrhard1-4/+4
2014-02-26fix indentationMarkus Mohrhard1-2/+2
2014-02-26reduntant checkMarkus Mohrhard1-4/+0
2014-02-26first step in improving the OOXML validation resultMarkus Mohrhard1-1/+1
2014-02-25remove unused code oox::core::Decrypt::aes128cbcNoel Grandin1-8/+0
2014-02-25Resolves: #i118640# force early destruction of last FragmentHandler...Armin Le Grand1-0/+13
2014-02-25fix OOXML validation errorMarkus Mohrhard1-1/+1
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-2/+2
2014-02-24OOXML chart import: ignore rot values outside the valid rangeAndras Timar1-0/+5
2014-02-23drawingML import: remove some unneeded memberZolnai Tamás1-4/+2
2014-02-23oox: add some more missing w14 tokensTomaž Vajngerl1-0/+7
2014-02-23prevent invalid OOXML chart files, related #i82905#Markus Mohrhard1-5/+7
2014-02-23prevent invalid OOXML chart files, related #i75121#Markus Mohrhard1-10/+14
2014-02-23don't write axId for dougnught chart, related fdo#63114Markus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms40-123/+123
2014-02-22we only support simple labels in the InternalDataProvider, bnc#864396Markus Mohrhard1-0/+28
2014-02-21drawingML import: paragraph spacing inside group shapeZolnai Tamás3-8/+66
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-21drawingML import: run fonts inside group shapeZolnai Tamás2-0/+20
2014-02-21drawingML export: gradient fill defined by imported themeZolnai Tamás2-5/+16
2014-02-20Added word 2010 - w14 namespace and w14 elementsTomaž Vajngerl2-1/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-18drawingML import: fix position of cildren in shape groupsZolnai Tamás3-5/+14
2014-02-18DOCX drawingML import: handle paragraph top marginMiklos Vajna1-0/+15
2014-02-18prevent invalid OOXML files with trendlines, related #i88825#Markus Mohrhard1-7/+18
2014-02-18fix indentationMarkus Mohrhard1-19/+19
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-17prevent invalid ooxml files during notes export, related #i83060#Markus Mohrhard1-0/+5
2014-02-16drawingML export: make WritePolyPolygon robusterZolnai Tamás1-33/+22
2014-02-15fdo#74137: Fix for courruption of Pie chart after roundtrip.Rohit Deshmukh1-2/+3
2014-02-14drawingML import: fix inheritance of character heightMiklos Vajna4-5/+13
2014-02-14FDO#74774 : issue with number of child nodes of tag CubicBezierTo.umeshkadam1-2/+13
2014-02-13Fix win buildZolnai Tamás1-13/+13
2014-02-13drawingML export: hatching of shapesZolnai Tamás2-4/+139