Searched refs:rProp2 (Results 1 – 3 of 3) sorted by relevance
/trunk/main/extensions/test/stm/ |
H A D | datatest.cxx | 855 XPropertySetRef rProp2( rPersist2 , USR_QUERY ); in compareMyPropertySet() local 857 if( rProp1.is() && rProp2.is() && ! ( rProp1 == rProp2 ) in compareMyPropertySet() 859 compareMyPropertySet( rProp1 , rProp2 ); in compareMyPropertySet() 1025 XPropertySetRef rProp2( xReadPersistRef , USR_QUERY ); in testObject() local 1026 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , "objects has not been read properly !" ); in testObject()
|
/trunk/main/io/test/stm/ |
H A D | datatest.cxx | 894 Reference < XPropertySet > rProp2( rPersist2 , UNO_QUERY ); in compareMyPropertySet() local 896 if( rProp1.is() && rProp2.is() && ! ( rProp1 == rProp2 ) in compareMyPropertySet() 898 b = b && compareMyPropertySet( rProp1 , rProp2 ); in compareMyPropertySet() 1078 Reference< XPropertySet > rProp2( xReadPersistRef , UNO_QUERY ); in testObject() local 1079 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , in testObject()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 769 const XMLPropertyState& rProp2 = aProperties2[ nIndex ]; in Equals() local 772 if( rProp1.mnIndex == rProp2.mnIndex ) in Equals() 780 bRet = ( rProp1.maValue == rProp2.maValue ); in Equals() 785 rProp2.maValue ); in Equals()
|
Completed in 85 milliseconds