Lines Matching refs:Window
267 static short ImpGetRType( Window *pWin ) in ImpGetRType()
787 void StatementCommand::WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst ) in WriteControlData()
922 Window *pItemWin; in WriteControlData()
1181 Window *pLastMouseMoveWin;
1215 Window* LastMouseMoveWin() { return pLastMouseMoveWin; } in LastMouseMoveWin()
1587 Window *Old;
1588 Window *Act;
1589 Window *pTranslateWin;
1610 static String MarkShortcutErrors( Window* pBase, sal_Bool bMark );
1616 Window* GetTranslationWindow(){ return pTranslateWin; } in GetTranslationWindow()
1778 Window *pWin = Act; in VCLEventHook()
1800 Window *pWin; in VCLEventHook()
1876 virtual sal_Bool IsWinOK( Window *pWin );
1897 sal_Bool FindShortcutErrors::IsWinOK( Window *pWin ) in IsWinOK()
1928 Window* pChild; in IsWinOK()
1943 Window* pTempChild = pWin->GetWindow( WINDOW_NEXT ); in IsWinOK()
2019 String TranslateWin::MarkShortcutErrors( Window* pBase, sal_Bool bMark ) in MarkShortcutErrors()
2051 Window *pWin = SearchTree( Str2Id( aString1 ) ,sal_False ); in Translate()
2080 Window* pTranslationWindow = GetTTSettings()->pTranslateWin->GetTranslationWindow(); in Translate()
2088 Window* pNew = pTranslationWindow->GetWindow( WINDOW_CLIENT ); in Translate()
2103 Window* pParentDialog = pTranslationWindow; in Translate()
2168 Window* StatementCommand::GetNextOverlap( Window* pBase ) in GetNextOverlap()
2175 Window *pControl = NULL; in GetNextOverlap()
2188 Window *pTest = pBase->GetWindow( WINDOW_CLIENT ); in GetNextOverlap()
2201 Window* StatementCommand::GetNextRecoverWin() in GetNextRecoverWin()
2204 Window* pBase = Application::GetFirstTopLevelWindow(); in GetNextRecoverWin()
2205 Window *pControl = NULL; in GetNextRecoverWin()
2206 Window* pMyFirstDocFrame = NULL; in GetNextRecoverWin()
2217 Window* pTB = pControl->GetChild( 0 ); in GetNextRecoverWin()
2333 Window *pControl = GetNextRecoverWin(); in Execute()
2452 if ( (Window*)nLNr1 != pControl ) in Execute()
2484 if ( (Window*)nLNr1 != pControl ) in Execute()
2501 if ( (Window*)nLNr1 != pControl ) in Execute()
2624 Window *pWin = GetActive( WINDOW_BASE ); // WINDOW_ANYTYPE in Execute()
3247 Window *pActualWin = GetMouseWin(); in Execute()
3375 Window* pWin = GetDocWin( nNr1-1 ); in Execute()
3541 sal_Bool IsDialog(Window *pWin) in IsDialog()
3583 sal_Bool IsAccessable(Window *pWin) in IsAccessable()
3594 static Window*ImpGetButton( Window *pBase, WinBits nMask, WinBits nWinBits ) in ImpGetButton()
3598 Window *pChild = pBase->GetChild(i); in ImpGetButton()
3609 sal_Bool StatementControl::ControlOK( Window *pControl, const sal_Char* cBezeichnung ) in ControlOK()
3691 void StatementControl::AnimateMouse( Window *pControl, TTHotSpots aWohin ) in AnimateMouse()
3722 void StatementControl::AnimateMouse( Window *pControl, Point aWohin ) in AnimateMouse()
3757 sal_Bool StatementControl::MaybeDoTypeKeysDelay( Window *pTestWindow ) in MaybeDoTypeKeysDelay()
3783 sal_Bool StatementControl::HandleVisibleControls( Window *pControl ) in HandleVisibleControls()
3959 sal_Bool StatementControl::HandleCommonMethods( Window *pControl ) in HandleCommonMethods()
3993 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods()
4002 Window *pTemp = NULL; in HandleCommonMethods()
4010 Window *pDeliverHere = pControl; in HandleCommonMethods()
4016 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods()
4022 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods()
4125 Window *pActualWin = pControl->FindWindow( aPos ); in HandleCommonMethods()
4145 Window *pActualWin = pControl->FindWindow( aPos ); in HandleCommonMethods()
4164 Window *pActualWin = pControl->FindWindow( aPos ); in HandleCommonMethods()
4185 Window *pActualWin = pControl->FindWindow( aPos ); in HandleCommonMethods()
4258 Window *pActualWin = pControl->FindWindow( aPos ); in HandleCommonMethods()
4316 Window* pTemp = NULL; in HandleCommonMethods()
4494 Window *pControl; in Execute()
4621 Window* pNewControl = pControl; in Execute()
5344 Window *pWin = NULL; in Execute()
6367 Window* pFloat = ((DockingWindow*)pControl)->GetFloatingWindow(); in Execute()
6461 Window *pChild = GetWinByRT( pControl, WINDOW_OKBUTTON ); in Execute()
6472 Window *pChild = GetWinByRT( pControl, WINDOW_CANCELBUTTON ); in Execute()
6483 Window *pChild = GetWinByRT( pControl, WINDOW_HELPBUTTON ); in Execute()
6490 Window *pChild = ImpGetButton( pControl, WB_DEFBUTTON, WB_DEFBUTTON ); in Execute()