Lines Matching refs:GetWindow

72 	DBG_ASSERT( pVCLXindow->GetWindow(), "VCLXAccessibleComponent - no window!" );  in DBG_NAME()
73 if ( pVCLXindow->GetWindow() ) in DBG_NAME()
75 …pVCLXindow->GetWindow()->AddEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListene… in DBG_NAME()
76 …pVCLXindow->GetWindow()->AddChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEv… in DBG_NAME()
89 if ( mpVCLXindow && mpVCLXindow->GetWindow() ) in ~VCLXAccessibleComponent()
91 …mpVCLXindow->GetWindow()->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventLis… in ~VCLXAccessibleComponent()
92 …mpVCLXindow->GetWindow()->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChi… in ~VCLXAccessibleComponent()
143 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK()
144 …if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId(… in IMPL_LINK()
159 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK()
160 if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() ) in IMPL_LINK()
178 if( pChildWindow && GetWindow() == pChildWindow->GetAccessibleParentWindow() ) in GetChildAccessible()
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent()
424 if ( mpVCLXindow && mpVCLXindow->GetWindow() ) in disposing()
426 …mpVCLXindow->GetWindow()->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventLis… in disposing()
427 …mpVCLXindow->GetWindow()->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChi… in disposing()
436 Window* VCLXAccessibleComponent::GetWindow() const in GetWindow() function in VCLXAccessibleComponent
438 return GetVCLXWindow() ? GetVCLXWindow()->GetWindow() : NULL; in GetWindow()
443 Window* pWindow = GetWindow(); in FillAccessibleRelationSet()
478 Window* pWindow = GetWindow(); in FillAccessibleStateSet()
540 Window* pChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in FillAccessibleStateSet()
544 Window* pWinTemp = pChild->GetWindow( WINDOW_FIRSTCHILD ); in FillAccessibleStateSet()
559 pChild = pChild->GetWindow( WINDOW_NEXT ); in FillAccessibleStateSet()
598 if ( GetWindow() ) in getAccessibleChildCount()
599 nChildren = GetWindow()->GetAccessibleChildWindowCount(); in getAccessibleChildCount()
612 if ( GetWindow() ) in getAccessibleChild()
614 Window* pChild = GetWindow()->GetAccessibleChildWindow( (sal_uInt16)i ); in getAccessibleChild()
625 if ( GetWindow() ) in getVclParent()
627 Window* pParent = GetWindow()->GetAccessibleParentWindow(); in getVclParent()
660 if ( GetWindow() ) in getAccessibleIndexInParent()
662 Window* pParent = GetWindow()->GetAccessibleParentWindow(); in getAccessibleIndexInParent()
712 if ( GetWindow() ) in getAccessibleRole()
713 nRole = GetWindow()->GetAccessibleRole(); in getAccessibleRole()
724 if ( GetWindow() ) in getAccessibleDescription()
725 aDescription = GetWindow()->GetAccessibleDescription(); in getAccessibleDescription()
735 if ( GetWindow() ) in getAccessibleName()
737 aName = GetWindow()->GetAccessibleName(); in getAccessibleName()
740 aName += String::CreateFromInt32( GetWindow()->GetType() ); in getAccessibleName()
806 Window* pWindow = GetWindow(); in implGetBounds()
859 if ( GetWindow() ) in getLocationOnScreen()
861 Rectangle aRect = GetWindow()->GetWindowExtentsRelative( NULL ); in getLocationOnScreen()
883 Window* pWindow = GetWindow(); in getForeground()
910 Window* pWindow = GetWindow(); in getBackground()
929 Window* pWindow = GetWindow(); in getFont()
954 if ( GetWindow() ) in getTitledBorderText()
955 sRet = GetWindow()->GetText(); in getTitledBorderText()
965 if ( GetWindow() ) in getToolTipText()
966 sRet = GetWindow()->GetQuickHelpText(); in getToolTipText()