Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This regression was probably caused by a bad merge of OOo m106.
|
|
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the
moved file from oox and adapting starmath.
|
|
|
|
This caused an immediate crash when trying to import xlsx documents
with charts on Windows. No idea why this didn't crash on Linux,
even valgrind's memcheck didn't pick it up.
|
|
|
|
|
|
|
|
- vert270 doesn't seem to be supported by LO.
- vert270 would be WritingMode_TB_LR ? otherwise we need to support it
by doing other operations like rotation or flip. Is that necessary ?
|
|
- do not drop the master shapes anymore, but rather hide them
- it is possible to have shapes with 0x0 geometry in slides,
these inherit proper geometry from master slide shapes - so
when we dropped the shapes, the geometry info was lost
|
|
- Imports Legacy Text.
- Formatting info is not imported.
|
|
- Assumes axial gradient fills when more than 3 colors are present.
- Implements importing of Transparency Gradients.
|
|
Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx
(UnitConverter::UnitConverter)
|
|
|
|
ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
|
|
|
|
|
|
- make sure it doesn't replace character properties of textbody inside cells
- fixes bnc#705991
|
|
- fixes bnc#705991
|
|
|
|
|
|
Extending the existing functionality to
* properly parse and model the declarative shapes
* provide means for round-tripping, and re-rendering the
shapes from xml snippets
* implements the layouts composite, cycle, linear, and the
special 'text' node
This is based on the initial smartart work from hfiguiere@novell.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This temp-fixes formula imports and other problems
caused because of getCellBlock.
|
|
|
|
|
|
|
|
|
|
Use const reference in copy constructor if we are going to give it const objects.
|
|
|
|
Used when the lables don't have their own formatcode
and depend on the data's format code for formatting.
|
|
Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
chart data labels, so if the original ooxml document does, attempt
one of the canned position as an approximation.
|
|
|
|
This is to make it use the better and newer parent handlers.
And to support MCE.
[PB] Probable candidate for typo breakages.
|
|
|
|
|
|
Now uses the values present in the import document
rather than calculating the formula. This speeds up
document loading.
TODO: Extend this to string results as well.
|
|
|
|
Conflicts:
filter/source/config/cache/filtercache.cxx
filter/source/odfflatxml/makefile.mk
oox/Library_oox.mk
oox/Makefile
oox/Module_oox.mk
oox/Package_generated.mk
oox/Package_inc.mk
oox/prj/build.lst
oox/prj/d.lst
oox/prj/makefile.mk
oox/source/dump/makefile.mk
unoxml/Library_unordf.mk
unoxml/Library_unoxml.mk
writerfilter/CppunitTest_writerfilter_doctok.mk
writerfilter/Library_writerfilter.mk
writerfilter/Module_writerfilter.mk
writerfilter/Package_inc.mk
writerfilter/inc/resourcemodel/TagLogger.hxx
writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
writerfilter/prj/build.lst
writerfilter/prj/makefile.mk
writerfilter/qa/complex/ooxml/makefile.mk
writerfilter/qa/cppunittests/doctok/makefile.mk
writerfilter/qa/cppunittests/doctok/testdoctok.cxx
writerfilter/qa/cppunittests/xxml/testXXML.cxx
writerfilter/source/dmapper/DomainMapper.cxx
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
writerfilter/source/dmapper/DomainMapperTableManager.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
writerfilter/source/dmapper/FontTable.cxx
writerfilter/source/dmapper/GraphicHelpers.cxx
writerfilter/source/dmapper/PropertyIds.cxx
writerfilter/source/dmapper/PropertyMap.cxx
writerfilter/source/dmapper/SettingsTable.cxx
writerfilter/source/dmapper/StyleSheetTable.cxx
writerfilter/source/dmapper/TablePropertiesHandler.cxx
writerfilter/source/dmapper/TblStylePrHandler.cxx
writerfilter/source/dmapper/ThemeTable.cxx
writerfilter/source/doctok/WW8DocumentImpl.cxx
writerfilter/source/doctok/resourcesimpl.xsl
writerfilter/source/filter/WriterFilter.cxx
writerfilter/source/generated.mk
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
writerfilter/source/ooxml/OOXMLFactory.cxx
writerfilter/source/ooxml/OOXMLFactory.hxx
writerfilter/source/ooxml/OOXMLStreamImpl.cxx
writerfilter/source/ooxml/RefAndPointer.hxx
writerfilter/source/resourcemodel/TagLogger.cxx
writerfilter/unocomponent/component.cxx
writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx
|
|
|