Searched refs:m_rFactory (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/extensions/test/sax/ |
| H A D | testsax.cxx | 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() [all …]
|
| H A D | testwriter.cxx | 183 OSaxWriterTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ) in OSaxWriterTest() 221 XMultiServiceFactoryRef m_rFactory; member in OSaxWriterTest
|
| /trunk/main/sax/test/sax/ |
| H A D | testsax.cxx | 66 OSaxParserTest( const Reference < XMultiServiceFactory > & rFactory ) : m_rFactory( rFactory ) in OSaxParserTest() 95 Reference < XMultiServiceFactory > m_rFactory; member in sax_test::OSaxParserTest 499 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testSimple() 508 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , sal_False ); in testSimple() 565 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testNamespaces() 574 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , sal_False ); in testNamespaces() 619 rInStream = createStreamFromSequence( seqBytes , m_rFactory ); in testEncoding() 628 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , sal_False ); in testEncoding() 653 Reference< XInputStream > rInStream = createStreamFromFile( "testsax.xml" , m_rFactory ); in testFile() 663 TestDocumentHandler *pDocHandler = new TestDocumentHandler( m_rFactory , sal_True ); in testFile() [all …]
|
| H A D | testwriter.cxx | 99 OSaxWriterTest( const Reference < XMultiServiceFactory > & rFactory ) : m_rFactory( rFactory ) in OSaxWriterTest() 132 Reference < XMultiServiceFactory > m_rFactory; member in sax_test::OSaxWriterTest
|
| /trunk/main/io/test/stm/ |
| H A D | datatest.cxx | 82 m_rFactory( rFactory ) in ODataStreamTest() 105 Reference < XMultiServiceFactory > m_rFactory; member in ODataStreamTest 173 Reference < XInterface > x = m_rFactory->createInstance( in test() 180 x = m_rFactory->createInstance( in test() 187 x = m_rFactory->createInstance( in test() 691 Reference < XInterface > x = m_rFactory->createInstance( in test() 697 x = m_rFactory->createInstance( in test() 703 x = m_rFactory->createInstance( OUString( in test() 717 x = m_rFactory->createInstance( in test() 723 x = m_rFactory->createInstance( in test() [all …]
|
| H A D | marktest.cxx | 84 Reference< XMultiServiceFactory > m_rFactory; member in OMarkableOutputStreamTest 89 : m_rFactory( rFactory ) in OMarkableOutputStreamTest() 131 …Reference < XInterface > x = m_rFactory->createInstance( OUString::createFromAscii("com.sun.star.i… in test() 437 Reference< XMultiServiceFactory > m_rFactory; member in OMarkableInputStreamTest 442 : m_rFactory( rFactory ) in OMarkableInputStreamTest() 490 …Reference < XInterface > x = m_rFactory->createInstance( OUString::createFromAscii("com.sun.star.i… in test()
|
| /trunk/main/extensions/test/stm/ |
| H A D | datatest.cxx | 71 ODataStreamTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ){} in ODataStreamTest() 102 XMultiServiceFactoryRef m_rFactory; member in ODataStreamTest 179 XInterfaceRef x = m_rFactory->createInstance( L"com.sun.star.io.Pipe"); in test() 185 x = m_rFactory->createInstance( L"com.sun.star.io.DataInputStream" ); in test() 191 x = m_rFactory->createInstance( L"com.sun.star.io.DataOutputStream" ); in test() 744 XInterfaceRef x = m_rFactory->createInstance( L"com.sun.star.io.Pipe"); in test() 749 x = m_rFactory->createInstance( L"com.sun.star.io.MarkableInputStream" ); in test() 753 x = m_rFactory->createInstance( L"com.sun.star.io.MarkableOutputStream" ); in test() 766 x = m_rFactory->createInstance( L"com.sun.star.io.ObjectInputStream" ); in test() 771 x = m_rFactory->createInstance( L"com.sun.star.io.ObjectOutputStream" ); in test()
|
| H A D | marktest.cxx | 92 XMultiServiceFactoryRef m_rFactory; member in OMarkableOutputStreamTest 97 : m_rFactory( rFactory ) in OMarkableOutputStreamTest() 145 XInterfaceRef x = m_rFactory->createInstance( L"com.sun.star.io.Pipe"); in test() 454 XMultiServiceFactoryRef m_rFactory; member in OMarkableInputStreamTest 459 : m_rFactory( rFactory ) in OMarkableInputStreamTest() 512 XInterfaceRef x = m_rFactory->createInstance( L"com.sun.star.io.Pipe"); in test()
|
| /trunk/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 81 Reference<XMultiServiceFactory> m_rFactory; member in OComponent 136 m_rFactory( rFactory ), m_arrayConstructor(0) {} in OComponent() 1621 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() 1770 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() 1867 …Reference<XInterface> xIntFact = m_rFactory->createInstance(L"com.sun.star.bridge.oleautomation.Fa… in testInterface() 1926 …Reference<XInterface> xIntFact = m_rFactory->createInstance(L"com.sun.star.bridge.oleautomation.Fa… in testInterface() 1941 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() 2022 Reference<XInterface> xIntFact = m_rFactory->createInstance( in testInterface()
|