Lines Matching refs:xCell
80 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSuperscript() local
82 if ( !xCell.is() ) in setSuperscript()
99 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in setSuperscript()
101 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSuperscript()
119 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSuperscript() local
121 if ( !xCell.is() ) in getSuperscript()
142 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in getSuperscript()
143 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSuperscript()
152 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSubscript() local
154 if ( !xCell.is() ) in setSubscript()
171 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in setSubscript()
172 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSubscript()
193 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSubscript() local
195 if ( !xCell.is() ) in getSubscript()
216 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in getSubscript()
217 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSubscript()