Home
last modified time | relevance | path

Searched refs:GetDrawRect (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx369 Rectangle ScDetectiveFunc::GetDrawRect( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const in GetDrawRect() function in ScDetectiveFunc
378 Rectangle ScDetectiveFunc::GetDrawRect( SCCOL nCol, SCROW nRow ) const in GetDrawRect() function in ScDetectiveFunc
380 return GetDrawRect( nCol, nRow, nCol, nRow ); in GetDrawRect()
416 aStartRect = GetDrawRect( rStart.Col(), rStart.Row() ); in HasArrow()
418 aEndRect = GetDrawRect( nEndCol, nEndRow ); in HasArrow()
489 Rectangle aRect = GetDrawRect( nRefStartCol, nRefStartRow, nRefEndCol, nRefEndRow ); in InsertArrow()
563 Rectangle aRect = GetDrawRect( nStartCol, nStartRow, nEndCol, nEndRow ); in InsertToOtherTab()
661 Rectangle aRect = GetDrawRect( nCol, nRow ); in DrawCircle()
686 Rectangle aRect = GetDrawRect( nCol, nRow ); in DeleteArrowsAt()
758 Rectangle aCornerRect = GetDrawRect( nCol1, nRow1, nCol2, nRow2 ); in DeleteBox()
/trunk/main/sc/inc/
H A Ddetfunc.hxx79 Rectangle GetDrawRect( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const;
82 Rectangle GetDrawRect( SCCOL nCol, SCROW nRow ) const;

Completed in 24 milliseconds