Searched refs:persistRef (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/extensions/test/stm/ |
H A D | datatest.cxx | 890 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local 891 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject() 893 rOut->writeObject( persistRef ); in testObject() 914 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local 916 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject() 918 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() 947 rOut->writeObject( persistRef ); in testObject() 968 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local 970 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() 1009 rOut->writeObject( persistRef ); in testObject() [all …]
|
/aoo42x/main/io/test/stm/ |
H A D | datatest.cxx | 930 Reference< XPersistObject > persistRef( x , UNO_QUERY ); in testObject() local 931 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject() 933 rOut->writeObject( persistRef ); in testObject() 955 Reference< XPersistObject > persistRef( x , UNO_QUERY ); in testObject() local 959 Reference < XPropertySet > rProp( persistRef , UNO_QUERY ); in testObject() 991 any <<= persistRef; in testObject() 995 rOut->writeObject( persistRef ); in testObject() 1016 Reference< XPersistObject > persistRef( x , UNO_QUERY ); in testObject() local 1018 Reference < XPropertySet > rProp( persistRef , UNO_QUERY ); in testObject() 1062 rOut->writeObject( persistRef ); in testObject() [all …]
|
Completed in 20 milliseconds