Lines Matching refs:Desktop
121 DEFINE_XINTERFACE_15 ( Desktop … in DEFINE_XINTERFACE_15() argument
140 DEFINE_XTYPEPROVIDER_15 ( Desktop … in DEFINE_XINTERFACE_15()
158 DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( Desktop … in DEFINE_XINTERFACE_15()
164 DEFINE_INIT_SERVICE ( Desktop, in DEFINE_XINTERFACE_15()
236 Desktop::Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
285 Desktop::~Desktop() in ~Desktop()
292 sal_Bool SAL_CALL Desktop::terminate() in terminate()
313 Desktop::TTerminateListenerList lCalledTerminationListener; in terminate()
428 void SAL_CALL Desktop::addTerminateListener( const css::uno::Reference< css::frame::XTerminateListe… in addTerminateListener()
471 void SAL_CALL Desktop::removeTerminateListener( const css::uno::Reference< css::frame::XTerminateLi… in removeTerminateListener()
530 css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL Desktop::getComponents() throw( … in getComponents()
557 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::getCurrentComponent() throw( css::un… in getCurrentComponent()
594 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getCurrentFrame() throw( css::uno::Runt… in getCurrentFrame()
635 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFromURL( const ::rtl::O… in loadComponentFromURL()
677 css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL Desktop::getTasks() throw( css::… in getTasks()
708 css::uno::Reference< css::frame::XTask > SAL_CALL Desktop::getActiveTask() throw( css::uno::Runtime… in getActiveTask()
738 css::uno::Reference< css::frame::XDispatch > SAL_CALL Desktop::queryDispatch( const css::util::URL&… in queryDispatch()
766 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Desktop::queryDispatche… in queryDispatches()
786 void SAL_CALL Desktop::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::… in registerDispatchProviderInterceptor()
796 void SAL_CALL Desktop::releaseDispatchProviderInterceptor ( const css::uno::Reference< css::frame::… in releaseDispatchProviderInterceptor()
822 css::uno::Reference< css::frame::XFrames > SAL_CALL Desktop::getFrames() throw( css::uno::RuntimeEx… in getFrames()
848 void SAL_CALL Desktop::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) th… in setActiveFrame()
871 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getActiveFrame() throw( css::uno::Runti… in getActiveFrame()
894 void SAL_CALL Desktop::initialize( const css::uno::Reference< css::awt::XWindow >& ) throw( css::un… in initialize()
899 css::uno::Reference< css::awt::XWindow > SAL_CALL Desktop::getContainerWindow() throw( css::uno::Ru… in getContainerWindow()
905 void SAL_CALL Desktop::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& /*xCre… in setCreator()
910 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Desktop::getCreator() throw( css::uno::… in getCreator()
916 ::rtl::OUString SAL_CALL Desktop::getName() throw( css::uno::RuntimeException ) in getName()
925 void SAL_CALL Desktop::setName( const ::rtl::OUString& sName ) throw( css::uno::RuntimeException ) in setName()
935 sal_Bool SAL_CALL Desktop::isTop() throw( css::uno::RuntimeException ) in isTop()
941 void SAL_CALL Desktop::activate() throw( css::uno::RuntimeException ) in activate()
949 void SAL_CALL Desktop::deactivate() throw( css::uno::RuntimeException ) in deactivate()
957 sal_Bool SAL_CALL Desktop::isActive() throw( css::uno::RuntimeException ) in isActive()
963 sal_Bool SAL_CALL Desktop::setComponent( const css::uno::Reference< css::awt::XWindow >& /*xC… in setComponent()
970 css::uno::Reference< css::awt::XWindow > SAL_CALL Desktop::getComponentWindow() throw( css::uno::Ru… in getComponentWindow()
976 css::uno::Reference< css::frame::XController > SAL_CALL Desktop::getController() throw( css::uno::R… in getController()
982 void SAL_CALL Desktop::contextChanged() throw( css::uno::RuntimeException ) in contextChanged()
987 void SAL_CALL Desktop::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionL… in addFrameActionListener()
994 void SAL_CALL Desktop::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActi… in removeFrameActionListener()
1025 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const ::rtl::OUString& sTarg… in findFrame()
1177 void SAL_CALL Desktop::dispose() in dispose()
1263 void SAL_CALL Desktop::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xL… in addEventListener()
1276 void SAL_CALL Desktop::removeEventListener( const css::uno::Reference< css::lang::XEventListener >&… in removeEventListener()
1304 void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent& aEvent ) throw( css… in dispatchFinished()
1340 void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::uno::RuntimeException… in disposing()
1368 void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractionRequest >& xReques… in handle()
1451 ::sal_Int32 SAL_CALL Desktop::leaseNumber( const css::uno::Reference< css::uno::XInterface >& xComp… in leaseNumber()
1460 void SAL_CALL Desktop::releaseNumber( ::sal_Int32 nNumber ) in releaseNumber()
1469 void SAL_CALL Desktop::releaseNumberForComponent( const css::uno::Reference< css::uno::XInterface >… in releaseNumberForComponent()
1478 ::rtl::OUString SAL_CALL Desktop::getUntitledPrefix() in getUntitledPrefix()
1509 sal_Bool SAL_CALL Desktop::convertFastPropertyValue( css::uno::Any& aConvertedValue , in convertFastPropertyValue()
1567 void SAL_CALL Desktop::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast()
1601 void SAL_CALL Desktop::getFastPropertyValue( css::uno::Any& aValue , in getFastPropertyValue()
1640 ::cppu::IPropertyArrayHelper& SAL_CALL Desktop::getInfoHelper() in getInfoHelper()
1688 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL Desktop::getPropertySetInfo() throw (:… in getPropertySetInfo()
1734 css::uno::Reference< css::lang::XComponent > Desktop::impl_getFrameComponent( const css::uno::Refer… in impl_getFrameComponent()
1782 const css::uno::Sequence< css::beans::Property > Desktop::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
1806 void Desktop::impl_sendQueryTerminationEvent(Desktop::TTerminateListenerList& lCalledListener, in impl_sendQueryTerminationEvent()
1847 void Desktop::impl_sendCancelTerminationEvent(const Desktop::TTerminateListenerList& lCalledListene… in impl_sendCancelTerminationEvent()
1852 Desktop::TTerminateListenerList::const_iterator pIt; in impl_sendCancelTerminationEvent()
1872 void Desktop::impl_sendNotifyTerminationEvent() in impl_sendNotifyTerminationEvent()
1903 ::sal_Bool Desktop::impl_closeFrames(::sal_Bool bAllowUI) in impl_closeFrames()
2002 sal_Bool Desktop::implcp_ctor( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFacto… in implcp_ctor()
2012 sal_Bool Desktop::implcp_addEventListener( const css::uno::Reference< css::lang::XEventListener >& … in implcp_addEventListener()
2022 sal_Bool Desktop::implcp_removeEventListener( const css::uno::Reference< css::lang::XEventListener … in implcp_removeEventListener()