summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-27Bin some newly unused methodsJulien Nabet6-52/+0
2012-09-27sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat4-0/+36
2012-09-27n#779627: VML: import mso-position-vertical:center and friendsCédric Bosdonnat4-9/+25
2012-09-26Import shadow effect properties for shapes in docx.Eilidh McAdam11-0/+234
2012-09-26sal_Bool -> boolNoel Grandin2-4/+4
2012-09-25n#780853 fix DOCX import of w:sdtContent in table cellMiklos Vajna1-0/+1
2012-09-24Revert "fdo#54609: Exception while importing xlsx."Fridrich Štrba1-14/+7
2012-09-20n#779627: support for arcsize value in VMLCédric Bosdonnat4-1/+23
2012-09-20n#779834 fix VML import of absolutely positioned image with no left marginMiklos Vajna1-1/+6
2012-09-20write only non NaN chart series values (fixes part of n#760997Radek Doulik1-1/+2
2012-09-19oox: include vector hereMatúš Kukan1-0/+2
2012-09-19Import bezier curves from .docx.Eilidh McAdam5-2/+138
2012-09-19vml import: WaE (unused variable, unhandled enum value)Miklos Vajna1-2/+3
2012-09-19Add VML path parsing to .docx import filter.Eilidh McAdam2-0/+142
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-12/+2
2012-09-18better pptx custom shape presets import/exportRadek Doulik9-1/+306
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud3-4/+2
2012-09-17Modifying #ifdef to match header file.Muthu Subramanian1-1/+1
2012-09-13fdo#54750: Handle any kind of exception (ooxml import).Muthu Subramanian1-1/+1
2012-09-13targetted container_controls rework.Noel Power6-191/+152
2012-09-11disable scrollable Frame ( not working well )Noel Power1-2/+2
2012-09-11get scrollbar details actually read for groupboxNoel Power1-1/+0
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power1-0/+3
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power3-0/+26
2012-09-11fdo#54609: Exception while importing xlsx.Muthu Subramanian1-7/+14
2012-09-10n#778859: Non autofit text are imported as autofit.Muthu Subramanian1-0/+4
2012-09-07Fix docx 'absolute' frame position importPierre-Eric Pelloux-Prayer1-0/+4
2012-09-06n#771549: Import text offsets in shapes.Muthu Subramanian5-7/+52
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-6/+3
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann7-37/+14
2012-08-30-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-08-29add SimpleShape::createPictureObject to avoid code duplicationMiklos Vajna2-38/+36
2012-08-29n#777345 import imagedata of v:rect elements inside OLE objectsMiklos Vajna2-0/+28
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin3-11/+9
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard1-0/+2
2012-08-22oox: fix doxygen errors in ole headersMiklos Vajna8-169/+169
2012-08-21n760019: removing problematic code that disrupts numbering levelFelix Zhang1-6/+0
2012-08-21Reverting superfluous commit 36233b158b5de6c474f06c8c8772f0012b191baaMuthu Subramanian1-2/+1
2012-08-16n#773048: PPTX shape margins need to be rotated as well.Muthu Subramanian4-19/+34
2012-08-15use a namespace for xfrm transformation element, fixes part of fdo#41992Radek Doulik1-1/+1
2012-08-15call WriteTransformation with namespace id, fixes part of fdo#41992Radek Doulik1-1/+1
2012-08-14fdo#53113 DOCX: export fillBlip shape propertyMiklos Vajna2-2/+20
2012-08-14n#759180: Override properties with endParaPr.Muthu Subramanian1-1/+6
2012-08-14n#759180: Push oox default spacing values.Muthu Subramanian3-5/+6
2012-08-14fdo#53113 vml export: handle custom segment typesMiklos Vajna1-3/+7
2012-08-13fdo#53113 oox::VMLExport: allow a callback to be registered for shape textMiklos Vajna3-3/+61
2012-08-11Remove unused local varsJulien Nabet1-3/+0
2012-08-09misc comment import/export fixesNoel Power1-2/+29