Home
last modified time | relevance | path

Searched refs:IsChild (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1591 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 Dtreelist.cxx289 sal_Bool SvTreeList::IsChild( SvListEntry* pParent, SvListEntry* pChild ) const in IsChild() function in SvTreeList
306 bIsChild = IsChild( pActualChild, pChild ); in IsChild()
H A Dsvlbox.cxx383 && ((!Application::GetFocusWindow()) || !pEdit->IsChild( Application::GetFocusWindow()) ) in LoseFocus()
H A Dimivctl1.cxx4000 ((!Application::GetFocusWindow()) || !IsChild(Application::GetFocusWindow()))) in PreNotify()
/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx67 return (left != right && right->IsChild( left, sal_True )) ? true : false; in is_less()
/trunk/main/sfx2/source/view/
H A Dframe2.cxx177 if ( pWindow == pShell->GetWindow() || pShell->GetWindow()->IsChild( pWindow ) ) in PreNotify()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx280 sal_Bool IsChild( SvListEntry* pParent, SvListEntry* pChild ) const;
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1223 - if (IsChild(hWndCtl) && ::GetParent(hWndCtl) != m_hWnd)
1224 + if (this->IsChild(hWndCtl) && ::GetParent(hWndCtl) != m_hWnd)
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx638 if ( pFocusWindow && IsChild( pFocusWindow ) ) in EnableSearchUI()
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx286 if ( pWindow->IsChild( pNextWindow ) ) in ImplGetDlgWindow()
H A Dwindow.cxx8369 sal_Bool Window::IsChild( const Window* pWindow, sal_Bool bSystemWindow ) const in IsChild() function in Window
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx986 …sal_Bool IsChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) const;
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1732 DBG_ASSERT(!_pWhich || IsChild(_pWhich), "OFieldDescControl::implFocusLost : invalid window !"); in implFocusLost()
/trunk/main/framework/source/services/
H A Dframe.cxx2330 if( pFocusWindow && pParentWindow->IsChild( pFocusWindow ) ) in windowDeactivated()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1236 bIsChild = pPeerWindow && pWindow->IsChild( pPeerWindow ); in isChild()

Completed in 150 milliseconds