Home
last modified time | relevance | path

Searched refs:xTableStyle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx698 static void FillCellInfoVector( const Reference< XIndexAccess >& xTableStyle, CellInfoVector& rVect… in FillCellInfoVector() argument
700 …DBG_ASSERT( xTableStyle.is() && (xTableStyle->getCount() == sdr::table::style_count ), "sd::FillCe… in FillCellInfoVector()
701 if( xTableStyle.is() ) try in FillCellInfoVector()
707 Reference< XStyle > xStyle( xTableStyle->getByIndex( nStyle ), UNO_QUERY ); in FillCellInfoVector()
795 const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle, const TableStyleSet… in CreateDesignPreview() argument
798 FillCellInfoVector( xTableStyle, aCellInfoVector ); in CreateDesignPreview()
948 Reference< XIndexAccess > xTableStyle( mxTableFamily->getByIndex( nIndex ), UNO_QUERY ); in FillDesignPreviewControl() local
949 if( xTableStyle.is() ) in FillDesignPreviewControl()
950 …static_int_cast<sal_uInt16>( nIndex + 1 ), Image( CreateDesignPreview( xTableStyle, aSettings, bIs… in FillDesignPreviewControl()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx550 Reference< XStyle > xTableStyle( xTableFamily->getByIndex( nIndex ), UNO_QUERY_THROW ); in exportTableTemplates() local
551 if( !xTableStyle->isInUse() ) in exportTableTemplates()
554 Reference< XNameAccess > xStyleNames( xTableStyle, UNO_QUERY_THROW ); in exportTableTemplates()
556 …ribute(XML_NAMESPACE_TEXT, XML_STYLE_NAME, GetExport().EncodeStyleName( xTableStyle->getName() ) ); in exportTableTemplates()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1219 void SdrTableObj::setTableStyle( const Reference< XIndexAccess >& xTableStyle ) in setTableStyle() argument
1221 if( mpImpl && (mpImpl->mxTableStyle != xTableStyle) ) in setTableStyle()
1224 mpImpl->mxTableStyle = xTableStyle; in setTableStyle()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx4011 …Reference< XStyle > xTableStyle( xTableFamily->getByName( msTemplateStyleName ), UNO_QUERY_THROW ); in StartElement() local
4012 …setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TableTemplate" ) ), Any( xTableStyle ) ); in StartElement()

Completed in 60 milliseconds