Searched refs:bSystemWindow (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/inc/vcl/ |
H A D | window.hxx | 418 … sal_Bool ImplIsChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) … 419 …l ImplIsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) … 913 sal_Bool HasChildPathFocus( sal_Bool bSystemWindow = sal_False ) const; 986 …sal_Bool IsChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) const; 987 …sal_Bool IsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False…
|
/aoo4110/main/framework/source/helper/ |
H A D | tagwindowasmodified.cxx | 149 sal_Bool bSystemWindow = pWindow->IsSystemWindow(); in modified() local 151 if (!bSystemWindow && !bWorkWindow) in modified()
|
H A D | persistentwindowstate.cxx | 330 sal_Bool bSystemWindow = pWindow->IsSystemWindow(); in implst_setWindowStateOnWindow() local 333 if (!bSystemWindow && !bWorkWindow) in implst_setWindowStateOnWindow()
|
/aoo4110/main/vcl/source/window/ |
H A D | window.cxx | 1448 sal_Bool Window::ImplIsChild( const Window* pWindow, sal_Bool bSystemWindow ) const in ImplIsChild() 1452 if ( !bSystemWindow && pWindow->ImplIsOverlapWindow() ) in ImplIsChild() 1467 sal_Bool Window::ImplIsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow ) const in ImplIsWindowOrChild() 1471 return ImplIsChild( pWindow, bSystemWindow ); in ImplIsWindowOrChild() 7863 sal_Bool Window::HasChildPathFocus( sal_Bool bSystemWindow ) const in HasChildPathFocus() 7878 return ImplIsWindowOrChild( pFocusWin, bSystemWindow ); in HasChildPathFocus() 8369 sal_Bool Window::IsChild( const Window* pWindow, sal_Bool bSystemWindow ) const in IsChild() 8376 if ( !bSystemWindow && pWindow->ImplIsOverlapWindow() ) in IsChild() 8391 sal_Bool Window::IsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow ) const in IsWindowOrChild() 8398 return ImplIsChild( pWindow, bSystemWindow ); in IsWindowOrChild()
|
/aoo4110/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 1825 sal_Bool bSystemWindow = pWindow->IsSystemWindow(); in impl_applyPersistentWindowState() local 1828 if (!bSystemWindow && !bWorkWindow) in impl_applyPersistentWindowState()
|
Completed in 183 milliseconds