Lines Matching refs:L

122 	if( L"com.sun.star.io.DataInputStream" == TestName ) {  in testInvariant()
135 else if( L"com.sun.star.io.DataInputStream" == TestName ) { in testInvariant()
153 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); in testInvariant()
164 if( L"com.sun.star.io.DataInputStream" == TestName || in test()
165 L"com.sun.star.io.DataOutputStream" == TestName ) { in test()
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()
278 rOutput->writeUTF( L"Live long and prosper !" ); in testSimple()
279 ERROR_ASSERT( rInput->readUTF() == L"Live long and prosper !" , in testSimple()
284 wc.getArray()[i] = L'c'; in testSimple()
351 return L"test.com.sun.star.io.DataInputStream"; in ODataStreamTest_getServiceName()
354 return L"test.com.sun.star.io.DataOutputStream"; in ODataStreamTest_getServiceName()
361 return L"test.com.sun.star.comp.extensions.stm.DataInputStream"; in ODataStreamTest_getImplementationName()
364 return L"test.com.sun.star.comp.extensions.stm.DataOutputStream"; in ODataStreamTest_getImplementationName()
460 if( L"long" == aPropertyName ) { in setPropertyValue()
463 else if ( L"float" == aPropertyName ) { in setPropertyValue()
466 else if( L"double" == aPropertyName ) { in setPropertyValue()
469 else if( L"bool" == aPropertyName ) { in setPropertyValue()
472 else if( L"byte" == aPropertyName ) { in setPropertyValue()
475 else if( L"char" == aPropertyName ) { in setPropertyValue()
478 else if( L"string" == aPropertyName ) { in setPropertyValue()
481 else if( L"object" == aPropertyName ) { in setPropertyValue()
505 if( L"long" == aPropertyName ) { in getPropertyValue()
508 else if ( L"float" == aPropertyName ) { in getPropertyValue()
511 else if( L"double" == aPropertyName ) { in getPropertyValue()
514 else if( L"bool" == aPropertyName ) { in getPropertyValue()
517 else if( L"byte" == aPropertyName ) { in getPropertyValue()
520 else if( L"char" == aPropertyName ) { in getPropertyValue()
523 else if( L"string" == aPropertyName ) { in getPropertyValue()
526 else if( L"object" == aPropertyName ) { in getPropertyValue()
632 return L"test.com.sun.star.io.PersistTest"; in OMyPersistObject_getServiceName()
637 return L"test.com.sun.star.io.PersistTest"; in OMyPersistObject_getImplementationName()
690 if( L"com.sun.star.io.ObjectInputStream" == TestName ) { in testInvariant()
697 else if( L"com.sun.star.io.ObjectOutputStream" == TestName ) { in testInvariant()
710 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); in testInvariant()
720 if( L"com.sun.star.io.ObjectInputStream" == TestName || in test()
721 L"com.sun.star.io.ObjectOutputStream" == TestName ) { in test()
729 hTestHandle = ODataStreamTest::test( L"com.sun.star.io.DataInputStream" , 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()
818 if( r1->getPropertyValue( L"long" ).getReflection() == Void_getReflection() || in compareMyPropertySet()
819 r2->getPropertyValue( L"long" ).getReflection() == Void_getReflection() ) { in compareMyPropertySet()
825 b = b && ( r1->getPropertyValue( L"long" ).getINT32() == in compareMyPropertySet()
826 r2->getPropertyValue( L"long" ).getINT32() ); in compareMyPropertySet()
828 b = b && ( r1->getPropertyValue( L"float" ).getFloat() == in compareMyPropertySet()
829 r2->getPropertyValue( L"float" ).getFloat() ); in compareMyPropertySet()
831 b = b && ( r1->getPropertyValue( L"double" ).getDouble() == in compareMyPropertySet()
832 r2->getPropertyValue( L"double" ).getDouble() ); in compareMyPropertySet()
834 b = b && ( r1->getPropertyValue( L"bool" ).getBOOL() == in compareMyPropertySet()
835 r2->getPropertyValue( L"bool" ).getBOOL() ); in compareMyPropertySet()
837 b = b && ( r1->getPropertyValue( L"byte" ).getBYTE() == in compareMyPropertySet()
838 r2->getPropertyValue( L"byte" ).getBYTE() ); in compareMyPropertySet()
840 b = b && ( r1->getPropertyValue( L"char" ).getChar() == in compareMyPropertySet()
841 r2->getPropertyValue( L"char" ).getChar() ); in compareMyPropertySet()
843 b = b && ( r1->getPropertyValue( L"string" ).getString() == in compareMyPropertySet()
844 r2->getPropertyValue( L"string" ).getString() ); in compareMyPropertySet()
846 UsrAny o1 = r1->getPropertyValue( L"object" ); in compareMyPropertySet()
847 UsrAny o2 = r2->getPropertyValue( L"object" ); in compareMyPropertySet()
888 XInterfaceRef x = * new MyPersistObject( L"bla blubs" ); in testObject()
913 XInterfaceRef x = xProv->createInstance(L"test.com.sun.star.io.PersistTest"); in testObject()
923 rProp->setPropertyValue( L"long" , any ); in testObject()
926 rProp->setPropertyValue( L"float" , any ); in testObject()
929 rProp->setPropertyValue( L"double" , any ); in testObject()
932 rProp->setPropertyValue( L"bool" , any ); in testObject()
935 rProp->setPropertyValue( L"byte" , any ); in testObject()
938 rProp->setPropertyValue( L"char" , any ); in testObject()
940 any.setString( L"hi du !" ); in testObject()
941 rProp->setPropertyValue( L"string" , any ); in testObject()
944 rProp->setPropertyValue( L"object" , any ); in testObject()
955 rProp->setPropertyValue( L"object", UsrAny() ); in testObject()
956 rPropRead->setPropertyValue( L"object", UsrAny() ); in testObject()
967 XInterfaceRef x = xProv->createInstance(L"test.com.sun.star.io.PersistTest"); in testObject()
975 rProp->setPropertyValue( L"long" , any ); in testObject()
978 rProp->setPropertyValue( L"float" , any ); in testObject()
981 rProp->setPropertyValue( L"double" , any ); in testObject()
984 rProp->setPropertyValue( L"bool" , any ); in testObject()
987 rProp->setPropertyValue( L"byte" , any ); in testObject()
990 rProp->setPropertyValue( L"char" , any ); in testObject()
992 any.setString( L"hi du !" ); in testObject()
993 rProp->setPropertyValue( L"string" , any ); in testObject()
996 x = xProv->createInstance(L"test.com.sun.star.io.PersistTest"); in testObject()
1003 rProp->setPropertyValue( L"object" , any ); in testObject()
1049 return L"test.com.sun.star.io.ObjectInputStream"; in OObjectStreamTest_getServiceName()
1052 return L"test.com.sun.star.io.ObjectOutputStream"; in OObjectStreamTest_getServiceName()
1059 return L"test.com.sun.star.comp.extensions.stm.ObjectInputStream"; in OObjectStreamTest_getImplementationName()
1062 return L"test.com.sun.star.comp.extensions.stm.ObjectOutputStream"; in OObjectStreamTest_getImplementationName()