Lines Matching refs:Frame

126 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:…
135 DEFINE_XINTERFACE_21 ( Frame in DEFINE_XINTERFACE_21() argument
160 DEFINE_XTYPEPROVIDER_20 ( Frame in DEFINE_XINTERFACE_21()
183 DEFINE_XSERVICEINFO_MULTISERVICE ( Frame , in DEFINE_XINTERFACE_21()
189 DEFINE_INIT_SERVICE ( Frame, in DEFINE_XINTERFACE_21()
274 Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
317 Frame::~Frame() in ~Frame()
345 css::uno::Reference< css::lang::XComponent > SAL_CALL Frame::loadComponentFromURL( const ::rtl::OUS… in loadComponentFromURL()
382 css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( css::uno::RuntimeExce… in getFrames()
419 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw( css::uno::Runtime… in getActiveFrame()
447 void SAL_CALL Frame::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) thro… in setActiveFrame()
562 void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >& xWindow ) throw( c… in initialize()
655 css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getContainerWindow() throw( css::uno::Runt… in getContainerWindow()
685 void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator… in setCreator()
710 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Frame::getCreator() throw( css::uno::Ru… in getCreator()
733 ::rtl::OUString SAL_CALL Frame::getName() throw( css::uno::RuntimeException ) in getName()
755 void SAL_CALL Frame::setName( const ::rtl::OUString& sName ) throw( css::uno::RuntimeException ) in setName()
793 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTarge… in findFrame()
1075 sal_Bool SAL_CALL Frame::isTop() throw( css::uno::RuntimeException ) in isTop()
1104 void SAL_CALL Frame::activate() throw( css::uno::RuntimeException ) in activate()
1204 void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException ) in deactivate()
1291 sal_Bool SAL_CALL Frame::isActive() throw( css::uno::RuntimeException ) in isActive()
1317 void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException ) in contextChanged()
1356 sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xCo… in setComponent()
1523 css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getComponentWindow() throw( css::uno::Runt… in getComponentWindow()
1553 css::uno::Reference< css::frame::XController > SAL_CALL Frame::getController() throw( css::uno::Run… in getController()
1579 void SAL_CALL Frame::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionLis… in addFrameActionListener()
1594 void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameAction… in removeFrameActionListener()
1628 void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, in close()
1726 void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xLis… in addCloseListener()
1735 void SAL_CALL Frame::removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& x… in removeCloseListener()
1745 ::rtl::OUString SAL_CALL Frame::getTitle() in getTitle()
1760 void SAL_CALL Frame::setTitle( const ::rtl::OUString& sTitle ) in setTitle()
1775 void SAL_CALL Frame::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeLis… in addTitleChangeListener()
1790 void SAL_CALL Frame::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChange… in removeTitleChangeListener()
1805 void Frame::implts_forgetSubFrames() in implts_forgetSubFrames()
1859 void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException ) in dispose()
1995 void SAL_CALL Frame::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xLis… in addEventListener()
2009 void SAL_CALL Frame::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& x… in removeEventListener()
2036 css::uno::Reference< css::task::XStatusIndicator > SAL_CALL Frame::createStatusIndicator() throw( c… in createStatusIndicator()
2081 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2120 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches(… in queryDispatches()
2143 void SAL_CALL Frame::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::XD… in registerDispatchProviderInterceptor()
2156 void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Reference< css::frame::XDi… in releaseDispatchProviderInterceptor()
2173 css::uno::Sequence< sal_Int16 > SAL_CALL Frame::getSupportedCommandGroups() in getSupportedCommandGroups()
2180 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInform… in getConfigurableDispatchInformation()
2199 void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& in windowResized()
2219 void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& in focusGained()
2259 void SAL_CALL Frame::windowActivated( const css::lang::EventObject& in windowActivated()
2287 void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& in windowDeactivated()
2344 void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::uno::RuntimeExcepti… in windowClosing()
2412 void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in windowShown()
2446 void SAL_CALL Frame::windowHidden( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in windowHidden()
2472 void SAL_CALL Frame::disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeExce… in disposing()
2513 sal_Bool SAL_CALL Frame::isActionLocked() throw( css::uno::RuntimeException ) in isActionLocked()
2521 void SAL_CALL Frame::addActionLock() throw( css::uno::RuntimeException ) in addActionLock()
2529 void SAL_CALL Frame::removeActionLock() throw( css::uno::RuntimeException ) in removeActionLock()
2544 void SAL_CALL Frame::setActionLocks( sal_Int16 nLock ) throw( css::uno::RuntimeException ) in setActionLocks()
2556 sal_Int16 SAL_CALL Frame::resetActionLocks() throw( css::uno::RuntimeException ) in resetActionLocks()
2578 void Frame::impl_initializePropInfo() in impl_initializePropInfo()
2619 void SAL_CALL Frame::impl_setPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_setPropertyValue()
2683 css::uno::Any SAL_CALL Frame::impl_getPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_getPropertyValue()
2743 void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow >& xWindow ) in impl_disposeContainerWindow()
2766 void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction ) in implts_sendFrameActionEvent()
2818 void Frame::implts_resizeComponentWindow() in implts_resizeComponentWindow()
2854 void Frame::implts_setIconOnWindow() in implts_setIconOnWindow()
2954 void Frame::implts_startWindowListening() in implts_startWindowListening()
2996 void Frame::implts_stopWindowListening() in implts_stopWindowListening()
3053 void Frame::implts_checkSuicide() in implts_checkSuicide()
3089 void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , in impl_setCloser()
3121 void Frame::impl_checkMenuCloser() in impl_checkMenuCloser()
3214 sal_Bool Frame::implcp_ctor( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory… in implcp_ctor()
3225 sal_Bool Frame::implcp_setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implcp_setActiveFrame()
3234 sal_Bool Frame::implcp_addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionL… in implcp_addFrameActionListener()
3243 sal_Bool Frame::implcp_removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActi… in implcp_removeFrameActionListener()
3252 sal_Bool Frame::implcp_addEventListener( const css::uno::Reference< css::lang::XEventListener >& xL… in implcp_addEventListener()
3261 sal_Bool Frame::implcp_removeEventListener( const css::uno::Reference< css::lang::XEventListener >&… in implcp_removeEventListener()
3270 sal_Bool Frame::implcp_windowResized( const css::awt::WindowEvent& aEvent ) in implcp_windowResized()
3279 sal_Bool Frame::implcp_focusGained( const css::awt::FocusEvent& aEvent ) in implcp_focusGained()
3288 sal_Bool Frame::implcp_windowActivated( const css::lang::EventObject& aEvent ) in implcp_windowActivated()
3297 sal_Bool Frame::implcp_windowDeactivated( const css::lang::EventObject& aEvent ) in implcp_windowDeactivated()
3306 sal_Bool Frame::implcp_disposing( const css::lang::EventObject& aEvent ) in implcp_disposing()