Searched refs:getCellPosition (Results 1 – 3 of 3) sorted by relevance
263 Point getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const;592 Point WorksheetGlobals::getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const in getCellPosition() function in oox::xls::WorksheetGlobals693 Point aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition()702 aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition()724 Point aEndPos = getCellPosition( aEndAddr.Column, aEndAddr.Row ); in getCellRangeFromRectangle()1471 Point WorksheetHelper::getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const in getCellPosition() function in oox::xls::WorksheetHelper1473 return mrSheetGlob.getCellPosition( nCol, nRow ); in getCellPosition()
283 Point aPoint = getCellPosition( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
245 ::com::sun::star::awt::Point getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const;
Completed in 41 milliseconds