Home
last modified time | relevance | path

Searched refs:rProp2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/test/stm/
H A Ddatatest.cxx855 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 Ddatatest.cxx894 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 Dxmlexppr.cxx769 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 39 milliseconds