Lines Matching refs:ImplIntroTest

276  	friend class ImplIntroTest;
402 class ImplIntroTest : public ImplIntroTestHelper class
451 ImplIntroTest( const Reference< XMultiServiceFactory > & xMgr ) in ImplIntroTest() function in ImplIntroTest
606 void ImplIntroTest::Init( void ) in Init()
692 Reference< XPropertySetInfo > ImplIntroTest::getPropertySetInfo() in getPropertySetInfo()
705 void ImplIntroTest::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) in setPropertyValue()
743 Any ImplIntroTest::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
759 OUString ImplIntroTest::getFirstName(void) in getFirstName()
765 void ImplIntroTest::writeln( const OUString& Text ) in writeln()
782 Reference< XIntroTest > ImplIntroTest::getIntroTest() in getIntroTest()
787 m_xIntroTest = new ImplIntroTest( mxMgr ); in getIntroTest()
792 Type ImplIntroTest::getElementType( ) in getElementType()
803 sal_Bool ImplIntroTest::hasElements( ) in hasElements()
826 Any ImplIntroTest::getByName( const OUString& aName ) in getByName()
834 …((ImplIntroTest*)this)->pNameAccessTab = new Reference< XIntroTest >[ DEFAULT_NAME_ACCESS_COUNT ]; in getByName()
841 ImplIntroTest* p = new ImplIntroTest( mxMgr ); in getByName()
858 Sequence< OUString > ImplIntroTest::getElementNames( ) in getElementNames()
874 sal_Bool ImplIntroTest::hasByName( const OUString& aName ) in hasByName()
882 sal_Int32 ImplIntroTest::getCount( ) in getCount()
889 Any ImplIntroTest::getByIndex( sal_Int32 Index ) in getByIndex()
897 ((ImplIntroTest*)this)->pIndexAccessTab = new Reference< XIntroTest >[ iIndexAccessCount ]; in getByIndex()
903 ImplIntroTest* p = new ImplIntroTest( mxMgr ); in getByIndex()
916 void ImplIntroTest::addPropertiesChangeListener( const Sequence< OUString >& /*PropertyNames*/, in addPropertiesChangeListener()
925 void ImplIntroTest::removePropertiesChangeListener in removePropertiesChangeListener()
949 Reference< XIntroTest > xTestObj = new ImplIntroTest( xMgr ); in getIntrospectionTestObject()