Searched refs:rProp1 (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 768 const XMLPropertyState& rProp1 = aProperties1[ nIndex ]; in Equals() local 772 if( rProp1.mnIndex == rProp2.mnIndex ) in Equals() 774 if( rProp1.mnIndex != -1 ) in Equals() 777 if( ( maPropMapper->GetEntryType( rProp1.mnIndex ) & in Equals() 780 bRet = ( rProp1.maValue == rProp2.maValue ); in Equals() 784 rProp1.mnIndex )->equals( rProp1.maValue, in Equals()
|
/aoo42x/main/extensions/test/stm/ |
H A D | datatest.cxx | 854 XPropertySetRef rProp1( rPersist1 , USR_QUERY ); in compareMyPropertySet() local 857 if( rProp1.is() && rProp2.is() && ! ( rProp1 == rProp2 ) in compareMyPropertySet() 858 &&( rProp1 != r1 )) { in compareMyPropertySet() 859 compareMyPropertySet( rProp1 , rProp2 ); in compareMyPropertySet() 1024 XPropertySetRef rProp1( persistRef , USR_QUERY ); in testObject() local 1026 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , "objects has not been read properly !" ); in testObject()
|
/aoo42x/main/io/test/stm/ |
H A D | datatest.cxx | 893 Reference <XPropertySet > rProp1( rPersist1 , UNO_QUERY ); in compareMyPropertySet() local 896 if( rProp1.is() && rProp2.is() && ! ( rProp1 == rProp2 ) in compareMyPropertySet() 897 &&( rProp1 != r1 )) { in compareMyPropertySet() 898 b = b && compareMyPropertySet( rProp1 , rProp2 ); in compareMyPropertySet() 1077 Reference< XPropertySet > rProp1( persistRef , UNO_QUERY ); in testObject() local 1079 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , in testObject()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 450 const Property& rProp1 = pProps1[ m ]; in getColumnType() local 451 if ( rProp.Name == rProp1.Name ) in getColumnType() 454 rProp.Type = rProp1.Type; in getColumnType()
|
Completed in 18 milliseconds