Lines Matching refs:css

125 …                                         DIRECT_INTERFACE( css::lang::XTypeProvider              ),  in DEFINE_XINTERFACE_15()
126 … DIRECT_INTERFACE( css::lang::XServiceInfo ), in DEFINE_XINTERFACE_15()
127 … DIRECT_INTERFACE( css::frame::XDesktop ), in DEFINE_XINTERFACE_15()
128 … DIRECT_INTERFACE( css::frame::XComponentLoader ), in DEFINE_XINTERFACE_15()
129 … DIRECT_INTERFACE( css::frame::XTasksSupplier ), in DEFINE_XINTERFACE_15()
130 … DIRECT_INTERFACE( css::frame::XDispatchProvider ), in DEFINE_XINTERFACE_15()
131 … DIRECT_INTERFACE( css::frame::XDispatchProviderInterception), in DEFINE_XINTERFACE_15()
132 … DIRECT_INTERFACE( css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_15()
133 … DIRECT_INTERFACE( css::frame::XFrame ), in DEFINE_XINTERFACE_15()
134 … DIRECT_INTERFACE( css::lang::XComponent ), in DEFINE_XINTERFACE_15()
135 … DIRECT_INTERFACE( css::frame::XDispatchResultListener ), in DEFINE_XINTERFACE_15()
136 … DIRECT_INTERFACE( css::lang::XEventListener ), in DEFINE_XINTERFACE_15()
137 … DIRECT_INTERFACE( css::task::XInteractionHandler ), in DEFINE_XINTERFACE_15()
138 DIRECT_INTERFACE( css::beans::XPropertySet ), in DEFINE_XINTERFACE_15()
139 … DIRECT_INTERFACE( css::frame::XUntitledNumbers ) in DEFINE_XINTERFACE_15()
143css::lang::XTypeProvider , in DEFINE_XINTERFACE_15()
144css::lang::XServiceInfo , in DEFINE_XINTERFACE_15()
145css::frame::XDesktop , in DEFINE_XINTERFACE_15()
146css::frame::XComponentLoader , in DEFINE_XINTERFACE_15()
147css::frame::XTasksSupplier , in DEFINE_XINTERFACE_15()
148css::frame::XDispatchProvider , in DEFINE_XINTERFACE_15()
149css::frame::XDispatchProviderInterception , in DEFINE_XINTERFACE_15()
150css::frame::XFramesSupplier , in DEFINE_XINTERFACE_15()
151css::frame::XFrame , in DEFINE_XINTERFACE_15()
152css::lang::XComponent , in DEFINE_XINTERFACE_15()
153css::frame::XDispatchResultListener , in DEFINE_XINTERFACE_15()
154css::lang::XEventListener , in DEFINE_XINTERFACE_15()
155css::task::XInteractionHandler , in DEFINE_XINTERFACE_15()
156css::beans::XPropertySet , in DEFINE_XINTERFACE_15()
157 css::frame::XUntitledNumbers in DEFINE_XINTERFACE_15()
180 …m_xFramesHelper = css::uno::Reference< css::frame::XFrames >( static_cast< ::cppu::OWeakObject* >(… in DEFINE_XINTERFACE_15()
187css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( static_cast< ::cppu::OWeak… in DEFINE_XINTERFACE_15()
195 …_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWea… in DEFINE_XINTERFACE_15()
202 …_xTitleNumberGenerator = css::uno::Reference< css::frame::XUntitledNumbers >(static_cast< ::cppu::… in DEFINE_XINTERFACE_15()
238 Desktop::Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
295 throw( css::uno::RuntimeException ) in terminate()
302css::uno::Reference< css::frame::XTerminateListener > xPipeTerminator = m_xPipeTerminator; in terminate()
303 css::uno::Reference< css::frame::XTerminateListener > xQuickLauncher = m_xQuickLauncher; in terminate()
304css::uno::Reference< css::frame::XTerminateListener > xSWThreadManager = m_xSWThreadManager; in terminate()
305 css::uno::Reference< css::frame::XTerminateListener > xSfxTerminator = m_xSfxTerminator; in terminate()
307css::lang::EventObject aEvent ( static_cast< ::cppu::OW… in terminate()
384 catch(const css::frame::TerminationVetoException&) in terminate()
430 void SAL_CALL Desktop::addTerminateListener( const css::uno::Reference< css::frame::XTerminateListe… in addTerminateListener()
431 throw( css::uno::RuntimeException ) in addTerminateListener()
435 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in addTerminateListener()
469 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::frame::XTermin… in addTerminateListener()
473 void SAL_CALL Desktop::removeTerminateListener( const css::uno::Reference< css::frame::XTerminateLi… in removeTerminateListener()
474 throw( css::uno::RuntimeException ) in removeTerminateListener()
478 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in removeTerminateListener()
515 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::frame::XTer… in removeTerminateListener()
532 css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL Desktop::getComponents() throw( in getComponents()
541css::uno::Reference< css::container::XEnumerationAccess > xAccess( static_cast< ::cppu::OWeakObjec… in getComponents()
559 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::getCurrentComponent() throw( css::un… in getCurrentComponent()
566 css::uno::Reference< css::lang::XComponent > xComponent; in getCurrentComponent()
571 css::uno::Reference< css::frame::XFrame > xCurrentFrame = getCurrentFrame(); in getCurrentComponent()
596 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getCurrentFrame() throw( css::uno::Runt… in getCurrentFrame()
605css::uno::Reference< css::frame::XFramesSupplier > xLast = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
608css::uno::Reference< css::frame::XFramesSupplier > xNext = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
612 …xNext = css::uno::Reference< css::frame::XFramesSupplier >( xNext->getActiveFrame(), css::uno::UNO… in getCurrentFrame()
615 return css::uno::Reference< css::frame::XFrame >( xLast, css::uno::UNO_QUERY ); in getCurrentFrame()
637 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFromURL( const ::rtl::O… in loadComponentFromURL()
640 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::io::IOExce… in loadComponentFromURL()
641css::lang::IllegalArgumentException , in loadComponentFromURL()
642css::uno::RuntimeException ) in loadComponentFromURL()
650css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoade… in loadComponentFromURL()
651 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; in loadComponentFromURL()
679 css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL Desktop::getTasks() throw( css::… in getTasks()
710 css::uno::Reference< css::frame::XTask > SAL_CALL Desktop::getActiveTask() throw( css::uno::Runtime… in getActiveTask()
740 css::uno::Reference< css::frame::XDispatch > SAL_CALL Desktop::queryDispatch( const css::util::URL&… in queryDispatch()
742 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in queryDispatch()
758 return css::uno::Reference< css::frame::XDispatch >(); in queryDispatch()
768 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Desktop::queryDispatche… in queryDispatches()
788 void SAL_CALL Desktop::registerDispatchProviderInterceptor( const css::uno::Reference< css::frame::… in registerDispatchProviderInterceptor()
789 throw( css::uno::RuntimeException) in registerDispatchProviderInterceptor()
793css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in registerDispatchProviderInterceptor()
798 void SAL_CALL Desktop::releaseDispatchProviderInterceptor ( const css::uno::Reference< css::frame::… in releaseDispatchProviderInterceptor()
799 throw( css::uno::RuntimeException) in releaseDispatchProviderInterceptor()
803css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in releaseDispatchProviderInterceptor()
824 css::uno::Reference< css::frame::XFrames > SAL_CALL Desktop::getFrames() throw( css::uno::RuntimeEx… in getFrames()
850 void SAL_CALL Desktop::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) th… in setActiveFrame()
861 css::uno::Reference< css::frame::XFrame > xLastActiveChild = m_aChildTaskContainer.getActive(); in setActiveFrame()
873 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getActiveFrame() throw( css::uno::Runti… in getActiveFrame()
896 void SAL_CALL Desktop::initialize( const css::uno::Reference< css::awt::XWindow >& ) throw( css::un… in initialize()
901 css::uno::Reference< css::awt::XWindow > SAL_CALL Desktop::getContainerWindow() throw( css::uno::Ru… in getContainerWindow()
903 return css::uno::Reference< css::awt::XWindow >(); in getContainerWindow()
907 …d SAL_CALL Desktop::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& /*xCreat… in setCreator()
912 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Desktop::getCreator() throw( css::uno::… in getCreator()
914 return css::uno::Reference< css::frame::XFramesSupplier >(); in getCreator()
918 ::rtl::OUString SAL_CALL Desktop::getName() throw( css::uno::RuntimeException ) in getName()
927 void SAL_CALL Desktop::setName( const ::rtl::OUString& sName ) throw( css::uno::RuntimeException ) in setName()
937 sal_Bool SAL_CALL Desktop::isTop() throw( css::uno::RuntimeException ) in isTop()
943 void SAL_CALL Desktop::activate() throw( css::uno::RuntimeException ) in activate()
951 void SAL_CALL Desktop::deactivate() throw( css::uno::RuntimeException ) in deactivate()
959 sal_Bool SAL_CALL Desktop::isActive() throw( css::uno::RuntimeException ) in isActive()
965 sal_Bool SAL_CALL Desktop::setComponent( const css::uno::Reference< css::awt::XWindow >& /*xC… in setComponent()
966 …const css::uno::Reference< css::frame::XController >& /*xController*/ ) throw( css::uno::Runt… in setComponent()
972 css::uno::Reference< css::awt::XWindow > SAL_CALL Desktop::getComponentWindow() throw( css::uno::Ru… in getComponentWindow()
974 return css::uno::Reference< css::awt::XWindow >(); in getComponentWindow()
978 css::uno::Reference< css::frame::XController > SAL_CALL Desktop::getController() throw( css::uno::R… in getController()
980 return css::uno::Reference< css::frame::XController >(); in getController()
984 void SAL_CALL Desktop::contextChanged() throw( css::uno::RuntimeException ) in contextChanged()
989 …LL Desktop::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >&… in addFrameActionListener()
996 …Desktop::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >&… in removeFrameActionListener()
1027 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const ::rtl::OUString& sTarg… in findFrame()
1028 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in findFrame()
1030 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame()
1059 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in findFrame()
1121 (nSearchFlags & css::frame::FrameSearchFlag::SELF) && in findFrame()
1139 (nSearchFlags & css::frame::FrameSearchFlag::TASKS) in findFrame()
1154 (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
1167 (nSearchFlags & css::frame::FrameSearchFlag::CREATE) in findFrame()
1180 throw( css::uno::RuntimeException ) in dispose()
1218css::uno::Reference< css::uno::XInterface > xThis ( static_cast< ::cppu::OWeakObject* >(this), css in dispose()
1219 css::lang::EventObject aEvent( xThis ); in dispose()
1228css::uno::Reference< css::lang::XEventListener > xFramesHelper( m_xFramesHelper, css::uno::UNO_QUE… in dispose()
1265 …L_CALL Desktop::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in addEventListener()
1274 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEventLi… in addEventListener()
1278 …ALL Desktop::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in removeEventListener()
1287 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEven… in removeEventListener()
1306 void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent& aEvent ) throw( css in dispatchFinished()
1316 m_xLastFrame = css::uno::Reference< css::frame::XFrame >(); in dispatchFinished()
1318 if( aEvent.State == css::frame::DispatchResultState::SUCCESS ) in dispatchFinished()
1320 css::uno::Reference < css::frame::XFrame > xFrame; in dispatchFinished()
1342 void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::uno::RuntimeException… in disposing()
1370 void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractionRequest >& xReques… in handle()
1384 css::uno::Any aRequest = xRequest->getRequest(); in handle()
1387css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > lContinuations = … in handle()
1388css::uno::Reference< css::task::XInteractionAbort > xAbort ; in handle()
1389css::uno::Reference< css::task::XInteractionApprove > xApprove ; in handle()
1390css::uno::Reference< css::document::XInteractionFilterSelect > xFilterSelect ; in handle()
1397 …xAbort = css::uno::Reference< css::task::XInteractionAbort >( lContinuations[nStep], css::uno::UN… in handle()
1400 …xApprove = css::uno::Reference< css::task::XInteractionApprove >( lContinuations[nStep], css::uno… in handle()
1403 …xFilterSelect = css::uno::Reference< css::document::XInteractionFilterSelect >( lContinuations[nSt… in handle()
1408 css::task::ErrorCodeRequest aErrorCodeRequest ; in handle()
1409 css::document::AmbigousFilterRequest aAmbigousFilterRequest; in handle()
1453 ::sal_Int32 SAL_CALL Desktop::leaseNumber( const css::uno::Reference< css::uno::XInterface >& xComp… in leaseNumber()
1454 throw (css::lang::IllegalArgumentException, in leaseNumber()
1455 css::uno::RuntimeException ) in leaseNumber()
1463 throw (css::lang::IllegalArgumentException, in releaseNumber()
1464 css::uno::RuntimeException ) in releaseNumber()
1471 void SAL_CALL Desktop::releaseNumberForComponent( const css::uno::Reference< css::uno::XInterface >… in releaseNumberForComponent()
1472 throw (css::lang::IllegalArgumentException, in releaseNumberForComponent()
1473 css::uno::RuntimeException ) in releaseNumberForComponent()
1481 throw (css::uno::RuntimeException) in getUntitledPrefix()
1511 sal_Bool SAL_CALL Desktop::convertFastPropertyValue( css::uno::Any& aConvertedValue , in convertFastPropertyValue()
1512 css::uno::Any& aOldValue , in convertFastPropertyValue()
1514 … const css::uno::Any& aValue ) throw( css::lang::IllegalArgumentException ) in convertFastPropertyValue()
1528 css::uno::makeAny(m_bSuspendQuickstartVeto), in convertFastPropertyValue()
1535 css::uno::makeAny(m_xDispatchRecorderSupplier), in convertFastPropertyValue()
1542 css::uno::makeAny(m_sTitle), in convertFastPropertyValue()
1570 … const css::uno::Any& aValue ) throw( css::uno::Exception ) in setFastPropertyValue_NoBroadcast()
1603 void SAL_CALL Desktop::getFastPropertyValue( css::uno::Any& aValue , in getFastPropertyValue()
1690 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL Desktop::getPropertySetInfo() throw (:… in getPropertySetInfo()
1699 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo()
1710 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHe… in getPropertySetInfo()
1736 css::uno::Reference< css::lang::XComponent > Desktop::impl_getFrameComponent( const css::uno::Refer… in impl_getFrameComponent()
1743 css::uno::Reference< css::lang::XComponent > xComponent; in impl_getFrameComponent()
1745 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in impl_getFrameComponent()
1749 …xComponent = css::uno::Reference< css::lang::XComponent >( xFrame->getComponentWindow(), css::uno:… in impl_getFrameComponent()
1754css::uno::Reference< css::frame::XModel > xModel( xController->getModel(), css::uno::UNO_QUERY ); in impl_getFrameComponent()
1758 … xComponent = css::uno::Reference< css::lang::XComponent >( xModel, css::uno::UNO_QUERY ); in impl_getFrameComponent()
1763 … xComponent = css::uno::Reference< css::lang::XComponent >( xController, css::uno::UNO_QUERY ); in impl_getFrameComponent()
1784 const css::uno::Sequence< css::beans::Property > Desktop::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
1793 static const css::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
1795css::beans::Property( DESKTOP_PROPNAME_ACTIVEFRAME , DESKTOP_PROPHANDLE_ACTIVEFRAME … in impl_getStaticPropertyDescriptor()
1796css::beans::Property( DESKTOP_PROPNAME_DISPATCHRECORDERSUPPLIER , DESKTOP_PROPHANDLE_DISPATCHRECOR… in impl_getStaticPropertyDescriptor()
1797css::beans::Property( DESKTOP_PROPNAME_ISPLUGGED , DESKTOP_PROPHANDLE_ISPLUGGED … in impl_getStaticPropertyDescriptor()
1798css::beans::Property( DESKTOP_PROPNAME_SUSPENDQUICKSTARTVETO , DESKTOP_PROPHANDLE_SUSPENDQUICKS… in impl_getStaticPropertyDescriptor()
1799css::beans::Property( DESKTOP_PROPNAME_TITLE , DESKTOP_PROPHANDLE_TITLE … in impl_getStaticPropertyDescriptor()
1802 …static const css::uno::Sequence< css::beans::Property > lPropertyDescriptor( pProperties, DESKTOP_… in impl_getStaticPropertyDescriptor()
1815 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::X… in impl_sendQueryTerminationEvent()
1819 css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) ); in impl_sendQueryTerminationEvent()
1826css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendQueryTerminationEvent()
1832 catch( const css::frame::TerminationVetoException& ) in impl_sendQueryTerminationEvent()
1838 catch( const css::uno::Exception& ) in impl_sendQueryTerminationEvent()
1853css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) … in impl_sendCancelTerminationEvent()
1862 css::uno::Reference< css::frame::XTerminateListener > xListener = *pIt; in impl_sendCancelTerminationEvent()
1863css::uno::Reference< css::frame::XTerminateListener2 > xListenerGeneration2(xListener, css::uno::U… in impl_sendCancelTerminationEvent()
1868 catch( const css::uno::Exception& ) in impl_sendCancelTerminationEvent()
1878 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::X… in impl_sendNotifyTerminationEvent()
1882 css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) ); in impl_sendNotifyTerminationEvent()
1889css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendNotifyTerminationEvent()
1894 catch( const css::uno::Exception& ) in impl_sendNotifyTerminationEvent()
1909css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > lFrames = m_aChildTaskContainer.ge… in impl_closeFrames()
1921 css::uno::Reference< css::frame::XFrame > xFrame = lFrames[i]; in impl_closeFrames()
1926css::uno::Reference< css::frame::XController > xController( xFrame->getController(), css::uno::UNO… in impl_closeFrames()
1943 css::uno::Reference< css::util::XCloseable > xClose( xFrame, css::uno::UNO_QUERY ); in impl_closeFrames()
1950 catch(const css::util::CloseVetoException&) in impl_closeFrames()
1974 css::uno::Reference< css::lang::XComponent > xDispose( xFrame, css::uno::UNO_QUERY ); in impl_closeFrames()
1981 catch(const css::lang::DisposedException&) in impl_closeFrames()
2004 sal_Bool Desktop::implcp_ctor( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFacto… in implcp_ctor()
2014 sal_Bool Desktop::implcp_addEventListener( const css::uno::Reference< css::lang::XEventListener >& … in implcp_addEventListener()
2024 sal_Bool Desktop::implcp_removeEventListener( const css::uno::Reference< css::lang::XEventListener … in implcp_removeEventListener()