Searched refs:ImplGetParent (Results 1 – 6 of 6) sorted by relevance
1167 Window *pParent = ImplGetParent(); in ImplCallMove()1986 Window* pParent = ImplGetParent(); in ImplSetClipFlag()2312 pWindow = ImplGetParent(); in ImplCalcOverlapRegion()2623 && ImplGetParent() ) in ImplInvalidateFrameRegion()2625 Window *pParent = ImplGetParent(); in ImplInvalidateFrameRegion()2675 if( ImplGetParent() ) in ImplInvalidateParentFrameRegion()3165 ImplInsertWindow( ImplGetParent() ); in ImplUpdateOverlapWindowPtr()3199 Window* pParent = ImplGetParent(); in ImplUpdatePos()5186 Window *pParent = ImplGetParent(); in ImplNotifyKeyMouseCommandEventListeners()8320 return ImplGetParent(); in GetWindow()[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()
4949 …sal_Bool bNoTabCycling = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTROL)… in Notify()4950 ImplGetParent()->GetChildCount() != 1 ); in Notify()5723 …sal_Bool bParentIsDialog = ( ( ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL | WB_NODIALOGCONTRO… in KeyInput()5882 …if( HasFocus() && mpData->mbKeyInputDisabled && (ImplGetParent()->GetStyle() & (WB_DIALOGCONTROL |… in KeyInput()5885 Window *pFocusControl = ImplGetParent()->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in KeyInput()
411 SAL_DLLPRIVATE Window* ImplGetParent() const;
Completed in 307 milliseconds