| /trunk/main/svtools/source/contnr/ |
| H A D | svimpicn.cxx | 1036 pView->Invalidate( GetBoundingRect( pEntry ) ); in EntrySelected() 1260 const Rectangle& rBoundRect = GetBoundingRect( pEntry, pViewData ); in Paint() 1549 Rectangle aRect( GetBoundingRect( pCursor ) ); in KeyInput() 1613 Rectangle aRect( GetBoundingRect(pCursor)); in KeyInput() 1909 long nRight = GetBoundingRect(pEntry).Right(); in CheckHorScrollBar() 1947 long nBottom = GetBoundingRect(pEntry).Bottom(); in CheckVerScrollBar() 2138 Rectangle aBoundRect( GetBoundingRect( pEntry, pViewData )); in SetEntryPosition() 2192 const Rectangle& rRect = GetBoundingRect( pEntry ); in InvalidateEntry() 2295 const Rectangle& SvImpIconView::GetBoundingRect( SvLBoxEntry* pEntry, SvIcnVwDataEntry* pViewData ) in GetBoundingRect() function in SvImpIconView 2317 Rectangle aBound = GetBoundingRect( pEntry, pViewData ); in CalcBmpRect() [all …]
|
| H A D | svicnvw.cxx | 653 aRect = pImp->GetBoundingRect( pEntry ); in GetDragRegion()
|
| H A D | svtabbx.cxx | 949 aRect = _bIsHeader ? calcHeaderRect( sal_True, sal_False ) : GetBoundingRect( pEntry ); in GetFieldRectPixelAbs()
|
| H A D | svlbox.cxx | 1976 Rectangle SvLBox::GetBoundingRect( SvLBoxEntry* ) in GetBoundingRect() function in SvLBox
|
| H A D | svtreebx.cxx | 2788 Rectangle SvTreeListBox::GetBoundingRect( SvLBoxEntry* pEntry ) in GetBoundingRect() function in SvTreeListBox
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLineAccess.cxx | 166 Rectangle aRect(m_pLine ? m_pLine->GetBoundingRect() : Rectangle()); in getBounds() 173 Point aPoint(m_pLine ? m_pLine->GetBoundingRect().TopLeft() : Point()); in getLocation() 180 …Point aPoint(m_pLine ? m_pLine->GetParent()->ScreenToOutputPixel(m_pLine->GetBoundingRect().TopLef… in getLocationOnScreen() 187 Size aSize(m_pLine ? m_pLine->GetBoundingRect().GetSize() : Size()); in getSize() 194 …ine ? m_pLine->GetParent()->GetWindowRegionPixel().IsInside(m_pLine->GetBoundingRect()) : sal_Fals… in isShowing()
|
| H A D | TableConnection.cxx | 179 m_pParent->Invalidate( GetBoundingRect(), INVALIDATE_NOCHILDREN); in Select() 203 Rectangle rcBounding = GetBoundingRect(); in InvalidateConnection() 216 Rectangle OTableConnection::GetBoundingRect() const in GetBoundingRect() function in dbaui::OTableConnection 225 aTempRect = (*aIter)->GetBoundingRect(); in GetBoundingRect()
|
| H A D | ConnectionLine.cxx | 183 Rectangle OConnectionLine::GetBoundingRect() in GetBoundingRect() function in OConnectionLine
|
| /trunk/main/dbaccess/source/ui/relationdesign/ |
| H A D | RTableConnection.cxx | 94 long nTop = GetBoundingRect().Bottom(); in Draw() 105 aBoundingRect = (*aIter)->GetBoundingRect(); in Draw()
|
| /trunk/main/svtools/source/inc/ |
| H A D | svimpicn.hxx | 249 const Rectangle& GetBoundingRect( SvLBoxEntry*, 310 const Rectangle& rRect = GetBoundingRect( pEntry ); in MakeVisible()
|
| /trunk/main/accessibility/source/extended/ |
| H A D | accessiblelistboxentry.cxx | 137 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBox_Impl() 143 aTopLeft -= getListBox()->GetBoundingRect( pParent ).TopLeft(); in GetBoundingBox_Impl() 157 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBoxOnScreen_Impl()
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | ConnectionLine.hxx | 70 Rectangle GetBoundingRect();
|
| H A D | TableConnection.hxx | 108 Rectangle GetBoundingRect() const;
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 405 virtual Rectangle GetBoundingRect( SvLBoxEntry* pEntry );
|
| H A D | svlbox.hxx | 580 virtual Rectangle GetBoundingRect( SvLBoxEntry* pEntry );
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | AppDetailView.cxx | 162 …DrawSelectionBackground( GetBoundingRect( _pEntry ), bIsMouseDownEntry ? 1 : 2, sal_False, sal_Tru… in PreparePaint()
|