Home
last modified time | relevance | path

Searched refs:rTableStyle (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/oox/source/drawingml/table/
H A Dtablecontext.cxx71 boost::shared_ptr< TableStyle >& rTableStyle = mrTableProperties.getTableStyle(); in createFastChildContext() local
72 rTableStyle.reset( new TableStyle() ); in createFastChildContext()
73 xRet = new TableStyleContext( *this, xAttribs, *rTableStyle ); in createFastChildContext()
H A Dtablebackgroundstylecontext.cxx38 …groundStyleContext::TableBackgroundStyleContext( ContextHandler& rParent, TableStyle& rTableStyle ) in TableBackgroundStyleContext() argument
40 , mrTableStyle( rTableStyle ) in TableBackgroundStyleContext()
H A Dtablestylecontext.cxx39 const Reference< XFastAttributeList >& xAttribs, TableStyle& rTableStyle ) in TableStyleContext() argument
41 , mrTableStyle( rTableStyle ) in TableStyleContext()
H A Dtableproperties.cxx279 const TableStyle& rTableStyle( getUsedTableStyle( rFilterBase, mbOwnTblStyle ) ); in pushToPropSet() local
296 …lterBase, pMasterTextListStyle, xCellRange->getCellByPosition( nColumn, nRow ), *this, rTableStyle, in pushToPropSet()
308 TableStyle* pTableStyle = (TableStyle*)&rTableStyle; in pushToPropSet()
H A Dtablecell.cxx165 …const TableStyle& rTableStyle, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 … in pushToXCell() argument
167 TableStyle& rTable( const_cast< TableStyle& >( rTableStyle ) ); in pushToXCell()
/aoo41x/main/oox/inc/oox/drawingml/table/
H A Dtablebackgroundstylecontext.hxx36 TableBackgroundStyleContext( ::oox::core::ContextHandler& rParent, TableStyle& rTableStyle );
H A Dtablestylecontext.hxx38 TableStyle& rTableStyle );

Completed in 34 milliseconds