Searched refs:GetFocusRect (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 602 Rectangle aRect = pView->GetFocusRect( pCursor, nY ); in RecalcFocusRect() 696 Rectangle aRect = pView->GetFocusRect( pCursor, nY ); in ShowCursor() 805 Rectangle aRect( pView->GetFocusRect( pEntry, nLine )); in EntryReallyHit() 3203 aPopupPos = pView->GetFocusRect( pSelected, pView->GetEntryPosition( pSelected ).Y() ).Center(); in Command() 3547 Rectangle aRect = pView->GetFocusRect( (SvLBoxEntry*)pEntry, nY ); in ShowFocusRect()
|
H A D | svtreebx.cxx | 1864 aRect = GetFocusRect( pEntry, nLine ); in PaintEntry1() 1973 Rectangle SvTreeListBox::GetFocusRect( SvLBoxEntry* pEntry, long nLine ) in GetFocusRect() function in SvTreeListBox 2339 aRect = ((SvTreeListBox*)this)->GetFocusRect( pEntry, aPos.Y() ); in GetDragRegion() 2791 Rectangle aRect = GetFocusRect( pEntry, aPos.Y() ); in GetBoundingRect()
|
H A D | svicnvw.cxx | 417 Rectangle SvIconView::GetFocusRect( SvLBoxEntry* pEntry ) in GetFocusRect() function in SvIconView
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailView.cxx | 205 Rectangle OCreationList::GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ) in GetFocusRect() function in OCreationList 207 Rectangle aRect = SvTreeListBox::GetFocusRect( _pEntry, _nLine ); in GetFocusRect()
|
H A D | AppDetailView.hxx | 105 virtual Rectangle GetFocusRect( SvLBoxEntry* _pEntry, long _nLine );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 204 Rectangle GetFocusRect( SvLBoxEntry* );
|
H A D | svtreebx.hxx | 324 virtual Rectangle GetFocusRect( SvLBoxEntry*, long nLine );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | button.hxx | 99 const Rectangle& GetFocusRect() const;
|
/aoo41x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 924 ::Rectangle aEntryRect( rTree.GetFocusRect( pEntry, rTree.GetEntryPosition( pEntry ).Y() ) ); in getNodeRect()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2700 oldRectangle = GetFocusRect( pEntry,tempPoint.Y() ); in KeyInput()
|
/aoo41x/main/vcl/source/control/ |
H A D | button.cxx | 317 const Rectangle& Button::GetFocusRect() const in GetFocusRect() function in Button
|
Completed in 104 milliseconds