Lines Matching refs:css

126 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:…
137 DIRECT_INTERFACE(css::lang::XTypeProvider ), in DEFINE_XINTERFACE_21()
138 DIRECT_INTERFACE(css::lang::XServiceInfo ), in DEFINE_XINTERFACE_21()
139 DIRECT_INTERFACE(css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_21()
140 DIRECT_INTERFACE(css::frame::XFrame ), in DEFINE_XINTERFACE_21()
141 DIRECT_INTERFACE(css::lang::XComponent ), in DEFINE_XINTERFACE_21()
142 DIRECT_INTERFACE(css::task::XStatusIndicatorFactory ), in DEFINE_XINTERFACE_21()
143 DIRECT_INTERFACE(css::frame::XDispatchProvider ), in DEFINE_XINTERFACE_21()
144 DIRECT_INTERFACE(css::frame::XDispatchInformationProvider ), in DEFINE_XINTERFACE_21()
145 DIRECT_INTERFACE(css::frame::XDispatchProviderInterception ), in DEFINE_XINTERFACE_21()
146 DIRECT_INTERFACE(css::beans::XPropertySet ), in DEFINE_XINTERFACE_21()
147 DIRECT_INTERFACE(css::beans::XPropertySetInfo ), in DEFINE_XINTERFACE_21()
148 DIRECT_INTERFACE(css::awt::XWindowListener ), in DEFINE_XINTERFACE_21()
149 DIRECT_INTERFACE(css::awt::XTopWindowListener ), in DEFINE_XINTERFACE_21()
150 DIRECT_INTERFACE(css::awt::XFocusListener ), in DEFINE_XINTERFACE_21()
151 DERIVED_INTERFACE(css::lang::XEventListener, css::awt::XWindowListener ), in DEFINE_XINTERFACE_21()
152 … DIRECT_INTERFACE(css::document::XActionLockable ), in DEFINE_XINTERFACE_21()
153 … DIRECT_INTERFACE(css::util::XCloseable ), in DEFINE_XINTERFACE_21()
154 … DIRECT_INTERFACE(css::util::XCloseBroadcaster ), in DEFINE_XINTERFACE_21()
155 … DIRECT_INTERFACE(css::frame::XComponentLoader ), in DEFINE_XINTERFACE_21()
156 … DIRECT_INTERFACE(css::frame::XTitle ), in DEFINE_XINTERFACE_21()
157 … DIRECT_INTERFACE(css::frame::XTitleChangeBroadcaster ) in DEFINE_XINTERFACE_21()
161 css::lang::XTypeProvider , in DEFINE_XINTERFACE_21()
162 css::lang::XServiceInfo , in DEFINE_XINTERFACE_21()
163 css::frame::XFramesSupplier , in DEFINE_XINTERFACE_21()
164 css::frame::XFrame , in DEFINE_XINTERFACE_21()
165 css::lang::XComponent , in DEFINE_XINTERFACE_21()
166 css::task::XStatusIndicatorFactory , in DEFINE_XINTERFACE_21()
167 css::beans::XPropertySet , in DEFINE_XINTERFACE_21()
168 css::beans::XPropertySetInfo , in DEFINE_XINTERFACE_21()
169 css::frame::XDispatchProvider , in DEFINE_XINTERFACE_21()
170 css::frame::XDispatchInformationProvider , in DEFINE_XINTERFACE_21()
171 css::frame::XDispatchProviderInterception , in DEFINE_XINTERFACE_21()
172 css::awt::XWindowListener , in DEFINE_XINTERFACE_21()
173 css::awt::XTopWindowListener , in DEFINE_XINTERFACE_21()
174 css::awt::XFocusListener , in DEFINE_XINTERFACE_21()
175css::lang::XEventListener , in DEFINE_XINTERFACE_21()
176css::util::XCloseable , in DEFINE_XINTERFACE_21()
177css::util::XCloseBroadcaster , in DEFINE_XINTERFACE_21()
178css::frame::XComponentLoader , in DEFINE_XINTERFACE_21()
179css::frame::XTitle , in DEFINE_XINTERFACE_21()
180 css::frame::XTitleChangeBroadcaster in DEFINE_XINTERFACE_21()
196css::uno::Reference< css::uno::XInterface > xThis(static_cast< ::cppu::OWeakObject* >(this), css::… in DEFINE_XINTERFACE_21()
203css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( static_cast< ::cppu::OWeak… in DEFINE_XINTERFACE_21()
207 …atchInfoHelper = css::uno::Reference< css::frame::XDispatchInformationProvider >( static_cast< ::c… in DEFINE_XINTERFACE_21()
215 …_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWea… in DEFINE_XINTERFACE_21()
223 …m_xFramesHelper = css::uno::Reference< css::frame::XFrames >( static_cast< ::cppu::OWeakObject* >(… in DEFINE_XINTERFACE_21()
229 …rgetListener = css::uno::Reference< css::datatransfer::dnd::XDropTargetListener >( static_cast< ::… in DEFINE_XINTERFACE_21()
245 …m_xLayoutManager = css::uno::Reference< css::frame::XLayoutManager >(m_xFactory->createInstance(SE… in DEFINE_XINTERFACE_21()
274 Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
345 css::uno::Reference< css::lang::XComponent > SAL_CALL Frame::loadComponentFromURL( const ::rtl::OUS… in loadComponentFromURL()
348 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::io::IOExcepti… in loadComponentFromURL()
349css::lang::IllegalArgumentException , in loadComponentFromURL()
350css::uno::RuntimeException ) in loadComponentFromURL()
362css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoade… in loadComponentFromURL()
363 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; 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()
461 css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getActive(); in setActiveFrame()
492 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in setActiveFrame()
514 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in setActiveFrame()
521 void lcl_enableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManage… in lcl_enableLayoutManager()
522 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_enableLayoutManager()
527css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_enableLayoutManager()
531css::uno::Reference< css::ui::XDockingAreaAcceptor > xDockingAreaAcceptor( static_cast< ::cppu::OW… in lcl_enableLayoutManager()
538 void lcl_disableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManag… in lcl_disableLayoutManager()
539 … const css::uno::Reference< css::frame::XFrame >& xFrame ) in lcl_disableLayoutManager()
541css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_disableLayoutManager()
543 xLayoutManager->setDockingAreaAcceptor(css::uno::Reference< css::ui::XDockingAreaAcceptor >()); in lcl_disableLayoutManager()
544 xLayoutManager->attachFrame(css::uno::Reference< css::frame::XFrame >()); in lcl_disableLayoutManager()
562 void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >& xWindow ) throw( c… in initialize()
566 throw css::uno::RuntimeException( in initialize()
568 static_cast< css::frame::XFrame* >(this)); in initialize()
574 throw css::uno::RuntimeException( in initialize()
576 static_cast< css::frame::XFrame* >(this)); in initialize()
595 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; in initialize()
596 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize()
607css::uno::Reference< css::frame::XFrame > xThis (static_cast< css::fram… in initialize()
608css::uno::Reference< css::task::XStatusIndicatorFactory > xIndicatorFactory(xSMGR->createInstance(… in initialize()
609css::uno::Reference< css::lang::XInitialization > xIndicatorInit (xIndicatorFactory … in initialize()
610 css::uno::Sequence< css::uno::Any > lArgs(2); in initialize()
611 css::beans::NamedValue aArg; in initialize()
637 …m_xTitleHelper = css::uno::Reference< css::frame::XTitle >(static_cast< ::cppu::OWeakObject* >(pTi… 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()
695 css::uno::Reference< css::frame::XDesktop > xIsDesktop( xCreator, css::uno::UNO_QUERY ); 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()
794 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in findFrame()
796 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame()
822css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUE… in findFrame()
823 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in findFrame()
930 (nSearchFlags & css::frame::FrameSearchFlag::SELF) && in findFrame()
946 (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
960 ( bIsTopFrame && (nSearchFlags & css::frame::FrameSearchFlag::TASKS) ) || in findFrame()
980 (nSearchFlags & css::frame::FrameSearchFlag::SIBLINGS) && in findFrame()
984css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in findFrame()
987css::uno::Reference< css::container::XIndexAccess > xContainer( xSupplier->getFrames(), css::uno::… in findFrame()
993 css::uno::Reference< css::frame::XFrame > xSibling; in findFrame()
1005 sal_Int32 nRightFlags = css::frame::FrameSearchFlag::SELF; in findFrame()
1006 if (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
1007 nRightFlags |= css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1025 (nSearchFlags & css::frame::FrameSearchFlag::PARENT) && in findFrame()
1034 nRightFlags &= ~css::frame::FrameSearchFlag::CHILDREN; in findFrame()
1047 (nSearchFlags & css::frame::FrameSearchFlag::CREATE) 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()
1118css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in activate()
1119css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in activate()
1120css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in activate()
1121css::uno::Reference< css::awt::XWindow > xComponentWindow( m_xComponentWindow, css::uno… in activate()
1157 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED ); in activate()
1185 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_ACTIVATED ); in activate()
1204 void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException ) in deactivate()
1214css::uno::Reference< css::frame::XFrame > xActiveChild = m_aChildFrameContainer.getAc… in deactivate()
1215css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in deactivate()
1216css::uno::Reference< css::frame::XFrame > xThis ( static_cast< ::cppu::OWeakOb… in deactivate()
1245 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_UI_DEACTIVATING ); in deactivate()
1257 implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_DEACTIVATING ); 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()
1324 implts_sendFrameActionEvent( css::frame::FrameAction_CONTEXT_CHANGED ); in contextChanged()
1356 sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xCo… in setComponent()
1357 …const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::Runtim… in setComponent()
1371 css::uno::Reference< css::awt::XWindow > xContainerWindow = m_xContainerWindow; in setComponent()
1372 css::uno::Reference< css::awt::XWindow > xOldComponentWindow = m_xComponentWindow; in setComponent()
1373 css::uno::Reference< css::frame::XController > xOldController = m_xController; in setComponent()
1389 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_DETACHING ); in setComponent()
1414css::uno::Reference< css::lang::XComponent > xDisposable( xOldController, css::uno::UNO_QUERY ); in setComponent()
1421 catch(const css::lang::DisposedException&) in setComponent()
1444css::uno::Reference< css::lang::XComponent > xDisposable( xOldComponentWindow, css::uno::UNO_QUERY… in setComponent()
1451 catch(const css::lang::DisposedException&) in setComponent()
1472 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_REATTACHED ); in setComponent()
1475 implts_sendFrameActionEvent( css::frame::FrameAction_COMPONENT_ATTACHED ); 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 …Frame::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xLis… in addFrameActionListener()
1590 …m_aListenerContainer.addInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFrameAc… in addFrameActionListener()
1594 …me::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >& xLis… in removeFrameActionListener()
1605 …m_aListenerContainer.removeInterface( ::getCppuType( (const css::uno::Reference< css::frame::XFram… in removeFrameActionListener()
1628 void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, in close()
1629 css::uno::RuntimeException ) in close()
1636css::uno::Reference< css::uno::XInterface > xSelfHold( static_cast< ::cppu::OWeakObject* >(this) ); in close()
1642 css::lang::EventObject aSource (static_cast< ::cppu::OWeakObject*>(this)); in close()
1643 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::util::XC… in close()
1651 … ((css::util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnerShip ); in close()
1653 catch( css::uno::RuntimeException& ) in close()
1673 …throw css::util::CloseVetoException(DECLARE_ASCII("Frame in use for loading document ..."),static_… in close()
1677 …throw css::util::CloseVetoException(DECLARE_ASCII("Component couldn't be deattached ..."),static_c… in close()
1680 …pContainer = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::u… in close()
1688 ((css::util::XCloseListener*)pIterator.next())->notifyClosing( aSource ); in close()
1690 catch( css::uno::RuntimeException& ) in close()
1726 …SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListene… in addCloseListener()
1731 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::util::XCloseLi… in addCloseListener()
1735 …_CALL Frame::removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListene… in removeCloseListener()
1741 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::util::XClos… in removeCloseListener()
1746 throw (css::uno::RuntimeException) in getTitle()
1752 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in getTitle()
1761 throw (css::uno::RuntimeException) in setTitle()
1767 css::uno::Reference< css::frame::XTitle > xTitle(m_xTitleHelper, css::uno::UNO_QUERY_THROW); in setTitle()
1775 void SAL_CALL Frame::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeLis… in addTitleChangeListener()
1776 throw (css::uno::RuntimeException) in addTitleChangeListener()
1782css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in addTitleChangeListener()
1790 void SAL_CALL Frame::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChange… in removeTitleChangeListener()
1791 throw (css::uno::RuntimeException) in removeTitleChangeListener()
1797css::uno::Reference< css::frame::XTitleChangeBroadcaster > xTitle(m_xTitleHelper, css::uno::UNO_QU… in removeTitleChangeListener()
1809css::uno::Reference< css::container::XIndexAccess > xContainer(m_xFramesHelper, css::uno::UNO_QUER… in implts_forgetSubFrames()
1820 css::uno::Reference< css::frame::XFrame > xFrame; in implts_forgetSubFrames()
1823 xFrame->setCreator(css::uno::Reference< css::frame::XFramesSupplier >()); in implts_forgetSubFrames()
1825 catch(const css::uno::Exception&) in implts_forgetSubFrames()
1859 void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException ) in dispose()
1864css::uno::Reference< css::frame::XFrame > xThis( static_cast< ::cppu::OWeakObject* >(this), css::u… in dispose()
1874 css::lang::EventObject aEvent( xThis ); in dispose()
1882css::uno::Reference< css::lang::XEventListener > xDispatchHelper(m_xDispatchHelper, css::uno::UNO_… in dispose()
1915 m_xParent = css::uno::Reference< css::frame::XFramesSupplier >(); in dispose()
1927css::uno::Reference< css::lang::XComponent > xDisposable( m_xController, css::uno::UNO_QUERY ); in dispose()
1934css::uno::Reference< css::lang::XComponent > xDisposable( m_xComponentWindow, css::uno::UNO_QUERY … in dispose()
1995 …SAL_CALL Frame::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in addEventListener()
2005 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEventLi… in addEventListener()
2009 …_CALL Frame::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in removeEventListener()
2020 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEven… in removeEventListener()
2036 css::uno::Reference< css::task::XStatusIndicator > SAL_CALL Frame::createStatusIndicator() throw( c… in createStatusIndicator()
2046css::uno::Reference< css::task::XStatusIndicator > xExternal(m_xIndicatorInterception.get()… in createStatusIndicator()
2047 css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory = m_xIndicatorFactoryHelper; in createStatusIndicator()
2060 return css::uno::Reference< css::task::XStatusIndicator >(); in createStatusIndicator()
2081 css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( const css::util::URL& … in queryDispatch()
2083 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in queryDispatch()
2099 return css::uno::Reference< css::frame::XDispatch >(); in queryDispatch()
2120 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches(… in queryDispatches()
2143 …atchProviderInterceptor( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xI… in registerDispatchProviderInterceptor()
2151css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in registerDispatchProviderInterceptor()
2156 …atchProviderInterceptor( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xI… in releaseDispatchProviderInterceptor()
2165css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in releaseDispatchProviderInterceptor()
2173 css::uno::Sequence< sal_Int16 > SAL_CALL Frame::getSupportedCommandGroups() in getSupportedCommandGroups()
2174 throw(css::uno::RuntimeException) in getSupportedCommandGroups()
2180 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInform… in getConfigurableDispatchInformation()
2181 throw(css::uno::RuntimeException) in getConfigurableDispatchInformation()
2199 void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& in windowResized()
2203 ) throw( css::uno::RuntimeException ) in windowResized()
2219 void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& in focusGained()
2223 ) throw( css::uno::RuntimeException ) in focusGained()
2235 css::uno::Reference< css::awt::XWindow > xComponentWindow = m_xComponentWindow; in focusGained()
2259 void SAL_CALL Frame::windowActivated( const css::lang::EventObject& in windowActivated()
2263 ) throw( css::uno::RuntimeException ) in windowActivated()
2281 setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowActivated()
2287 void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& in windowDeactivated()
2291 ) throw( css::uno::RuntimeException ) in windowDeactivated()
2303 css::uno::Reference< css::frame::XFrame > xParent ( m_xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2304 css::uno::Reference< css::awt::XWindow > xContainerWindow = m_xContainerWindow; in windowDeactivated()
2320 …( (css::uno::Reference< css::frame::XDesktop >( xParent, css::uno::UNO_QUERY )).is() == sal_False… in windowDeactivated()
2323css::uno::Reference< css::awt::XWindow > xParentWindow = xParent->getContainerWindow() … in windowDeactivated()
2332css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in windowDeactivated()
2336 xSupplier->setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowDeactivated()
2344 void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::uno::RuntimeExcepti… in windowClosing()
2371 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowClosing()
2375 css::util::URL aURL; in windowClosing()
2377css::uno::Reference< css::util::XURLTransformer > xParser(xFactory->createInstance(SERVICENAME_URL… in windowClosing()
2380css::uno::Reference< css::frame::XDispatch > xCloser = queryDispatch(aURL, SPECIALTARGET_SELF, 0); in windowClosing()
2382 xCloser->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); in windowClosing()
2412 void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in windowShown()
2418css::uno::Reference< css::frame::XDesktop > xDesktopCheck( m_xParent, css::uno::UNO_QU… in windowShown()
2419 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowShown()
2437css::uno::Reference< css::task::XJobExecutor > xExecutor( xFactory->createInstance( SERVICENAME_JO… 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()
2490 m_xContainerWindow = css::uno::Reference< css::awt::XWindow >(); 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()
2580 impl_setPropertyChangeBroadcaster(static_cast< css::frame::XFrame* >(this)); in impl_initializePropInfo()
2583 css::beans::Property( in impl_initializePropInfo()
2586 … ::getCppuType((const css::uno::Reference< css::frame::XDispatchRecorderSupplier >*)NULL), in impl_initializePropInfo()
2587 css::beans::PropertyAttribute::TRANSIENT)); in impl_initializePropInfo()
2590 css::beans::Property( in impl_initializePropInfo()
2593 ::getCppuType((const css::uno::Reference< css::task::XStatusIndicator >*)NULL), in impl_initializePropInfo()
2594 css::beans::PropertyAttribute::TRANSIENT)); in impl_initializePropInfo()
2597 css::beans::Property( in impl_initializePropInfo()
2601 css::beans::PropertyAttribute::TRANSIENT | css::beans::PropertyAttribute::READONLY)); in impl_initializePropInfo()
2604 css::beans::Property( in impl_initializePropInfo()
2607 … ::getCppuType((const css::uno::Reference< ::com::sun::star::frame::XLayoutManager >*)NULL), in impl_initializePropInfo()
2608 css::beans::PropertyAttribute::TRANSIENT)); in impl_initializePropInfo()
2611 css::beans::Property( in impl_initializePropInfo()
2615 css::beans::PropertyAttribute::TRANSIENT)); in impl_initializePropInfo()
2621 const css::uno::Any& aValue ) in impl_setPropertyValue()
2651css::uno::Reference< css::frame::XLayoutManager > xOldLayoutManager = m_xLayoutManager; in impl_setPropertyValue()
2652 css::uno::Reference< css::frame::XLayoutManager > xNewLayoutManager; in impl_setPropertyValue()
2668 css::uno::Reference< css::task::XStatusIndicator > xProgress; in impl_setPropertyValue()
2683 css::uno::Any SAL_CALL Frame::impl_getPropertyValue(const ::rtl::OUString& /*sProperty*/, in impl_getPropertyValue()
2695 css::uno::Any aValue; in impl_getPropertyValue()
2716css::uno::Reference< css::task::XStatusIndicator > xProgress(m_xIndicatorInterception.get(), css::… in impl_getPropertyValue()
2717 aValue = css::uno::makeAny(xProgress); in impl_getPropertyValue()
2743 void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow >& xWindow ) in impl_disposeContainerWindow()
2751 xWindow = css::uno::Reference< css::awt::XWindow >(); in impl_disposeContainerWindow()
2766 void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction ) in implts_sendFrameActionEvent()
2781 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::X… in implts_sendFrameActionEvent()
2786css::frame::FrameActionEvent aFrameActionEvent( static_cast< ::cppu::OWeakObject* >(this), this, a… in implts_sendFrameActionEvent()
2795 … ((css::frame::XFrameActionListener*)aIterator.next())->frameAction( aFrameActionEvent ); in implts_sendFrameActionEvent()
2797 catch( css::uno::RuntimeException& ) in implts_sendFrameActionEvent()
2824 css::uno::Reference< css::awt::XWindow > xComponentWindow( getComponentWindow() ); in implts_resizeComponentWindow()
2827css::uno::Reference< css::awt::XDevice > xDevice( getContainerWindow(), css::uno::UNO_QUERY ); in implts_resizeComponentWindow()
2830 css::awt::Rectangle aRectangle = getContainerWindow()->getPosSize(); in implts_resizeComponentWindow()
2831 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_resizeComponentWindow()
2832css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in implts_resizeComponentWindow()
2836 … xComponentWindow->setPosSize( 0, 0, aSize.Width, aSize.Height, css::awt::PosSize::POSSIZE ); in implts_resizeComponentWindow()
2863css::uno::Reference< css::awt::XWindow > xContainerWindow( m_xContainerWindow, css::uno::UNO… in implts_setIconOnWindow()
2864css::uno::Reference< css::frame::XController > xController ( m_xController , css::uno::UNO… in implts_setIconOnWindow()
2882 css::uno::Reference< css::beans::XPropertySet > xSet( xController, css::uno::UNO_QUERY ); in implts_setIconOnWindow()
2887css::uno::Reference< css::beans::XPropertySetInfo > const xPSI( xSet->getPropertySetInfo(), css::u… in implts_setIconOnWindow()
2891 catch( css::uno::Exception& ) in implts_setIconOnWindow()
2902 css::uno::Reference< css::frame::XModel > xModel = xController->getModel(); in implts_setIconOnWindow()
2962css::uno::Reference< css::awt::XWindow > xContainerWindow = m_xConta… in implts_startWindowListening()
2963css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFacto… in implts_startWindowListening()
2964css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > xDragDropListener = m_xDropT… in implts_startWindowListening()
2965css::uno::Reference< css::awt::XWindowListener > xWindowListener ( static_c… in implts_startWindowListening()
2966css::uno::Reference< css::awt::XFocusListener > xFocusListener ( static_c… in implts_startWindowListening()
2967css::uno::Reference< css::awt::XTopWindowListener > xTopWindowListener ( static_c… in implts_startWindowListening()
2976css::uno::Reference< css::awt::XTopWindow > xTopWindow( xContainerWindow, css::uno::UNO_QUERY ); in implts_startWindowListening()
2981css::uno::Reference< css::awt::XDataTransferProviderAccess > xTransfer( xFactory->createInstance( … in implts_startWindowListening()
2984css::uno::Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(… in implts_startWindowListening()
3005css::uno::Reference< css::awt::XWindow > xContainerWindow = m_xConta… in implts_stopWindowListening()
3006css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFacto… in implts_stopWindowListening()
3007css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > xDragDropListener = m_xDropT… in implts_stopWindowListening()
3008css::uno::Reference< css::awt::XWindowListener > xWindowListener ( static_c… in implts_stopWindowListening()
3009css::uno::Reference< css::awt::XFocusListener > xFocusListener ( static_c… in implts_stopWindowListening()
3010css::uno::Reference< css::awt::XTopWindowListener > xTopWindowListener ( static_c… in implts_stopWindowListening()
3019css::uno::Reference< css::awt::XTopWindow > xTopWindow( xContainerWindow, css::uno::UNO_QUERY ); in implts_stopWindowListening()
3024css::uno::Reference< css::awt::XDataTransferProviderAccess > xTransfer( xFactory->createInstance( … in implts_stopWindowListening()
3027css::uno::Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(… in implts_stopWindowListening()
3071 catch(const css::util::CloseVetoException&) in implts_checkSuicide()
3073 catch(const css::lang::DisposedException&) in implts_checkSuicide()
3089 void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , in impl_setCloser()
3098css::uno::Reference< css::beans::XPropertySet > xFrameProps(xFrame, css::uno::UNO_QUERY_THROW); in impl_setCloser()
3099 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_setCloser()
3101css::uno::Reference< css::beans::XPropertySet > xLayoutProps(xLayoutManager, css::uno::UNO_QUERY_T… in impl_setCloser()
3102 … xLayoutProps->setPropertyValue(LAYOUTMANAGER_PROPNAME_MENUBARCLOSER, css::uno::makeAny(bState)); in impl_setCloser()
3104 catch(const css::uno::RuntimeException&) in impl_setCloser()
3106 catch(const css::uno::Exception&) in impl_setCloser()
3129css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY); in impl_checkMenuCloser()
3130css::uno::Reference< css::frame::XFramesSupplier > xTaskSupplier(xDesktop , css::uno::UNO_QUERY); in impl_checkMenuCloser()
3146 css::uno::Reference< css::frame::XFrame > xNewCloserFrame; in impl_checkMenuCloser()
3188css::uno::Reference< css::frame::XFrame > xCloserFrame (m_xCloserFrame.get(), css::uno::UNO_QUERY); 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()
3229 …( css::uno::Reference< css::frame::XDesktop >( xFrame, css::uno::UNO_QUERY ).is() == sa… 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()