Searched refs:xTableStyle (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 698 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()
|
/aoo4110/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 550 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()
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 1219 void SdrTableObj::setTableStyle( const Reference< XIndexAccess >& xTableStyle ) in setTableStyle() argument 1221 if( mpImpl && (mpImpl->mxTableStyle != xTableStyle) ) in setTableStyle() 1224 mpImpl->mxTableStyle = xTableStyle; in setTableStyle()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 4011 …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 109 milliseconds