Searched refs:ImplGetParent (Results 1 – 6 of 6) sorted by relevance
1058 pFirstOverlapParent = pFirstOverlapParent->ImplGetParent(); in ImplInsertWindow()1167 Window *pParent = ImplGetParent(); in ImplCallMove()1455 pWindow = pWindow->ImplGetParent(); in ImplIsChild()1488 pTestWindow = pTestWindow->ImplGetParent(); in ImplGetSameParent()1548 pWindow = pWindow->ImplGetParent(); in ImplGetMousePointer()1986 Window* pParent = ImplGetParent(); in ImplSetClipFlag()2111 ImplGetParent()->ImplIntersectWindowClipRegion( rRegion ); in ImplClipBoundaries()2156 Window* pWindow = ImplGetParent()->mpWindowImpl->mpFirstChild; in ImplClipSiblings()2312 pWindow = ImplGetParent(); in ImplCalcOverlapRegion()2320 pWindow = pWindow->ImplGetParent(); in ImplCalcOverlapRegion()[all …]
564 pTempWindow = pTempWindow->ImplGetParent(); in ImplDlgCtrl()910 pDlgCtrlParent = ImplGetParent(); in ImplHasDlgCtrl()914 pDlgCtrlParent = pDlgCtrlParent->ImplGetParent(); in ImplHasDlgCtrl()933 pDlgCtrlParent = ImplGetParent(); in ImplDlgCtrlNextWindow()937 pDlgCtrlParent = pDlgCtrlParent->ImplGetParent(); in ImplDlgCtrlNextWindow()
1433 while( pTopmostParent->ImplGetParent() ) in ImplGetTopmostFrameWindow()1434 pTopmostParent = pTopmostParent->ImplGetParent(); in ImplGetTopmostFrameWindow()1483 Window* Window::ImplGetParent() const in ImplGetParent() function in Window
771 Window* pFrameParent = ImplGetFrameWindow()->ImplGetParent(); in EndDialog()772 Window* pPrevFrameParent = mpPrevExecuteDlg->ImplGetFrameWindow()->ImplGetParent(); in EndDialog()
4941 …sal_Bool bNoTabCycling = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTROL)… in Notify()4942 ImplGetParent()->GetChildCount() != 1 ); in Notify()5715 …sal_Bool bParentIsDialog = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTRO… in KeyInput()5874 …if( HasFocus() && mpData->mbKeyInputDisabled && (ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL |… in KeyInput()5877 Window *pFocusControl = ImplGetParent()->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in KeyInput()
411 SAL_DLLPRIVATE Window* ImplGetParent() const;