Searched refs:GetCellRect (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 440 Rectangle aRect( GetCellRect( nEditRow, nEditCol, sal_False ) ); in RowHeightChanged() 985 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnMoved() 1026 Rectangle aRect = GetCellRect(nEditRow, nEditCol, sal_False); in EndScroll() 1052 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ActivateCell() 1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect() function in svt::EditBrowseBox 1166 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnResized()
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 403 maCellRect = ScDrawLayer::GetCellRect( mrDoc, maPos, true ); in Initialize() 685 Rectangle aCellRect = ScDrawLayer::GetCellRect( mrDoc, rPos, true ); in CreateCaptionFromInitData() 884 Rectangle aCellRect = ScDrawLayer::GetCellRect( rDoc, rPos, true ); in CreateNoteFromObjectData()
|
H A D | drwlayer.cxx | 1727 Rectangle ScDrawLayer::GetCellRect( ScDocument& rDoc, const ScAddress& rPos, bool bMergedCell ) in GetCellRect() function in ScDrawLayer
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 672 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() 815 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
|
/aoo41x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 401 Rectangle aTLRect( maArray.GetCellRect( 0, 0 ) ); in InitBorderGeometry() 419 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry() 474 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry()
|
H A D | framelinkarray.cxx | 892 Rectangle Array::GetCellRect( size_t nCol, size_t nRow, bool bSimple ) const in GetCellRect() function in svx::frame::Array 1035 Rectangle aRect( GetCellRect( nCol, nRow ) ); in DrawRange()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 760 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() 895 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
|
/aoo41x/main/sc/inc/ |
H A D | drwlayer.hxx | 196 static Rectangle GetCellRect( ScDocument& rDoc, const ScAddress& rPos, bool bMergedCell );
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 455 Rectangle GetCellRect( size_t nCol, size_t nRow, bool bSimple = false ) const;
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | editbrowsebox.hxx | 545 Rectangle GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRelToBrowser = sal_True) const;
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1553 Rectangle aRect = GetCellRect(nRow, nCol, sal_False); in AcceptDrop()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 1589 Rectangle aFieldRect(GetCellRect( 0, nColId )); // used instead of GetFieldRectPixel in GetInvalidRect()
|
Completed in 108 milliseconds