/trunk/main/framework/source/dispatch/ |
H A D | popupmenudispatcher.cxx | 131 DERIVED_INTERFACE( XFrameActionListener, XEventListener ) in DEFINE_XINTERFACE_7() 141 XFrameActionListener in DEFINE_XINTERFACE_7() 179 uno::Reference< css::frame::XFrameActionListener > xFrameActionListener( 355 …xFrame->removeFrameActionListener( uno::Reference< XFrameActionListener >( (OWeakObject *)this, UN… in disposing()
|
H A D | menudispatcher.cxx | 121 …xOwner->addFrameActionListener( uno::Reference< XFrameActionListener >( (OWeakObject *)this, UNO_Q… in MenuDispatcher() 142 DERIVED_INTERFACE( XFrameActionListener, XEventListener ) in DEFINE_XINTERFACE_4() 149 XFrameActionListener in DEFINE_XINTERFACE_4() 249 …xFrame->removeFrameActionListener( uno::Reference< XFrameActionListener >( (OWeakObject *)this, UN… in disposing()
|
/trunk/main/framework/source/uielement/ |
H A D | statusbarmanager.cxx | 157 DIRECT_INTERFACE( frame::XFrameActionListener ), in DEFINE_XINTERFACE_5() argument 159 DERIVED_INTERFACE( lang::XEventListener, frame::XFrameActionListener ) in DEFINE_XINTERFACE_5() 166 frame::XFrameActionListener , in DEFINE_XINTERFACE_5() 268 … m_xFrame->removeFrameActionListener( uno::Reference< frame::XFrameActionListener >( in dispose() 480 m_xFrame->addFrameActionListener( uno::Reference< frame::XFrameActionListener >( in AddFrameActionListener()
|
H A D | toolbarmanager.cxx | 227 DIRECT_INTERFACE( ::com::sun::star::frame::XFrameActionListener ), in DEFINE_XINTERFACE_6() argument 230 …_INTERFACE( ::com::sun::star::lang::XEventListener, ::com::sun::star::frame::XFrameActionListener ) in DEFINE_XINTERFACE_6() 237 ::com::sun::star::frame::XFrameActionListener , in DEFINE_XINTERFACE_6() 691 m_xFrame->removeFrameActionListener( Reference< XFrameActionListener >( in dispose() 1185 m_xFrame->addFrameActionListener( Reference< XFrameActionListener >( in AddFrameActionListener()
|
H A D | menubarmanager.cxx | 279 SAL_STATIC_CAST( ::com::sun::star::frame::XFrameActionListener*, this ), in queryInterface() 719 m_xFrame->removeFrameActionListener( Reference< XFrameActionListener >( in RemoveListener() 1960 …m_xFrame->addFrameActionListener( Reference< XFrameActionListener >( static_cast< OWeakObject* >( … in SetItemContainer() 2022 …m_xFrame->addFrameActionListener( Reference< XFrameActionListener >( xSubMenuManager, UNO_QUERY )); in AddMenu()
|
/trunk/main/framework/inc/services/ |
H A D | frame.hxx | 218 …ddFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListe… 219 …oveFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListe… 395 …istener ( const css::uno::Reference< css::frame::XFrameActionListener >& … 396 …onListener ( const css::uno::Reference< css::frame::XFrameActionListener >& …
|
H A D | task.hxx | 327 …LL addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in addFrameActionListener() 332 …removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in removeFrameActionListener()
|
H A D | desktop.hxx | 300 …dFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… 301 …moveFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListene…
|
/trunk/main/framework/source/services/ |
H A D | frame.cxx | 527 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_enableLayoutManager() 541 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_disableLayoutManager() 1579 …e::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in addFrameActionListener() 1590 …Interface( ::getCppuType( (const css::uno::Reference< css::frame::XFrameActionListener >*)NULL ), … in addFrameActionListener() 1594 …removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in removeFrameActionListener() 1605 …Interface( ::getCppuType( (const css::uno::Reference< css::frame::XFrameActionListener >*)NULL ), … in removeFrameActionListener() 2781 …ontainer( ::getCppuType( ( const css::uno::Reference< css::frame::XFrameActionListener >*) NULL ) … in implts_sendFrameActionEvent() 2795 … ((css::frame::XFrameActionListener*)aIterator.next())->frameAction( aFrameActionEvent ); in implts_sendFrameActionEvent() 3234 …cp_addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in implcp_addFrameActionListener() 3243 …removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xListene… in implcp_removeFrameActionListener()
|
/trunk/main/framework/source/helper/ |
H A D | persistentwindowstate.cxx | 77 DIRECT_INTERFACE (css::frame::XFrameActionListener ), in DEFINE_XINTERFACE_4() argument 78 DERIVED_INTERFACE(css::lang::XEventListener,css::frame::XFrameActionListener)) in DEFINE_XINTERFACE_4() 83 css::frame::XFrameActionListener, in DEFINE_XINTERFACE_4()
|
H A D | titlebarupdate.cxx | 134 DIRECT_INTERFACE (css::frame::XFrameActionListener ), in DEFINE_XINTERFACE_5() argument 136 DERIVED_INTERFACE(css::lang::XEventListener,css::frame::XFrameActionListener)) in DEFINE_XINTERFACE_5() 141 css::frame::XFrameActionListener, in DEFINE_XINTERFACE_5()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/ |
H A D | _XFrameActionListener.java | 27 import com.sun.star.frame.XFrameActionListener; 32 public XFrameActionListener oObj = null;
|
H A D | _XFrame.java | 32 import com.sun.star.frame.XFrameActionListener; 87 implements XFrameActionListener {
|
/trunk/main/toolkit/test/accessibility/ |
H A D | FrameActionListener.java | 22 import com.sun.star.frame.XFrameActionListener; 28 implements XFrameActionListener
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | Frame.java | 134 public void addFrameActionListener( /*IN*/ com.sun.star.frame.XFrameActionListener xListener ) in addFrameActionListener() 139 public void removeFrameActionListener( /*IN*/ com.sun.star.frame.XFrameActionListener xListener ) in removeFrameActionListener()
|
/trunk/main/extensions/qa/integration/extensions/ |
H A D | Frame.java | 78 public void addFrameActionListener(XFrameActionListener _frameActionListener) in addFrameActionListener() 183 public void removeFrameActionListener(XFrameActionListener _frameActionListener) in removeFrameActionListener()
|
/trunk/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 64 ::com::sun::star::frame::XFrameActionListener, 270 Reference<frame::XFrameActionListener>( in Implementation() 336 Reference<frame::XFrameActionListener>( in ReleaseListeners()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | LayoutManager.idl | 32 #include <com/sun/star/frame/XFrameActionListener.idl> 94 interface ::com::sun::star::frame::XFrameActionListener;
|
H A D | XFrame.idl | 38 published interface XFrameActionListener; 367 [oneway] void addFrameActionListener( [in]XFrameActionListener xListener ); 377 [oneway] void removeFrameActionListener( [in] XFrameActionListener xListener );
|
/trunk/main/svtools/source/uno/ |
H A D | framestatuslistener.cxx | 77 static_cast< XFrameActionListener* >( this ), in queryInterface() 80 static_cast< XEventListener* >( static_cast< XFrameActionListener* >( this ))); in queryInterface()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsListener.cxx | 116 Reference<frame::XFrameActionListener>( in Listener() 192 Reference<frame::XFrameActionListener>( in ReleaseListeners()
|
/trunk/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 96 #define XFRAMEACTIONLISTENER ::com::sun::star::frame::XFrameActionListener 129 using ::com::sun::star::frame::XFrameActionListener; 367 …er_ListenerHelper : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFrameActionListener > 452 Reference< XFrameActionListener > m_xListener ;
|
/trunk/main/framework/inc/helper/ |
H A D | tagwindowasmodified.hxx | 84 public css::frame::XFrameActionListener, // => XEventListener
|
H A D | persistentwindowstate.hxx | 89 public css::frame::XFrameActionListener, // => XEventListener
|
/trunk/main/svx/source/inc/ |
H A D | datalistener.hxx | 40 com::sun::star::frame::XFrameActionListener,
|