Searched refs:IsChild (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 1591 if( !pMostRightEntry || pTree->IsChild( pEntry,pMostRightEntry ) ) in EntryCollapsed() 1617 if( pTree->IsChild( pEntry, pCursor ) ) in EntryCollapsed() 1642 if( pTree->IsChild(pEntry, pStartEntry) ) in CollapsingEntry() 1724 pTree->IsChild(pEntry, pMostRightEntry))) in RemovingEntry() 1740 if( pCursor && pTree->IsChild( pEntry, pCursor) ) in RemovingEntry() 1742 if( pStartEntry && pTree->IsChild(pEntry,pStartEntry) ) in RemovingEntry()
|
H A D | treelist.cxx | 289 sal_Bool SvTreeList::IsChild( SvListEntry* pParent, SvListEntry* pChild ) const in IsChild() function in SvTreeList 306 bIsChild = IsChild( pActualChild, pChild ); in IsChild()
|
H A D | svlbox.cxx | 383 && ((!Application::GetFocusWindow()) || !pEdit->IsChild( Application::GetFocusWindow()) ) in LoseFocus()
|
H A D | imivctl1.cxx | 4000 ((!Application::GetFocusWindow()) || !IsChild(Application::GetFocusWindow()))) in PreNotify()
|
/aoo42x/main/vcl/source/helper/ |
H A D | lazydelete.cxx | 67 return (left != right && right->IsChild( left, sal_True )) ? true : false; in is_less()
|
/aoo42x/main/sfx2/source/view/ |
H A D | frame2.cxx | 177 if ( pWindow == pShell->GetWindow() || pShell->GetWindow()->IsChild( pWindow ) ) in PreNotify()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 280 sal_Bool IsChild( SvListEntry* pParent, SvListEntry* pChild ) const;
|
/aoo42x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 1223 - if (IsChild(hWndCtl) && ::GetParent(hWndCtl) != m_hWnd) 1224 + if (this->IsChild(hWndCtl) && ::GetParent(hWndCtl) != m_hWnd)
|
/aoo42x/main/cui/source/dialogs/ |
H A D | cuifmsearch.cxx | 638 if ( pFocusWindow && IsChild( pFocusWindow ) ) in EnableSearchUI()
|
/aoo42x/main/vcl/source/window/ |
H A D | dlgctrl.cxx | 286 if ( pWindow->IsChild( pNextWindow ) ) in ImplGetDlgWindow()
|
H A D | window.cxx | 8369 sal_Bool Window::IsChild( const Window* pWindow, sal_Bool bSystemWindow ) const in IsChild() function in Window
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 986 …sal_Bool IsChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) const;
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1732 DBG_ASSERT(!_pWhich || IsChild(_pWhich), "OFieldDescControl::implFocusLost : invalid window !"); in implFocusLost()
|
/aoo42x/main/framework/source/services/ |
H A D | frame.cxx | 2330 if( pFocusWindow && pParentWindow->IsChild( pFocusWindow ) ) in windowDeactivated()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 1236 bIsChild = pPeerWindow && pWindow->IsChild( pPeerWindow ); in isChild()
|
Completed in 185 milliseconds