Lines Matching refs:mrTableStyle
41 , mrTableStyle( rTableStyle ) in TableStyleContext()
43 mrTableStyle.getStyleId() = xAttribs->getOptionalValue( XML_styleId ); in TableStyleContext()
44 mrTableStyle.getStyleName() = xAttribs->getOptionalValue( XML_styleName ); in TableStyleContext()
59 xRet = new TableBackgroundStyleContext( *this, mrTableStyle ); in createFastChildContext()
62 xRet = new TablePartStyleContext( *this, mrTableStyle.getWholeTbl() ); in createFastChildContext()
65 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1H() ); in createFastChildContext()
68 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2H() ); in createFastChildContext()
71 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1V() ); in createFastChildContext()
74 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2V() ); in createFastChildContext()
77 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastCol() ); in createFastChildContext()
80 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstCol() ); in createFastChildContext()
83 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastRow() ); in createFastChildContext()
86 xRet = new TablePartStyleContext( *this, mrTableStyle.getSeCell() ); in createFastChildContext()
89 xRet = new TablePartStyleContext( *this, mrTableStyle.getSwCell() ); in createFastChildContext()
92 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstRow() ); in createFastChildContext()
95 xRet = new TablePartStyleContext( *this, mrTableStyle.getNeCell() ); in createFastChildContext()
98 xRet = new TablePartStyleContext( *this, mrTableStyle.getNwCell() ); in createFastChildContext()