Searched refs:m_tcontrol (Results 1 – 1 of 1) sorted by relevance
144 Reference< XActiveDataControl > m_tcontrol; member in XSLT::XSLTFilter169 , m_tcontrol() in XSLTFilter()298 m_tcontrol = Reference< XActiveDataControl >(m_rServiceFactory->createInstanceWithArguments( in importer()303 OSL_ASSERT(m_tcontrol.is()); in importer()304 if (xHandler.is() && xInputStream.is() && m_tcontrol.is()) in importer()309 m_tcontrol->addListener(Reference< XStreamListener >(this)); in importer()312 Reference< XActiveDataSink > tsink(m_tcontrol, UNO_QUERY); in importer()332 Reference< XActiveDataSource > tsource(m_tcontrol, UNO_QUERY); in importer()345 m_tcontrol->start(); in importer()452 m_tcontrol = Reference< XActiveDataControl >(m_rServiceFactory->createInstanceWithArguments( in exporter()[all …]