Lines Matching refs:getCell
241 Reference< XCell > getCell( const CellAddress& rAddress ) const;
476 Reference< XCell > WorksheetGlobals::getCell( const CellAddress& rAddress ) const in getCell() function in oox::xls::WorksheetGlobals
595 PropertySet aCellProp( getCell( CellAddress( getSheetIndex(), nCol, nRow ) ) ); in getCellPosition()
603 PropertySet aCellProp( getCell( CellAddress( getSheetIndex(), nCol, nRow ) ) ); in getCellSize()
1013 Reference< XCell > xCell = getCell( rAddress ); in insertHyperlink()
1411 Reference< XCell > WorksheetHelper::getCell( const CellAddress& rAddress ) const in getCell() function in oox::xls::WorksheetHelper
1413 return mrSheetGlob.getCell( rAddress ); in getCell()
1670 Reference< XCell > xCell = getCell( rAddress ); in putValue()
1677 Reference< XText > xText( getCell( rAddress ), UNO_QUERY ); in putString()
1684 Reference< XText > xText( getCell( rAddress ), UNO_QUERY ); in putRichString()
1694 Reference< XFormulaTokens > xTokens( getCell( rAddress ), UNO_QUERY ); in putFormulaTokens()