Lines Matching refs:Window

56 class Window;
107 virtual sal_Bool IsWinOK( Window *pWin ) = 0;
114 sal_Bool IsDialog(Window *pWin); // Ist *pWin von SystemWindow abgeleitet (Kann es Active sein)
115 sal_Bool IsAccessable(Window *pWin); // Ist *pWin Zugreifbar (�ber IsEnabled und Parents gepr�ft)
140 Window *Old;
141 Window *Act;
174 static Window *pLastFocusWindow; // Wenn dieses sich �ndert wird Safe Reschedule abgebrochen
183 static Window* pFirstDocFrame;
234 static Window* GetMouseWin();
235 static sal_Bool WinPtrValid(Window *pTest);
236 static Window* SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
238 static Window* SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True );
240 Window* SearchTree( rtl::OString aUId, sal_Bool bSearchButtonOnToolbox = sal_False );
241 Window* GetActive( WindowType nRT, sal_Bool MaybeBase = sal_True );
242 Window* GetFocus( WindowType nRT, sal_Bool MaybeBase = sal_True );
243 Window* GetAnyActive( sal_Bool MaybeBase = sal_True );
244 ScrollBar* GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase = sal_True );
245 Window* GetPopupFloatingWin( sal_Bool MaybeBase = sal_True );
246 Menu* GetMatchingMenu( Window* pWin, Menu* pBaseMenu = NULL );
247Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
248 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
249 Window* GetDocWin( sal_uInt16 nNr );
251 Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase = sal_True );
278 String Tree(Window *pBase, int Indent);
279 String ClientTree(Window *pBase, int Indent);
285 static Window *pWindowWaitPointer;
301 static void SetFirstDocFrame( Window* pWin );
302 static Window* GetFirstDocFrame();
303 static sal_Bool IsFirstDocFrame( Window* pWin );
304 static sal_Bool IsDocWin( Window* pWin );
305 static sal_Bool IsIMEWin( Window* pWin ); // Input Window for CJK under Solaris
306 static sal_Bool IsDocFrame( Window* pWin );
307 static MenuBar* GetDocFrameMenuBar( Window* pWin );
355 Window* GetNextOverlap( Window* pBase );
356 Window* GetNextRecoverWin();
373 void WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst = sal_True );
390 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
391 void AnimateMouse( Window *pControl, TTHotSpots aWohin );
392 void AnimateMouse( Window *pControl, Point aWohin );
394 sal_Bool MaybeDoTypeKeysDelay( Window *pTestWindow );
396 sal_Bool HandleVisibleControls( Window *pControl );
397 sal_Bool HandleCommonMethods( Window *pControl );
432 Window *pMaybeResult;
433 Window *pAlternateResult;
438 virtual sal_Bool IsWinOK( Window *pWin );
439 Window* GetMaybeWin() { return pMaybeResult; } in GetMaybeWin()
440 Window* GetAlternateResultWin() { return pAlternateResult; } in GetAlternateResultWin()
447 virtual sal_Bool IsWinOK( Window *pWin );
453 virtual sal_Bool IsWinOK( Window *pWin );
462 virtual sal_Bool IsWinOK( Window *pWin );
470 virtual sal_Bool IsWinOK( Window *pWin );
474 Window *pTest;
476 SearchWinPtr( Window *pTestP ): pTest(pTestP) {} in SearchWinPtr()
477 virtual sal_Bool IsWinOK( Window *pWin );
484 virtual sal_Bool IsWinOK( Window *pWin );
488 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect=sal_False );
489 void ImplMouseMove( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
490 void ImplMouseButtonDown( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
491 void ImplMouseButtonUp( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect=sal_False );
492 void ImplCommand( Window* pWin, CommandEvent &aCmdEvnt );