Lines Matching refs:frame

97 using namespace ::com::sun::star::frame;
765 implts_notifyListeners( frame::LayoutManagerEvents::VISIBLE, a ); in implts_updateUIElementsVisibleState()
767 implts_notifyListeners( frame::LayoutManagerEvents::INVISIBLE, a ); in implts_updateUIElementsVisibleState()
1274 implts_notifyListeners( frame::LayoutManagerEvents::MERGEDMENUBAR, a ); in setMergedMenuBar()
1577 … implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( aName ) ); in createElement()
1630 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in destroyElement()
1652 … implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_INVISIBLE, uno::makeAny( aName ) ); in destroyElement()
1722 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in requestElement()
1729 …implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( rResourceURL … in requestElement()
1848 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in showElement()
1857 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in showElement()
1866 … implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( aName ) ); in showElement()
1937 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in hideElement()
1948 … implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_INVISIBLE, uno::makeAny( aName ) ); in hideElement()
2166 … uno::Reference< frame::XLayoutManager > xToolbarManager( m_xToolbarManager, uno::UNO_QUERY ); in isElementVisible()
2176 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in isElementVisible()
2289 implts_notifyListeners( frame::LayoutManagerEvents::LOCK, a ); in lock()
2317 implts_notifyListeners( frame::LayoutManagerEvents::UNLOCK, a ); in unlock()
2342 implts_notifyListeners( frame::LayoutManagerEvents::LAYOUT, Any() ); in implts_doLayout_notify()
2659 uno::Reference< frame::XDispatchProvider > xProvider(m_xFrame, uno::UNO_QUERY); in IMPL_LINK()
2666 uno::Reference< frame::XDispatchHelper > xDispatcher( in IMPL_LINK()
2687 void SAL_CALL LayoutManager::addLayoutManagerEventListener( const uno::Reference< frame::XLayoutMan… in addLayoutManagerEventListener()
2690 …m_aListenerContainer.addInterface( ::getCppuType( (const uno::Reference< frame::XLayoutManagerList… in addLayoutManagerEventListener()
2693 void SAL_CALL LayoutManager::removeLayoutManagerEventListener( const uno::Reference< frame::XLayout… in removeLayoutManagerEventListener()
2696 …m_aListenerContainer.removeInterface( ::getCppuType( (const uno::Reference< frame::XLayoutManagerL… in removeLayoutManagerEventListener()
2702 …m_aListenerContainer.getContainer( ::getCppuType( ( const uno::Reference< frame::XLayoutManagerLis… in implts_notifyListeners()
2710 … ((frame::XLayoutManagerListener*)pIterator.next())->layoutEvent( aSource, nEvent, aInfoParam ); in implts_notifyListeners()
2981 …uno::Reference< frame::XLayoutManager > xThis( static_cast< ::cppu::OWeakObject* >(this), uno::UNO… in disposing()
3035 Reference< frame::XFrame > xFrame( m_xFrame ); in elementRemoved()