Home
last modified time | relevance | path

Searched refs:rTableStyles (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/oox/source/drawingml/table/
H A Dtablestylelistfragmenthandler.cxx65 std::vector< TableStyle >& rTableStyles = mrTableStyleList.getTableStyles(); in createFastChildContext() local
66 rTableStyles.resize( rTableStyles.size() + 1 ); in createFastChildContext()
67 xRet = new TableStyleContext( *this, xAttribs, rTableStyles.back() ); in createFastChildContext()
H A Dtableproperties.cxx243 const std::vector< TableStyle >& rTableStyles( rBase.getTableStyles()->getTableStyles() ); in getUsedTableStyle() local
245 std::vector< TableStyle >::const_iterator aIter( rTableStyles.begin() ); in getUsedTableStyle()
246 while( aIter != rTableStyles.end() ) in getUsedTableStyle()

Completed in 10 milliseconds