Searched refs:GetDrawRect (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 369 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()
|
/aoo42x/main/sc/inc/ |
H A D | detfunc.hxx | 79 Rectangle GetDrawRect( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const; 82 Rectangle GetDrawRect( SCCOL nCol, SCROW nRow ) const;
|
Completed in 49 milliseconds