Lines Matching refs:m_rFactory
122 OSaxParserTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ) in OSaxParserTest()
159 XMultiServiceFactoryRef m_rFactory; member in OSaxParserTest
579 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testSimple()
588 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , FALSE ); in testSimple()
640 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testNamespaces()
649 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , FALSE ); in testNamespaces()
697 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testEncoding()
706 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , FALSE ); in testEncoding()
736 XInputStreamRef rInStream = createStreamFromFile( "testsax.xml" , m_rFactory ); in testFile()
746 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , TRUE ); in testFile()
789 XInputStreamRef rInStream = createStreamFromFile( "testPerformance.xml" , m_rFactory ); in testPerformance()
798 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , FALSE ); in testPerformance()