Lines Matching refs:Frame
124 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:…
133 DEFINE_XINTERFACE_21 ( Frame … in DEFINE_XINTERFACE_21() argument
158 DEFINE_XTYPEPROVIDER_20 ( Frame … in DEFINE_XINTERFACE_21()
181 DEFINE_XSERVICEINFO_MULTISERVICE ( Frame … in DEFINE_XINTERFACE_21()
187 DEFINE_INIT_SERVICE ( Frame, in DEFINE_XINTERFACE_21()
272 Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
315 Frame::~Frame() in ~Frame()
343 css::uno::Reference< css::lang::XComponent > SAL_CALL Frame::loadComponentFromURL( const ::rtl::OUS… in loadComponentFromURL()
380 css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( css::uno::RuntimeExce… in getFrames()
417 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw( css::uno::Runtime… in getActiveFrame()
445 void SAL_CALL Frame::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) thro… in setActiveFrame()
560 void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >& xWindow ) throw( c… in initialize()
653 css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getContainerWindow() throw( css::uno::Runt… in getContainerWindow()
683 void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator… in setCreator()
708 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Frame::getCreator() throw( css::uno::Ru… in getCreator()
731 ::rtl::OUString SAL_CALL Frame::getName() throw( css::uno::RuntimeException ) in getName()
753 void SAL_CALL Frame::setName( const ::rtl::OUString& sName ) throw( css::uno::RuntimeException ) in setName()
791 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTarge… in findFrame()
1073 sal_Bool SAL_CALL Frame::isTop() throw( css::uno::RuntimeException ) in isTop()
1102 void SAL_CALL Frame::activate() throw( css::uno::RuntimeException ) in activate()
1202 void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException ) in deactivate()
1289 sal_Bool SAL_CALL Frame::isActive() throw( css::uno::RuntimeException ) in isActive()
1315 void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException ) in contextChanged()
1354 sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xCo… in setComponent()
1521 css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getComponentWindow() throw( css::uno::Runt… in getComponentWindow()
1551 css::uno::Reference< css::frame::XController > SAL_CALL Frame::getController() throw( css::uno::Run… in getController()
1577 void SAL_CALL Frame::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionLis… in addFrameActionListener()
1592 void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameAction… in removeFrameActionListener()
1626 void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, in close()
1724 void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xLis… in addCloseListener()
1733 void SAL_CALL Frame::removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& x… in removeCloseListener()
1743 ::rtl::OUString SAL_CALL Frame::getTitle() in getTitle()
1758 void SAL_CALL Frame::setTitle( const ::rtl::OUString& sTitle ) in setTitle()
1773 void SAL_CALL Frame::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeLis… in addTitleChangeListener()
1788 void SAL_CALL Frame::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChange… in removeTitleChangeListener()
1803 void Frame::implts_forgetSubFrames() in implts_forgetSubFrames()
1857 void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException ) in dispose()
1993 void SAL_CALL Frame::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xLis… in addEventListener()
2007 void SAL_CALL Frame::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& x… in removeEventListener()
2034 css::uno::Reference< css::task::XStatusIndicator > SAL_CALL Frame::createStatusIndicator() throw( c… in createStatusIndicator()
2079 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2118 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches(… in queryDispatches()
2141 void SAL_CALL Frame::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::XD… in registerDispatchProviderInterceptor()
2154 void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Reference< css::frame::XDi… in releaseDispatchProviderInterceptor()
2171 css::uno::Sequence< sal_Int16 > SAL_CALL Frame::getSupportedCommandGroups() in getSupportedCommandGroups()
2178 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInform… in getConfigurableDispatchInformation()
2197 void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& in windowResized()
2217 void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& in focusGained()
2257 void SAL_CALL Frame::windowActivated( const css::lang::EventObject& in windowActivated()
2285 void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& in windowDeactivated()
2342 void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::uno::RuntimeExcepti… in windowClosing()
2410 void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in windowShown()
2444 void SAL_CALL Frame::windowHidden( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in windowHidden()
2470 void SAL_CALL Frame::disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeExce… in disposing()
2511 sal_Bool SAL_CALL Frame::isActionLocked() throw( css::uno::RuntimeException ) in isActionLocked()
2519 void SAL_CALL Frame::addActionLock() throw( css::uno::RuntimeException ) in addActionLock()
2527 void SAL_CALL Frame::removeActionLock() throw( css::uno::RuntimeException ) in removeActionLock()
2542 void SAL_CALL Frame::setActionLocks( sal_Int16 nLock ) throw( css::uno::RuntimeException ) in setActionLocks()
2554 sal_Int16 SAL_CALL Frame::resetActionLocks() throw( css::uno::RuntimeException ) in resetActionLocks()
2576 void Frame::impl_initializePropInfo() in impl_initializePropInfo()
2617 void SAL_CALL Frame::impl_setPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_setPropertyValue()
2681 css::uno::Any SAL_CALL Frame::impl_getPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_getPropertyValue()
2741 void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow >& xWindow ) in impl_disposeContainerWindow()
2764 void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction ) in implts_sendFrameActionEvent()
2816 void Frame::implts_resizeComponentWindow() in implts_resizeComponentWindow()
2852 void Frame::implts_setIconOnWindow() in implts_setIconOnWindow()
2952 void Frame::implts_startWindowListening() in implts_startWindowListening()
2994 void Frame::implts_stopWindowListening() in implts_stopWindowListening()
3051 void Frame::implts_checkSuicide() in implts_checkSuicide()
3087 void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , in impl_setCloser()
3119 void Frame::impl_checkMenuCloser() in impl_checkMenuCloser()
3212 sal_Bool Frame::implcp_ctor( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory… in implcp_ctor()
3223 sal_Bool Frame::implcp_setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implcp_setActiveFrame()
3232 sal_Bool Frame::implcp_addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionL… in implcp_addFrameActionListener()
3241 sal_Bool Frame::implcp_removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActi… in implcp_removeFrameActionListener()
3250 sal_Bool Frame::implcp_addEventListener( const css::uno::Reference< css::lang::XEventListener >& xL… in implcp_addEventListener()
3259 sal_Bool Frame::implcp_removeEventListener( const css::uno::Reference< css::lang::XEventListener >&… in implcp_removeEventListener()
3268 sal_Bool Frame::implcp_windowResized( const css::awt::WindowEvent& aEvent ) in implcp_windowResized()
3277 sal_Bool Frame::implcp_focusGained( const css::awt::FocusEvent& aEvent ) in implcp_focusGained()
3286 sal_Bool Frame::implcp_windowActivated( const css::lang::EventObject& aEvent ) in implcp_windowActivated()
3295 sal_Bool Frame::implcp_windowDeactivated( const css::lang::EventObject& aEvent ) in implcp_windowDeactivated()
3304 sal_Bool Frame::implcp_disposing( const css::lang::EventObject& aEvent ) in implcp_disposing()