Searched refs:GetWindowPeer (Results 1 – 18 of 18) sorted by relevance
162 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPeer(); in GetWindowInterface()178 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPeer(); in SetWindowInterface()265 if ( pClient->GetWindowPeer() ) in WindowDestroyed()282 if ( pClient->GetWindowPeer() && lcl_ImplIsParent( pWindow, pClient ) ) in WindowDestroyed()292 if ( pParent && pParent->GetWindowPeer() ) in WindowDestroyed()293 pParent->GetWindowPeer()->notifyWindowRemoved( *pWindow ); in WindowDestroyed()295 VCLXWindow* pWindowPeer = pWindow->GetWindowPeer(); in WindowDestroyed()
182 : VCLXAccessibleComponent( rSidebarTxtControl.GetWindowPeer() ) in SidebarTxtControlAccessibleContext()190 mpAccessibleTextHelper->SetEventSource( mrSidebarTxtControl.GetWindowPeer() ); in SidebarTxtControlAccessibleContext()
1348 if ( GetWindowPeer() ) in ChangeSidebarItem()1351 static_cast<SidebarWinAccessible*>( GetWindowPeer() ); in ChangeSidebarItem()1352 ASSERT( dynamic_cast<SidebarWinAccessible*>( GetWindowPeer() ), in ChangeSidebarItem()
49 : VCLXAccessibleComponent( rSidebarWin.GetWindowPeer() ) in SidebarWinAccessibleContext()
1438 p == 0 ? 0 : static_cast< ::css::awt::XWindow * >(p->GetWindowPeer()), in getTopWindow()1448 p == 0 ? 0 : static_cast< ::css::awt::XWindow * >(p->GetWindowPeer()), in getActiveTopWindow()1646 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer())); in callTopWindowListeners()1681 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer()), in callKeyHandlers()1740 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer()), in callFocusListeners()
445 aEvent.Child = static_cast< XWindow* >( _rWindow.GetWindowPeer() ); in notifyWindowRemoved()663 aEvent.NextFocus = (::cppu::OWeakObject*)pNext->GetWindowPeer(); in ProcessWindowEvent()
40 VCLXWindow* pWindow = rTitleBar.GetWindowPeer(); in Create()
59 …:VCLXAccessibleComponent(_pTableView->GetComponentInterface().is() ? _pTableView->GetWindowPeer() … in OJoinDesignViewAccess()
70 : VCLXAccessibleComponent(_pLine->GetComponentInterface().is() ? _pLine->GetWindowPeer() : NULL) in OConnectionLineAccess()
77 :VCLXAccessibleComponent(_pTable->GetComponentInterface().is() ? _pTable->GetWindowPeer() : NULL) in OTableWindowAccess()
56 VCLXAccessibleComponent( _rIconCtrl.GetWindowPeer() ), in DBG_NAME()
270 :AccessibleToolPanelDeck_Base( i_rPanelDeck.GetWindowPeer() ) in AccessibleToolPanelDeck()
319 :AccessibleToolPanelTabBar_Base( i_rTabBar.GetWindowPeer() ) in AccessibleToolPanelTabBar()
60 VCLXAccessibleComponent( _rListBox.GetWindowPeer() ), in DBG_NAME()
1087 VCLXWindow* GetWindowPeer() const;
1946 VCLXWindow* Window::GetWindowPeer() const in GetWindowPeer() function in Window
686 VCLXWindow* pPeer = pVclPeer ? pVclPeer->GetWindowPeer() : NULL; in ImplModelPropertiesChanged()
176 VCLXWindow *v = mvclWindow->GetWindowPeer (); in ~WindowImpl()
Completed in 215 milliseconds