Searched refs:GetDrawPos (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 320 Point ScDetectiveFunc::GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const in GetDrawPos() function in ScDetectiveFunc 372 GetDrawPos( ::std::min( nCol1, nCol2 ), ::std::min( nRow1, nRow2 ), DRAWPOS_TOPLEFT ), in GetDrawRect() 373 GetDrawPos( ::std::max( nCol1, nCol2 ), ::std::max( nRow1, nRow2 ), DRAWPOS_BOTTOMRIGHT ) ); in GetDrawRect() 504 Point aStartPos = GetDrawPos( nRefStartCol, nRefStartRow, DRAWPOS_DETARROW ); in InsertArrow() 505 Point aEndPos = GetDrawPos( nCol, nRow, DRAWPOS_DETARROW ); in InsertArrow() 581 Point aStartPos = GetDrawPos( nStartCol, nStartRow, DRAWPOS_DETARROW ); in InsertToOtherTab()
|
/trunk/main/sc/inc/ |
H A D | detfunc.hxx | 76 Point GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const;
|
Completed in 21 milliseconds