Searched refs:rTableStyle (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecontext.cxx | 71 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 D | tablebackgroundstylecontext.cxx | 38 …groundStyleContext::TableBackgroundStyleContext( ContextHandler& rParent, TableStyle& rTableStyle ) in TableBackgroundStyleContext() argument 40 , mrTableStyle( rTableStyle ) in TableBackgroundStyleContext()
|
H A D | tablestylecontext.cxx | 39 const Reference< XFastAttributeList >& xAttribs, TableStyle& rTableStyle ) in TableStyleContext() argument 41 , mrTableStyle( rTableStyle ) in TableStyleContext()
|
H A D | tableproperties.cxx | 279 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 D | tablecell.cxx | 165 …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()
|
/aoo42x/main/oox/inc/oox/drawingml/table/ |
H A D | tablebackgroundstylecontext.hxx | 36 TableBackgroundStyleContext( ::oox::core::ContextHandler& rParent, TableStyle& rTableStyle );
|
H A D | tablestylecontext.hxx | 38 TableStyle& rTableStyle );
|
Completed in 30 milliseconds