Lines Matching refs:Test
213 class Test :public OMutexAndBroadcastHelper class
215 ,public OPropertyArrayUsageHelper< Test >
224 Test( );
229 static Test* Create( );
242 Test::Test( ) in Test() function in comphelper::Test
279 IMPLEMENT_FORWARD_XINTERFACE2( Test, Test_RefCountBase, OPropertyStateContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
282 void Test::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in IMPLEMENT_FORWARD_XINTERFACE2()
304 Reference< XPropertySetInfo > SAL_CALL Test::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
310 ::cppu::IPropertyArrayHelper& SAL_CALL Test::getInfoHelper() in getInfoHelper()
316 ::cppu::IPropertyArrayHelper* Test::createArrayHelper( ) const in createArrayHelper()
324 Test* Test::Create( ) in Create()
326 Test* pInstance = new Test; in Create()