Lines Matching refs:css

82 BackingComp::BackingComp( const css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR )  in BackingComp()
111 css::uno::Any SAL_CALL BackingComp::queryInterface( /*IN*/ const css::uno::Type& aType ) in queryInterface()
113 css::uno::Any aResult; in queryInterface()
118 static_cast< css::lang::XTypeProvider* >(this), in queryInterface()
119 static_cast< css::lang::XServiceInfo* >(this), in queryInterface()
120 static_cast< css::lang::XInitialization* >(this), in queryInterface()
121 static_cast< css::frame::XController* >(this), in queryInterface()
122 static_cast< css::lang::XComponent* >(this), in queryInterface()
123 static_cast< css::lang::XEventListener* >(this), in queryInterface()
124 … static_cast< css::awt::XKeyListener* >(static_cast< css::lang::XEventListener* >(this))); in queryInterface()
181 css::uno::Sequence< css::uno::Type > SAL_CALL BackingComp::getTypes() in getTypes()
193css::uno::Reference< css::lang::XTypeProvider > xProvider(m_xWindow, css::uno::UNO_QUERY); in getTypes()
197 css::uno::Sequence< css::uno::Type > lWindowTypes; in getTypes()
202 … ::getCppuType((const ::com::sun::star::uno::Reference< css::lang::XInitialization >*)NULL ), in getTypes()
203 … ::getCppuType((const ::com::sun::star::uno::Reference< css::lang::XTypeProvider >*)NULL ), in getTypes()
204 … ::getCppuType((const ::com::sun::star::uno::Reference< css::lang::XServiceInfo >*)NULL ), in getTypes()
205 … ::getCppuType((const ::com::sun::star::uno::Reference< css::frame::XController >*)NULL ), in getTypes()
206 … ::getCppuType((const ::com::sun::star::uno::Reference< css::lang::XComponent >*)NULL ), in getTypes()
227 css::uno::Sequence< sal_Int8 > SAL_CALL BackingComp::getImplementationId() in getImplementationId()
298 css::uno::Sequence< ::rtl::OUString > SAL_CALL BackingComp::getSupportedServiceNames() in getSupportedServiceNames()
334 css::uno::Sequence< ::rtl::OUString > BackingComp::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
336 css::uno::Sequence< ::rtl::OUString > lNames(1); in impl_getStaticSupportedServiceNames()
356 css::uno::Reference< css::uno::XInterface > SAL_CALL BackingComp::impl_createInstance( /*IN*/ const… in impl_createInstance()
359 …return css::uno::Reference< css::uno::XInterface >(static_cast< ::cppu::OWeakObject* >(pObject), c… in impl_createInstance()
379 css::uno::Reference< css::lang::XSingleServiceFactory > BackingComp::impl_createFactory( /*IN*/ con… in impl_createFactory()
381 css::uno::Reference< css::lang::XSingleServiceFactory > xReturn( in impl_createFactory()
445 void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFr… in attachFrame()
452 throw css::uno::RuntimeException( in attachFrame()
457 throw css::uno::RuntimeException( in attachFrame()
462 throw css::uno::RuntimeException( in attachFrame()
471 …rgetListener = css::uno::Reference< css::datatransfer::dnd::XDropTargetListener >(static_cast< ::c… in attachFrame()
473css::uno::Reference< css::awt::XDataTransferProviderAccess > xTransfer(m_xSMGR->createInstance(SER… in attachFrame()
476css::uno::Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(… in attachFrame()
485 css::uno::Reference< css::awt::XWindow > xParentWindow = xFrame->getContainerWindow(); in attachFrame()
497 css::uno::Reference< css::beans::XPropertySet > xPropSet(m_xFrame, css::uno::UNO_QUERY_THROW); in attachFrame()
498 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in attachFrame()
535 sal_Bool SAL_CALL BackingComp::attachModel( /*IN*/ const css::uno::Reference< css::frame::XModel >&… in attachModel()
550 css::uno::Reference< css::frame::XModel > SAL_CALL BackingComp::getModel() in getModel()
552 return css::uno::Reference< css::frame::XModel >(); in getModel()
562 css::uno::Any SAL_CALL BackingComp::getViewData() in getViewData()
564 return css::uno::Any(); in getViewData()
575 void SAL_CALL BackingComp::restoreViewData( /*IN*/ const css::uno::Any& ) in restoreViewData()
589 css::uno::Reference< css::frame::XFrame > SAL_CALL BackingComp::getFrame() in getFrame()
635 void SAL_CALL BackingComp::disposing( /*IN*/ const css::lang::EventObject& aEvent ) in disposing()
644 throw css::uno::RuntimeException( in disposing()
648 m_xWindow = css::uno::Reference< css::awt::XWindow >(); in disposing()
670 css::util::URL aURL; in dispose()
672css::uno::Reference< css::util::XURLTransformer > xParser(m_xSMGR->createInstance(SERVICENAME_URLT… in dispose()
676 css::uno::Reference< css::frame::XDispatchProvider > xProvider(m_xFrame, css::uno::UNO_QUERY); in dispose()
679css::uno::Reference< css::frame::XDispatch > xDispatch = xProvider->queryDispatch(aURL, SPECIALTAR… in dispose()
681 xDispatch->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue>()); in dispose()
687css::uno::Reference< css::awt::XDataTransferProviderAccess > xTransfer(m_xSMGR->createInstance(SER… in dispose()
690css::uno::Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(… in dispose()
697 … m_xDropTargetListener = css::uno::Reference< css::datatransfer::dnd::XDropTargetListener >(); in dispose()
703 css::uno::Reference< css::lang::XComponent > xBroadcaster(m_xWindow, css::uno::UNO_QUERY); in dispose()
706css::uno::Reference< css::lang::XEventListener > xEventThis(static_cast< ::cppu::OWeakObject* >(th… in dispose()
709css::uno::Reference< css::awt::XKeyListener > xKeyThis(static_cast< ::cppu::OWeakObject* >(this), in dispose()
711 m_xWindow = css::uno::Reference< css::awt::XWindow >(); in dispose()
715 m_xFrame = css::uno::Reference< css::frame::XFrame >(); in dispose()
716 m_xSMGR = css::uno::Reference< css::lang::XMultiServiceFactory >(); in dispose()
734 void SAL_CALL BackingComp::addEventListener( /*IN*/ const css::uno::Reference< css::lang::XEventLis… in addEventListener()
736 throw css::uno::RuntimeException( in addEventListener()
751 void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference< css::lang::XEvent… in removeEventListener()
775 void SAL_CALL BackingComp::initialize( /*IN*/ const css::uno::Sequence< css::uno::Any >& lArgs ) in initialize()
781 throw css::uno::Exception( in initialize()
785 css::uno::Reference< css::awt::XWindow > xParentWindow; in initialize()
792 throw css::uno::Exception( in initialize()
803 throw css::uno::RuntimeException( in initialize()
809 css::uno::Reference< css::lang::XComponent > xBroadcaster(m_xWindow, css::uno::UNO_QUERY); in initialize()
811 xBroadcaster->addEventListener(static_cast< css::lang::XEventListener* >(this)); in initialize()
824 void SAL_CALL BackingComp::keyPressed( /*IN*/ const css::awt::KeyEvent& ) in keyPressed()
833 void SAL_CALL BackingComp::keyReleased( /*IN*/ const css::awt::KeyEvent& ) in keyReleased()