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()
60 xRet = new TableBackgroundStyleContext( *this, mrTableStyle ); in createFastChildContext()
63 xRet = new TablePartStyleContext( *this, mrTableStyle.getWholeTbl() ); in createFastChildContext()
66 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1H() ); in createFastChildContext()
69 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2H() ); in createFastChildContext()
72 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1V() ); in createFastChildContext()
75 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2V() ); in createFastChildContext()
78 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastCol() ); in createFastChildContext()
81 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstCol() ); in createFastChildContext()
84 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastRow() ); in createFastChildContext()
87 xRet = new TablePartStyleContext( *this, mrTableStyle.getSeCell() ); in createFastChildContext()
90 xRet = new TablePartStyleContext( *this, mrTableStyle.getSwCell() ); in createFastChildContext()
93 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstRow() ); in createFastChildContext()
96 xRet = new TablePartStyleContext( *this, mrTableStyle.getNeCell() ); in createFastChildContext()
99 xRet = new TablePartStyleContext( *this, mrTableStyle.getNwCell() ); in createFastChildContext()