Lines Matching refs:Window

73 static sal_Bool ImplIsMnemonicCtrl( Window* pWindow )  in ImplIsMnemonicCtrl()
88 Window* pNextWindow = pWindow->GetWindow( WINDOW_NEXT ); in ImplIsMnemonicCtrl()
109 void ImplWindowAutoMnemonic( Window* pWindow ) in ImplWindowAutoMnemonic()
112 Window* pGetChild; in ImplWindowAutoMnemonic()
113 Window* pChild; in ImplWindowAutoMnemonic()
127 Window* pParent = pWindow->GetParent(); in ImplWindowAutoMnemonic()
163 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetDefaultButton()
183 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetOKButton()
199 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetCancelButton()
223 Window* pWindow = ImplGetDefaultButton( pDialog ); in ImplMouseAutoPos()
263 void Dialog::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
390 Window *pWindow = this; in ImplCenterDialog()
421 Dialog::Dialog( Window* pParent, WinBits nStyle ) : in Dialog()
430 Dialog::Dialog( Window* pParent, const ResId& rResId ) : in Dialog()
627 Window* pParent = GetParent(); in ImplStartExecuteModal()
693 Window* pDialogParent = mpDialogParent; in Execute()
771 Window* pFrameParent = ImplGetFrameWindow()->ImplGetParent(); in EndDialog()
772 Window* pPrevFrameParent = mpPrevExecuteDlg->ImplGetFrameWindow()->ImplGetParent(); in EndDialog()
814 void Dialog::EndAllDialogs( Window* pParent ) in EndAllDialogs()
851 Window* pParent = GetParent(); in SetModalInputMode()
905 Window* pOverlap = ImplGetFirstOverlapWindow(); in SetModalInputMode()
922 Window* pFocusControl; in GrabFocusToFirstControl()
954 ImplBorderWindow aImplWin( (Window*)this, WB_BORDER|WB_STDWORK, BORDERWINDOW_STYLE_OVERLAP ); in GetDrawWindowBorder()
1001 ModelessDialog::ModelessDialog( Window* pParent, WinBits nStyle ) : in ModelessDialog()
1009 ModelessDialog::ModelessDialog( Window* pParent, const ResId& rResId ) : in ModelessDialog()
1023 ModalDialog::ModalDialog( Window* pParent, WinBits nStyle ) : in ModalDialog()
1031 ModalDialog::ModalDialog( Window* pParent, const ResId& rResId ) : in ModalDialog()