Home
last modified time | relevance | path

Searched refs:GetDrawPos (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/inc/
H A Ddetfunc.hxx76 Point GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const;
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx320 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()

Completed in 22 milliseconds