Home
last modified time | relevance | path

Searched refs:xCellSet (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/xmloff/source/table/
H A DXMLTableExport.cxx272 … Reference< XPropertySet > xCellSet( xCellRange->getCellByPosition(nColumn, 0), UNO_QUERY_THROW ); in collectTableAutoStyles() local
276 Reference< XPropertySetInfo > xPropertySetInfo( xCellSet->getPropertySetInfo() ); in collectTableAutoStyles()
279 …Reference< XStyle > xStyle( xCellSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Style… in collectTableAutoStyles()
286 …d::vector< XMLPropertyState > xCellPropStates( mxCellExportPropertySetMapper->Filter( xCellSet ) ); in collectTableAutoStyles()
294 Reference< XInterface > xKey( xCellSet, UNO_QUERY ); in collectTableAutoStyles()
299 Reference< XText > xText(xCellSet, UNO_QUERY); in collectTableAutoStyles()
H A DXMLTableImport.cxx680 Reference< XPropertySet > xCellSet( mxCell, UNO_QUERY ); in XMLCellImportContext() local
681 if( xCellSet.is() ) in XMLCellImportContext()
682 const_cast< XMLPropStyleContext* >( pStyle )->FillPropertySet( xCellSet ); in XMLCellImportContext()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx5954 uno::Reference< beans::XPropertySet > xCellSet( xCell, uno::UNO_QUERY_THROW ); in ImplCreateTable() local
5956 if ( xCellSet->getPropertyValue( sLeftBorder ) >>= aBorderLine ) in ImplCreateTable()
5976 uno::Reference< beans::XPropertySet > xCellSet( xCellOwn, uno::UNO_QUERY_THROW ); in ImplCreateTable() local
5978 if ( xCellSet->getPropertyValue( sRightBorder ) >>= aBorderLine ) in ImplCreateTable()

Completed in 73 milliseconds