Lines Matching refs:Window
55 class Window;
106 virtual sal_Bool IsWinOK( Window *pWin ) = 0;
113 sal_Bool IsDialog(Window *pWin); // Ist *pWin von SystemWindow abgeleitet (Kann es Active sein)
114 sal_Bool IsAccessable(Window *pWin); // Ist *pWin Zugreifbar (�ber IsEnabled und Parents gepr�ft)
139 Window *Old;
140 Window *Act;
173 static Window *pLastFocusWindow; // Wenn dieses sich �ndert wird Safe Reschedule abgebrochen
182 static Window* pFirstDocFrame;
233 static Window* GetMouseWin();
234 static sal_Bool WinPtrValid(Window *pTest);
235 static Window* SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
237 static Window* SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
239 Window* SearchTree( rtl::OString aUId, sal_Bool bSearchButtonOnToolbox = sal_False );
240 Window* GetActive( WindowType nRT, sal_Bool MaybeBase = sal_True );
241 Window* GetFocus( WindowType nRT, sal_Bool MaybeBase = sal_True );
242 Window* GetAnyActive( sal_Bool MaybeBase = sal_True );
243 ScrollBar* GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase = sal_True );
244 Window* GetPopupFloatingWin( sal_Bool MaybeBase = sal_True );
245 Menu* GetMatchingMenu( Window* pWin, Menu* pBaseMenu = NULL );
246 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
247 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
248 Window* GetDocWin( sal_uInt16 nNr );
250 Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase = sal_True );
277 String Tree(Window *pBase, int Indent);
278 String ClientTree(Window *pBase, int Indent);
284 static Window *pWindowWaitPointer;
300 static void SetFirstDocFrame( Window* pWin );
301 static Window* GetFirstDocFrame();
302 static sal_Bool IsFirstDocFrame( Window* pWin );
303 static sal_Bool IsDocWin( Window* pWin );
304 static sal_Bool IsIMEWin( Window* pWin ); // Input Window for CJK under Solaris
305 static sal_Bool IsDocFrame( Window* pWin );
306 static MenuBar* GetDocFrameMenuBar( Window* pWin );
354 Window* GetNextOverlap( Window* pBase );
355 Window* GetNextRecoverWin();
372 void WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst = sal_True );
389 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
390 void AnimateMouse( Window *pControl, TTHotSpots aWohin );
391 void AnimateMouse( Window *pControl, Point aWohin );
393 sal_Bool MaybeDoTypeKeysDelay( Window *pTestWindow );
395 sal_Bool HandleVisibleControls( Window *pControl );
396 sal_Bool HandleCommonMethods( Window *pControl );
431 Window *pMaybeResult;
432 Window *pAlternateResult;
437 virtual sal_Bool IsWinOK( Window *pWin );
438 Window* GetMaybeWin() { return pMaybeResult; } in GetMaybeWin()
439 Window* GetAlternateResultWin() { return pAlternateResult; } in GetAlternateResultWin()
446 virtual sal_Bool IsWinOK( Window *pWin );
452 virtual sal_Bool IsWinOK( Window *pWin );
461 virtual sal_Bool IsWinOK( Window *pWin );
469 virtual sal_Bool IsWinOK( Window *pWin );
473 Window *pTest;
475 SearchWinPtr( Window *pTestP ): pTest(pTestP) {} in SearchWinPtr()
476 virtual sal_Bool IsWinOK( Window *pWin );
483 virtual sal_Bool IsWinOK( Window *pWin );
487 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect=sal_False );
488 void ImplMouseMove( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
489 void ImplMouseButtonDown( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
490 void ImplMouseButtonUp( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
491 void ImplCommand( Window* pWin, CommandEvent &aCmdEvnt );