summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* n#764005 VML import of absolutely positioned pictures should not be opaqueMiklos Vajna2012-05-312-0/+2
| | | | Change-Id: I17a1a94ee92ce04ff6928a20c552b3a3408a0626
* nuke unused typedefTakeshi Abe2012-05-311-2/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* oox: initial smartart text is imported into Writer, take twoMiklos Vajna2012-05-302-0/+28
| | | | | | | | | The original commit (8c6fb76c2cc24c336a28702b5f7f31cb5964129a) broke the sw_subsequent_ooxmltok test, as it threated getDiagramShapeContext() a const method, but that's not true. Check mxDiagramShapeContext directly instead. Change-Id: Idd730787be41cc11e6c1fc962da60f05e024ee84
* Revert "oox: initial smartart text is imported into Writer"Luboš Luňák2012-05-292-28/+0
| | | | | | | | | This causes a test failure with sw's n747461.docx , since one shape is apparently not loaded. In this patch, it seems the "if (Element == DGM_TOKEN(relIds))" part is the problem. Reverting the whole change until this is fixed. This reverts commit 8c6fb76c2cc24c336a28702b5f7f31cb5964129a.
* oox: initial smartart text is imported into WriterMiklos Vajna2012-05-292-0/+28
|
* hack the same meaning for o:hr handling like MSO usesLuboš Luňák2012-05-281-0/+9
| | | | | | | This doesn't in fact change much in LO, since ShapeType::getAbsRectangle() uses 0 as the reference size, 100% is still actually 0. Change-Id: I81690d710402224c8477c90ad14672b593aacc24
* Y, height are in Y coordinatesLuboš Luňák2012-05-281-3/+3
| | | | Change-Id: If75567533b5e00417f749bd8e957a317dda02804
* sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl2012-05-241-0/+1
|
* oox: remove duplicate custom makefile from writerfilter10Michael Stahl2012-05-241-126/+0
|
* oox: generate vmlexport-shape-types into CustomTarget dirMichael Stahl2012-05-242-8/+8
|
* oox: add some bling so we can see what takes so longMichael Stahl2012-05-241-0/+3
|
* oox: move generated stuff to custom targetMichael Stahl2012-05-244-42/+64
|
* oox: this rule needs a commandMichael Stahl2012-05-241-0/+1
| | | | | Make doesn't consider targets that depend on this outdated when there is no command to update it.
* oox: can't see why we need these depsMichael Stahl2012-05-241-10/+0
|
* oox; there is no oox_source packageMichael Stahl2012-05-241-2/+1
|
* do not insert empty texbodies for empty placeholder shapesRadek Doulik2012-05-235-3/+21
| | | | | | | | - the original problem can be reproduced by creating new empty presentation in powerpoint. after it is loaded in impress, it was completely blank, without placeholder shape texts (Click to add title, Click to add text) Change-Id: I541554e273372ad09cca2fb91e27a17eb1f3a00e
* rework getting shape for the .docx import filterLuboš Luňák2012-05-223-12/+10
| | | | | | | | | | | | | This makes both sw/qa/extras/ooxmltok/data/n705956-{1|2}.docx testcases work at the same time. As far as I understand it, the .docx filter calls into oox and at the end if gets the shape, while the shape is removed from the ShapeContainer. In the case of recursion caused by <w:pict><v:shape><w:txbxContent><w:pict><v:shape>, clearing the whole list is wrong. Also, the OSL_ENSURE seems to suggest that there should not be more than one shape inserted by each read. So simply consider maShapes to be a stack when importing .docx . Change-Id: I7263aeaf74c8d31a05e64c56b880cbc6b00d7dd6
* more on correct import of data bars from Excel2010Markus Mohrhard2012-05-201-0/+1
| | | | | | http://msdn.microsoft.com/en-us/library/documentformat.openxml.office2010.excel.databar.aspx Change-Id: I6d76cd888b723718e5a2beedfb5223fb6c0d0ba2
* correctly import data bar information from Excel2010Markus Mohrhard2012-05-201-0/+3
| | | | Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079
* add namespace for extensions from Excel2010Markus Mohrhard2012-05-203-2/+11
| | | | Change-Id: I45144a08729b00c1e46784b430af7bc15244dfe7
* n#760029: Floor borders were missing from 3D Charts.Muthu Subramanian2012-05-171-3/+3
| | | | Looks like there should always be a floor border for the 3D charts.
* Crash fix.Muthu Subramanian2012-05-161-1/+1
|
* Revert selected hunks from various 'unused code' commits.Muthu Subramanian2012-05-166-1/+55
| | | | These functions are required for debugging pptx import problems.
* removed unused static rtl::OUStringTakeshi Abe2012-05-142-2/+0
| | | | Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
* oox: strict aliasing warning:Michael Stahl2012-05-081-2/+13
| | | | | /oox/source/dump/dumperbase.cxx:345:69: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
* n759212: Text over images.Muthu Subramanian2012-05-085-9/+13
| | | | | Default text may not make sense to be copied from the master slide to the slides when there is an image.
* fdo#48778: PPTX import crashes.Muthu Subramanian2012-05-051-2/+2
| | | | This probably occurs when the document has wrong idx (?)
* Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power2012-05-043-3/+2
| | | | This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5.
* reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power2012-05-043-2/+3
| | | | Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a
* oox: fix up doxygen syntax in oox/vml/vmldrawing.hxxMiklos Vajna2012-05-041-17/+17
| | | | Change-Id: Id726f7aa318dbf351cafd62d880b887d1a821431
* catch by const refCaolán McNamara2012-05-021-4/+4
| | | | Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8
* Oups ! (Thank you Korrawit !)Julien Nabet2012-05-011-1/+0
| | | | Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a
* Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)Julien Nabet2012-05-011-1/+2
| | | | | | Thank you Caolán for your advice! Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* include oox/token/properties.hxx directly where neededCaolán McNamara2012-04-275-1/+4
| | | | Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
* WaE: scary msvc2008 warning about using delete on an incomplete typeCaolán McNamara2012-04-272-3/+3
| | | | Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
* n758565: Wrong master slide shape being used.Muthu Subramanian2012-04-266-65/+32
| | | | | * Changed <ph> idx to OptValue. * Duplicate code removal.
* fix few issues after SAL_INFO conversionRadek Doulik2012-04-251-2/+2
|
* callcatcher: remove freshly unused codeCaolán McNamara2012-04-252-13/+0
|
* n#757890 oox: implement mso-position-horizontal shape property for textframesMiklos Vajna2012-04-234-0/+5
|
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2012-04-191-0/+1
|
* valgrind: Uninitialised value was created by a stack allocationCaolán McNamara2012-04-191-1/+1
|
* oox: fix doxygen syntax to avoid misleading output in vml::ClientDataMiklos Vajna2012-04-181-29/+29
|
* callcatcher: update listCaolán McNamara2012-04-162-21/+0
|
* catch by const referenceCaolán McNamara2012-04-161-4/+4
|
* callcatcher: update unused codeCaolán McNamara2012-04-162-22/+0
|
* oox::drawingml::Shape: OSL_TRACE -> SAL_INFOMiklos Vajna2012-04-131-7/+7
|
* oox: fix doxygen syntax to avoid misleading output in ShapeModelMiklos Vajna2012-04-121-7/+7
|
* unusedcode.easy: remove FilterBase::openSubStorageThomas Arnhold2012-04-122-17/+0
|
* unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold2012-04-124-139/+0
|