Lines Matching refs:xRet

55 	uno::Reference< xml::sax::XFastContextHandler > xRet;  in createFastChildContext()  local
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()
104 if( !xRet.is() ) in createFastChildContext()
107 xRet.set( xTmp ); in createFastChildContext()
109 return xRet; in createFastChildContext()