From 63442ec636d637e05d7d585817df531dbbeb96d9 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 3 Mar 2015 19:14:25 +0530 Subject: tdf#89806 : Fixed background fill export for table cell. 1. Table cell properties were exproted empty if file saved as .pptx file. 2. Now added code to export table cell fill properties in 'tcPr'(Table cell properties xml tag) 3. Added unit test to check exported table cell fill properties. Change-Id: Ica6005a65c7eefb8629c808f2a54764f98badb11 Reviewed-on: https://gerrit.libreoffice.org/14734 Tested-by: Jenkins Reviewed-by: David Tardon Tested-by: David Tardon --- include/oox/export/shapes.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oox') diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index bca9ca67ff4c..7b5afb01e62a 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -160,6 +160,7 @@ public: void WriteTable( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rXShape ); + void WriteTableCellProperties(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet); sal_Int32 GetNewShapeID( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rShape ); sal_Int32 GetNewShapeID( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rShape, ::oox::core::XmlFilterBase* pFB ); -- cgit