Lines Matching refs:css

123 …                                         DIRECT_INTERFACE( css::lang::XTypeProvider              ),  in DEFINE_XINTERFACE_15()
124 … DIRECT_INTERFACE( css::lang::XServiceInfo ), in DEFINE_XINTERFACE_15()
125 … DIRECT_INTERFACE( css::frame::XDesktop ), in DEFINE_XINTERFACE_15()
126 … DIRECT_INTERFACE( css::frame::XComponentLoader ), in DEFINE_XINTERFACE_15()
127 … DIRECT_INTERFACE( css::frame::XTasksSupplier ), in DEFINE_XINTERFACE_15()
128 … DIRECT_INTERFACE( css::frame::XDispatchProvider ), in DEFINE_XINTERFACE_15()
129 … DIRECT_INTERFACE( css::frame::XDispatchProviderInterception), in DEFINE_XINTERFACE_15()
130 … DIRECT_INTERFACE( css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_15()
131 … DIRECT_INTERFACE( css::frame::XFrame ), in DEFINE_XINTERFACE_15()
132 … DIRECT_INTERFACE( css::lang::XComponent ), in DEFINE_XINTERFACE_15()
133 … DIRECT_INTERFACE( css::frame::XDispatchResultListener ), in DEFINE_XINTERFACE_15()
134 … DIRECT_INTERFACE( css::lang::XEventListener ), in DEFINE_XINTERFACE_15()
135 … DIRECT_INTERFACE( css::task::XInteractionHandler ), in DEFINE_XINTERFACE_15()
136 … DIRECT_INTERFACE( css::beans::XPropertySet ), in DEFINE_XINTERFACE_15()
137 … DIRECT_INTERFACE( css::frame::XUntitledNumbers ) in DEFINE_XINTERFACE_15()
141css::lang::XTypeProvider , in DEFINE_XINTERFACE_15()
142css::lang::XServiceInfo , in DEFINE_XINTERFACE_15()
143css::frame::XDesktop , in DEFINE_XINTERFACE_15()
144css::frame::XComponentLoader , in DEFINE_XINTERFACE_15()
145css::frame::XTasksSupplier , in DEFINE_XINTERFACE_15()
146css::frame::XDispatchProvider , in DEFINE_XINTERFACE_15()
147css::frame::XDispatchProviderInterception , in DEFINE_XINTERFACE_15()
148css::frame::XFramesSupplier , in DEFINE_XINTERFACE_15()
149css::frame::XFrame , in DEFINE_XINTERFACE_15()
150css::lang::XComponent , in DEFINE_XINTERFACE_15()
151css::frame::XDispatchResultListener , in DEFINE_XINTERFACE_15()
152css::lang::XEventListener , in DEFINE_XINTERFACE_15()
153css::task::XInteractionHandler , in DEFINE_XINTERFACE_15()
154css::beans::XPropertySet , in DEFINE_XINTERFACE_15()
155 css::frame::XUntitledNumbers in DEFINE_XINTERFACE_15()
178 …m_xFramesHelper = css::uno::Reference< css::frame::XFrames >( static_cast< ::cppu::OWeakObject* >(… in DEFINE_XINTERFACE_15()
185css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( static_cast< ::cppu::OWeak… in DEFINE_XINTERFACE_15()
193 …_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWea… in DEFINE_XINTERFACE_15()
200 …_xTitleNumberGenerator = css::uno::Reference< css::frame::XUntitledNumbers >(static_cast< ::cppu::… in DEFINE_XINTERFACE_15()
236 Desktop::Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
293 throw( css::uno::RuntimeException ) in terminate()
300css::uno::Reference< css::frame::XTerminateListener > xPipeTerminator = m_xPipeTerminator; in terminate()
301 css::uno::Reference< css::frame::XTerminateListener > xQuickLauncher = m_xQuickLauncher; in terminate()
302css::uno::Reference< css::frame::XTerminateListener > xSWThreadManager = m_xSWThreadManager; in terminate()
303 css::uno::Reference< css::frame::XTerminateListener > xSfxTerminator = m_xSfxTerminator; in terminate()
305css::lang::EventObject aEvent ( static_cast< ::cppu::OW… in terminate()
382 catch(const css::frame::TerminationVetoException&) in terminate()
428 void SAL_CALL Desktop::addTerminateListener( const css::uno::Reference< css::frame::XTerminateListe… in addTerminateListener()
429 throw( css::uno::RuntimeException ) in addTerminateListener()
433 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in addTerminateListener()
467 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::frame::XTermin… in addTerminateListener()
471 void SAL_CALL Desktop::removeTerminateListener( const css::uno::Reference< css::frame::XTerminateLi… in removeTerminateListener()
472 throw( css::uno::RuntimeException ) in removeTerminateListener()
476 css::uno::Reference< css::lang::XServiceInfo > xInfo( xListener, css::uno::UNO_QUERY ); in removeTerminateListener()
513 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::frame::XTer… in removeTerminateListener()
530 css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL Desktop::getComponents() throw( in getComponents()
539css::uno::Reference< css::container::XEnumerationAccess > xAccess( static_cast< ::cppu::OWeakObjec… in getComponents()
557 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::getCurrentComponent() throw( css::un… in getCurrentComponent()
564 css::uno::Reference< css::lang::XComponent > xComponent; in getCurrentComponent()
569 css::uno::Reference< css::frame::XFrame > xCurrentFrame = getCurrentFrame(); in getCurrentComponent()
594 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getCurrentFrame() throw( css::uno::Runt… in getCurrentFrame()
603css::uno::Reference< css::frame::XFramesSupplier > xLast = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
606css::uno::Reference< css::frame::XFramesSupplier > xNext = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
610 …xNext = css::uno::Reference< css::frame::XFramesSupplier >( xNext->getActiveFrame(), css::uno::UNO… in getCurrentFrame()
613 return css::uno::Reference< css::frame::XFrame >( xLast, css::uno::UNO_QUERY ); in getCurrentFrame()
635 css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFromURL( const ::rtl::O… in loadComponentFromURL()
638 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::io::IOExce… in loadComponentFromURL()
639css::lang::IllegalArgumentException , in loadComponentFromURL()
640css::uno::RuntimeException ) in loadComponentFromURL()
648css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoade… in loadComponentFromURL()
649 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xFactory; 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()
740 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in queryDispatch()
756 return css::uno::Reference< css::frame::XDispatch >(); 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()
787 throw( css::uno::RuntimeException) in registerDispatchProviderInterceptor()
791css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… in registerDispatchProviderInterceptor()
796 void SAL_CALL Desktop::releaseDispatchProviderInterceptor ( const css::uno::Reference< css::frame::… in releaseDispatchProviderInterceptor()
797 throw( css::uno::RuntimeException) in releaseDispatchProviderInterceptor()
801css::uno::Reference< css::frame::XDispatchProviderInterception > xInterceptionHelper( m_xDispatchH… 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()
859 css::uno::Reference< css::frame::XFrame > xLastActiveChild = m_aChildTaskContainer.getActive(); 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()
901 return css::uno::Reference< css::awt::XWindow >(); in getContainerWindow()
905 …d SAL_CALL Desktop::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& /*xCreat… in setCreator()
910 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Desktop::getCreator() throw( css::uno::… in getCreator()
912 return css::uno::Reference< css::frame::XFramesSupplier >(); 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()
964 …const css::uno::Reference< css::frame::XController >& /*xController*/ ) throw( css::uno::Runt… in setComponent()
970 css::uno::Reference< css::awt::XWindow > SAL_CALL Desktop::getComponentWindow() throw( css::uno::Ru… in getComponentWindow()
972 return css::uno::Reference< css::awt::XWindow >(); in getComponentWindow()
976 css::uno::Reference< css::frame::XController > SAL_CALL Desktop::getController() throw( css::uno::R… in getController()
978 return css::uno::Reference< css::frame::XController >(); in getController()
982 void SAL_CALL Desktop::contextChanged() throw( css::uno::RuntimeException ) in contextChanged()
987 …LL Desktop::addFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >&… in addFrameActionListener()
994 …Desktop::removeFrameActionListener( const css::uno::Reference< css::frame::XFrameActionListener >&… in removeFrameActionListener()
1025 css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const ::rtl::OUString& sTarg… in findFrame()
1026 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) in findFrame()
1028 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame()
1057 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in findFrame()
1119 (nSearchFlags & css::frame::FrameSearchFlag::SELF) && in findFrame()
1137 (nSearchFlags & css::frame::FrameSearchFlag::TASKS) in findFrame()
1152 (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN) in findFrame()
1165 (nSearchFlags & css::frame::FrameSearchFlag::CREATE) in findFrame()
1178 throw( css::uno::RuntimeException ) in dispose()
1216css::uno::Reference< css::uno::XInterface > xThis ( static_cast< ::cppu::OWeakObject* >(this), css in dispose()
1217 css::lang::EventObject aEvent( xThis ); in dispose()
1226css::uno::Reference< css::lang::XEventListener > xFramesHelper( m_xFramesHelper, css::uno::UNO_QUE… in dispose()
1263 …L_CALL Desktop::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in addEventListener()
1272 …m_aListenerContainer.addInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEventLi… in addEventListener()
1276 …ALL Desktop::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& xListene… in removeEventListener()
1285 …m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEven… in removeEventListener()
1304 void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent& aEvent ) throw( css in dispatchFinished()
1314 m_xLastFrame = css::uno::Reference< css::frame::XFrame >(); in dispatchFinished()
1316 if( aEvent.State == css::frame::DispatchResultState::SUCCESS ) in dispatchFinished()
1318 css::uno::Reference < css::frame::XFrame > xFrame; 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()
1382 css::uno::Any aRequest = xRequest->getRequest(); in handle()
1385css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > lContinuations = … in handle()
1386css::uno::Reference< css::task::XInteractionAbort > xAbort ; in handle()
1387css::uno::Reference< css::task::XInteractionApprove > xApprove ; in handle()
1388css::uno::Reference< css::document::XInteractionFilterSelect > xFilterSelect ; in handle()
1395 …xAbort = css::uno::Reference< css::task::XInteractionAbort >( lContinuations[nStep], css::uno::UN… in handle()
1398 …xApprove = css::uno::Reference< css::task::XInteractionApprove >( lContinuations[nStep], css::uno… in handle()
1401 …xFilterSelect = css::uno::Reference< css::document::XInteractionFilterSelect >( lContinuations[nSt… in handle()
1406 css::task::ErrorCodeRequest aErrorCodeRequest ; in handle()
1407 css::document::AmbigousFilterRequest aAmbigousFilterRequest; in handle()
1451 ::sal_Int32 SAL_CALL Desktop::leaseNumber( const css::uno::Reference< css::uno::XInterface >& xComp… in leaseNumber()
1452 throw (css::lang::IllegalArgumentException, in leaseNumber()
1453 css::uno::RuntimeException ) in leaseNumber()
1461 throw (css::lang::IllegalArgumentException, in releaseNumber()
1462 css::uno::RuntimeException ) in releaseNumber()
1469 void SAL_CALL Desktop::releaseNumberForComponent( const css::uno::Reference< css::uno::XInterface >… in releaseNumberForComponent()
1470 throw (css::lang::IllegalArgumentException, in releaseNumberForComponent()
1471 css::uno::RuntimeException ) in releaseNumberForComponent()
1479 throw (css::uno::RuntimeException) in getUntitledPrefix()
1509 sal_Bool SAL_CALL Desktop::convertFastPropertyValue( css::uno::Any& aConvertedValue , in convertFastPropertyValue()
1510 css::uno::Any& aOldValue , in convertFastPropertyValue()
1512 … const css::uno::Any& aValue ) throw( css::lang::IllegalArgumentException ) in convertFastPropertyValue()
1526 css::uno::makeAny(m_bSuspendQuickstartVeto), in convertFastPropertyValue()
1533 css::uno::makeAny(m_xDispatchRecorderSupplier), in convertFastPropertyValue()
1540 css::uno::makeAny(m_sTitle), in convertFastPropertyValue()
1568 … const css::uno::Any& aValue ) throw( css::uno::Exception ) in setFastPropertyValue_NoBroadcast()
1601 void SAL_CALL Desktop::getFastPropertyValue( css::uno::Any& aValue , in getFastPropertyValue()
1688 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL Desktop::getPropertySetInfo() throw (:… in getPropertySetInfo()
1697 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo()
1708 …static css::uno::Reference< css::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHe… in getPropertySetInfo()
1734 css::uno::Reference< css::lang::XComponent > Desktop::impl_getFrameComponent( const css::uno::Refer… in impl_getFrameComponent()
1741 css::uno::Reference< css::lang::XComponent > xComponent; in impl_getFrameComponent()
1743 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in impl_getFrameComponent()
1747 …xComponent = css::uno::Reference< css::lang::XComponent >( xFrame->getComponentWindow(), css::uno:… in impl_getFrameComponent()
1752css::uno::Reference< css::frame::XModel > xModel( xController->getModel(), css::uno::UNO_QUERY ); in impl_getFrameComponent()
1756 … xComponent = css::uno::Reference< css::lang::XComponent >( xModel, css::uno::UNO_QUERY ); in impl_getFrameComponent()
1761 … xComponent = css::uno::Reference< css::lang::XComponent >( xController, css::uno::UNO_QUERY ); in impl_getFrameComponent()
1782 const css::uno::Sequence< css::beans::Property > Desktop::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
1791 static const css::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
1793css::beans::Property( DESKTOP_PROPNAME_ACTIVEFRAME , DESKTOP_PROPHANDLE_ACTIVEFRAME … in impl_getStaticPropertyDescriptor()
1794css::beans::Property( DESKTOP_PROPNAME_DISPATCHRECORDERSUPPLIER , DESKTOP_PROPHANDLE_DISPATCHRECOR… in impl_getStaticPropertyDescriptor()
1795css::beans::Property( DESKTOP_PROPNAME_ISPLUGGED , DESKTOP_PROPHANDLE_ISPLUGGED … in impl_getStaticPropertyDescriptor()
1796css::beans::Property( DESKTOP_PROPNAME_SUSPENDQUICKSTARTVETO , DESKTOP_PROPHANDLE_SUSPENDQUICKS… in impl_getStaticPropertyDescriptor()
1797css::beans::Property( DESKTOP_PROPNAME_TITLE , DESKTOP_PROPHANDLE_TITLE … in impl_getStaticPropertyDescriptor()
1800 …static const css::uno::Sequence< css::beans::Property > lPropertyDescriptor( pProperties, DESKTOP_… in impl_getStaticPropertyDescriptor()
1813 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::X… in impl_sendQueryTerminationEvent()
1817 css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) ); in impl_sendQueryTerminationEvent()
1824css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendQueryTerminationEvent()
1830 catch( const css::frame::TerminationVetoException& ) in impl_sendQueryTerminationEvent()
1836 catch( const css::uno::Exception& ) in impl_sendQueryTerminationEvent()
1851css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) … in impl_sendCancelTerminationEvent()
1860 css::uno::Reference< css::frame::XTerminateListener > xListener = *pIt; in impl_sendCancelTerminationEvent()
1861css::uno::Reference< css::frame::XTerminateListener2 > xListenerGeneration2(xListener, css::uno::U… in impl_sendCancelTerminationEvent()
1866 catch( const css::uno::Exception& ) in impl_sendCancelTerminationEvent()
1876 …ner = m_aListenerContainer.getContainer( ::getCppuType( ( const css::uno::Reference< css::frame::X… in impl_sendNotifyTerminationEvent()
1880 css::lang::EventObject aEvent( static_cast< ::cppu::OWeakObject* >(this) ); in impl_sendNotifyTerminationEvent()
1887css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendNotifyTerminationEvent()
1892 catch( const css::uno::Exception& ) in impl_sendNotifyTerminationEvent()
1907css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > lFrames = m_aChildTaskContainer.ge… in impl_closeFrames()
1919 css::uno::Reference< css::frame::XFrame > xFrame = lFrames[i]; in impl_closeFrames()
1924css::uno::Reference< css::frame::XController > xController( xFrame->getController(), css::uno::UNO… in impl_closeFrames()
1941 css::uno::Reference< css::util::XCloseable > xClose( xFrame, css::uno::UNO_QUERY ); in impl_closeFrames()
1948 catch(const css::util::CloseVetoException&) in impl_closeFrames()
1972 css::uno::Reference< css::lang::XComponent > xDispose( xFrame, css::uno::UNO_QUERY ); in impl_closeFrames()
1979 catch(const css::lang::DisposedException&) 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()