Lines Matching refs:GetWindow

389 	if ( GetWindow() )  in ~VCLXWindow()
391 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in ~VCLXWindow()
392 GetWindow()->SetWindowPeer( NULL, NULL ); in ~VCLXWindow()
393 GetWindow()->SetAccessible( NULL ); in ~VCLXWindow()
411 if ( GetWindow() ) in SetWindow()
413 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow()
419 if ( GetWindow() ) in SetWindow()
421 GetWindow()->AddEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow()
458 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow() && GetWindow(), "Window???" ); in IMPL_LINK()
522 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
533 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
544 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
563 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
615 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
618 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
627 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
637 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
640 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
649 aEvent.FocusFlags = rVclWindowEvent.GetWindow()->GetGetFocusFlags(); in ProcessWindowEvent()
937 Window* pWindow = GetWindow(); in ImplCalcWindowSize()
965 if ( GetWindow() ) in IMPL_XUNOTUNNEL2()
1012 if ( GetWindow() ) in setPosSize()
1014 if( Window::GetDockingManager()->IsDockable( GetWindow() ) ) in setPosSize()
1015 … Window::GetDockingManager()->SetPosSizePixel( GetWindow() , X, Y, Width, Height, Flags ); in setPosSize()
1017 GetWindow()->SetPosSizePixel( X, Y, Width, Height, Flags ); in setPosSize()
1026 if ( GetWindow() ) in getPosSize()
1028 if( Window::GetDockingManager()->IsDockable( GetWindow() ) ) in getPosSize()
1029 aBounds = AWTRectangle( Window::GetDockingManager()->GetPosSizePixel( GetWindow() ) ); in getPosSize()
1031 … aBounds = AWTRectangle( Rectangle( GetWindow()->GetPosPixel(), GetWindow()->GetSizePixel() ) ); in getPosSize()
1041 Window* pWindow = GetWindow(); in setVisible()
1066 Window* pWindow = GetWindow(); in setEnable()
1078 if ( GetWindow() ) in setFocus()
1079 GetWindow()->GrabFocus(); in setFocus()
1093 if ( GetWindow() ) in addWindowListener()
1094 GetWindow()->EnableAllResize( sal_True ); in addWindowListener()
1184 if ( GetWindow() ) in setPointer()
1185 GetWindow()->SetPointer( pPointer->GetPointer() ); in setPointer()
1193 if ( GetWindow() ) in setBackground()
1196 GetWindow()->SetBackground( aColor ); in setBackground()
1197 GetWindow()->SetControlBackground( aColor ); in setBackground()
1199 WindowType eWinType = GetWindow()->GetType(); in setBackground()
1204 GetWindow()->Invalidate(); in setBackground()
1213 if ( GetWindow() ) in invalidate()
1214 GetWindow()->Invalidate( (sal_uInt16) nInvalidateFlags ); in invalidate()
1221 if ( GetWindow() ) in invalidateRect()
1222 GetWindow()->Invalidate( VCLRectangle(rRect), (sal_uInt16) nInvalidateFlags ); in invalidateRect()
1232 Window* pWindow = GetWindow(); in isChild()
1235 Window* pPeerWindow = VCLUnoHelper::GetWindow( rxPeer ); in isChild()
1259 if ( GetWindow() ) in enableClipSiblings()
1260 GetWindow()->EnableClipSiblings( bClip ); in enableClipSiblings()
1267 if ( GetWindow() ) in setForeground()
1270 GetWindow()->SetControlForeground( aColor ); in setForeground()
1278 if ( GetWindow() ) in setControlFont()
1279 GetWindow()->SetControlFont( VCLUnoHelper::CreateFont( rFont, GetWindow()->GetControlFont() ) ); in setControlFont()
1286 if ( GetWindow() ) in getStyles()
1288 const StyleSettings& rStyleSettings = GetWindow()->GetSettings().GetStyleSettings(); in getStyles()
1440 Window* pWindow = GetWindow(); in setProperty()
1968 if ( GetWindow() ) in getProperty()
1970 WindowType eWinType = GetWindow()->GetType(); in getProperty()
1976 Control* pControl = dynamic_cast< Control* >( GetWindow() ); in getProperty()
1997 … sal_uInt16 nVclBehavior = GetWindow()->GetSettings().GetMouseSettings().GetWheelBehavior(); in getProperty()
2012 aProp <<= (sal_Bool) GetWindow()->IsNativeWidgetEnabled(); in getProperty()
2016 aProp <<= (sal_Bool) GetWindow()->IsEnabled(); in getProperty()
2024 aProp <<= (sal_Bool) GetWindow()->GetSettings().GetStyleSettings().GetHighContrastMode(); in getProperty()
2031 ::rtl::OUString aText = GetWindow()->GetText(); in getProperty()
2037 ::rtl::OUString aText = GetWindow()->GetAccessibleName(); in getProperty()
2043 ::rtl::OUString aText = GetWindow()->GetQuickHelpText(); in getProperty()
2049 …rtl::OUString aHelpId( rtl::OStringToOUString( GetWindow()->GetHelpId(), RTL_TEXTENCODING_UTF8 ) ); in getProperty()
2055 Font aFont = GetWindow()->GetControlFont(); in getProperty()
2061 aProp <<= (sal_Int32) GetWindow()->GetControlBackground().GetColor(); in getProperty()
2064 aProp <<= (sal_Int32) GetWindow()->GetDisplayBackground().GetColor().GetColor(); in getProperty()
2067 aProp <<= (sal_Int16) GetWindow()->GetControlFont().GetRelief(); in getProperty()
2070 aProp <<= (sal_Int16) GetWindow()->GetControlFont().GetEmphasisMark(); in getProperty()
2073 aProp <<= (sal_Int32) GetWindow()->GetControlForeground().GetColor(); in getProperty()
2076 aProp <<= (sal_Int32) GetWindow()->GetTextLineColor().GetColor(); in getProperty()
2079 aProp <<= (sal_Int32) GetWindow()->GetFillColor().GetColor(); in getProperty()
2082 aProp <<= (sal_Int32) GetWindow()->GetLineColor().GetColor(); in getProperty()
2087 if ( GetWindow()->GetStyle() & WB_BORDER ) in getProperty()
2088 nBorder = GetWindow()->GetBorderStyle(); in getProperty()
2093 aProp <<= (sal_Bool) ( GetWindow()->GetStyle() & WB_TABSTOP ) ? sal_True : sal_False; in getProperty()
2097 WinBits nStyle = GetWindow()->GetStyle(); in getProperty()
2123 WinBits nStyle = GetWindow()->GetStyle(); in getProperty()
2145 aProp <<= (sal_Bool) ( GetWindow()->GetStyle() & WB_WORDBREAK ) ? sal_True : sal_False; in getProperty()
2150 … sal_Bool bAutoMnemonics = GetWindow()->GetSettings().GetStyleSettings().GetAutoMnemonic(); in getProperty()
2156 sal_Bool bMouseTransparent = GetWindow()->IsMouseTransparent(); in getProperty()
2162 sal_Bool bPaintTransparent = GetWindow()->IsPaintTransparent(); in getProperty()
2168 aProp <<= (sal_Bool)( 0 != ( GetWindow()->GetStyle() & WB_REPEAT ) ); in getProperty()
2173 … sal_Int32 nButtonRepeat = GetWindow()->GetSettings().GetMouseSettings().GetButtonRepeat(); in getProperty()
2179 …aProp <<= (sal_Int32)GetWindow()->GetSettings().GetStyleSettings().GetButtonTextColor().GetColor(); in getProperty()
2183 … aProp <<= (sal_Int32)GetWindow()->GetSettings().GetStyleSettings().GetMonoColor().GetColor(); in getProperty()
2201 if ( GetWindow() ) in getMinimumSize()
2203 WindowType nWinType = GetWindow()->GetType(); in getMinimumSize()
2207 aSz.Width() = GetWindow()->GetTextWidth( GetWindow()->GetText() )+2*12; in getMinimumSize()
2208 aSz.Height() = GetWindow()->GetTextHeight()+2*6; in getMinimumSize()
2218 aSz.Width() = GetWindow()->GetTextWidth( GetWindow()->GetText() )+2*2; in getMinimumSize()
2219 aSz.Height() = GetWindow()->GetTextHeight()+2*2; in getMinimumSize()
2222 return VCLXScrollBar::implGetMinimumSize( GetWindow() ); in getMinimumSize()
2224 aSz = GetWindow()->GetOptimalSize( WINDOWSIZE_MINIMUM ); in getMinimumSize()
2277 if ( GetWindow() ) in getSize()
2278 aSz = GetWindow()->GetSizePixel(); in getSize()
2286 Window* pWindow = GetWindow(); in draw()
2382 if ( GetWindow() ) in setZoom()
2389 GetWindow()->SetZoom( Fraction( nZoom ) ); in setZoom()
2419 if ( !mpImpl->mxAccessibleContext.is() && GetWindow() ) in getAccessibleContext()
2455 Window* pWindow = GetWindow(); in enableDocking()
2464 Window* pWindow = GetWindow(); in isFloating()
2475 Window* pWindow = GetWindow(); in setFloatingMode()
2484 Window* pWindow = GetWindow(); in isLocked()
2495 Window* pWindow = GetWindow(); in lock()
2504 Window* pWindow = GetWindow(); in unlock()
2529 if( (pWindow = GetWindow()) != NULL ) in setOutputSize()
2543 if( (pWindow = GetWindow()) != NULL ) in getOutputSize()
2558 if( GetWindow() ) in isVisible()
2559 return GetWindow()->IsVisible(); in isVisible()
2567 if( GetWindow() ) in isActive()
2568 return GetWindow()->IsActive(); in isActive()
2577 if( GetWindow() ) in isEnabled()
2578 return GetWindow()->IsEnabled(); in isEnabled()
2586 if( GetWindow() ) in hasFocus()
2587 return GetWindow()->HasFocus(); in hasFocus()