Lines Matching refs:sal_Bool
107 virtual sal_Bool IsWinOK( Window *pWin ) = 0;
111 …sal_Bool HasSearchFlag( SearchFlags aQueryFlag ) { return (nmSearchFlags & aQueryFlag) == aQueryFl… in HasSearchFlag()
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)
146 sal_Bool bToTop;
164 sal_Bool bStatementInQue;
172 static sal_Bool bIsInReschedule;
175 static sal_Bool bWasDragManager; // Wenn dieses sich �ndert wird Safe Reschedule abgebrochen
176 static sal_Bool bWasPopupMenu; // Wenn dieses sich �ndert wird Safe Reschedule abgebrochen
177 static sal_Bool bBasicWasRunning;
181 static sal_Bool bDoTypeKeysDelay;
185 static sal_Bool bIsSlotInExecute;
188 static sal_Bool IsInReschedule() { return bIsInReschedule; } in IsInReschedule()
189 …void SafeReschedule( sal_Bool bYield = sal_False ) // Setzt Flag, so da� nicht schon der n�chste B… in SafeReschedule()
210 static sal_Bool MaybeResetSafeReschedule() in MaybeResetSafeReschedule()
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 );
247 …w* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip = 0,…
248 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
251 Window* GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase = sal_True );
252 sal_Bool ValueOK(rtl::OString nId, String aBezeichnung, sal_uLong nValue, sal_uLong nMax);
261 virtual sal_Bool Execute() = 0;
283 static sal_Bool bReadingCommands;
289 static sal_Bool IsError;
290 static sal_Bool bDying;
291 …static sal_Bool bExecuting; // Gesetzt, wenn ein Befehl rescheduled ohne einen neuen Befehl zu …
292 …sal_Bool bWasExecuting; // Wurde bei einem MaybeResetSafeReschedule resettet, so wird de…
299 sal_Bool CheckWindowWait(); //True heisst, dass Window noch existiert
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 );
310 static sal_Bool bCatchGPF;
312 …static sal_Bool bUsePostEvents; // use Application::Post*Event or own impl to handle key a…
327 sal_Bool bMenuClosed;
335 virtual sal_Bool Execute();
353 sal_Bool bBool1,bBool2;
363 sal_Bool UnpackStorage( SotStorageRef xStorage, DirEntry &aBaseDir );
370 virtual sal_Bool Execute();
371 sal_Bool DisplayHID();
373 void WriteControlData( Window *pBase, sal_uLong nConf, sal_Bool bFirst = sal_True );
389 sal_Bool bBool1,bBool2;
390 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
394 sal_Bool MaybeDoTypeKeysDelay( Window *pTestWindow );
396 sal_Bool HandleVisibleControls( Window *pControl );
397 sal_Bool HandleCommonMethods( Window *pControl );
401 virtual sal_Bool Execute();
413 sal_Bool bBool1;
419 virtual sal_Bool Execute();
421 static sal_Bool bSending;
423 static sal_Bool bUseIPC; // Soll zur r�ckmeldung IPC verwendet werden?
435 sal_Bool bSearchButtonOnToolbox;
437 …SearchUID( rtl::OString aUIdP, sal_Bool bSearchButtonOnToolboxP ): Search( SEARCH_FOCUS_FIRST ), p… in SearchUID()
438 virtual sal_Bool IsWinOK( Window *pWin );
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 );
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 );