Home
last modified time | relevance | path

Searched refs:rProp1 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx768 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()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx854 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()
/trunk/main/io/test/stm/
H A Ddatatest.cxx893 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()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx450 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 36 milliseconds