Lines Matching refs:xCellRange

81         uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY );  in setSuperscript()  local
84 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in setSuperscript()
91 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSuperscript()
99 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in setSuperscript()
120 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSuperscript() local
123 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in getSuperscript()
131 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSuperscript()
142 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in getSuperscript()
153 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in setSubscript() local
156 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in setSubscript()
163 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSubscript()
171 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in setSubscript()
194 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSubscript() local
197 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in getSubscript()
205 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSubscript()
216 xCell.set( xCellRange->getCellByPosition( 0,0 ) ); in getSubscript()