/trunk/main/registry/test/regcompare/ |
H A D | makefile.mk | 38 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd 40 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd 42 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd 44 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd 46 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd 48 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd 54 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd 56 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd 58 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd 62 -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 361 const ScRange& r2 = r.GetRange(1); in Join() local 382 if ( rp2 == r2 ) in Join() 401 && rp2.aStart.Tab() == r2.aStart.Tab() in Join() 402 && rp2.aEnd.Tab() == r2.aEnd.Tab() ) in Join() 405 && rp2.aStart.Col() == r2.aStart.Col() in Join() 406 && rp2.aEnd.Col() == r2.aEnd.Col() ) in Join() 412 rp2.aStart.SetRow( r2.aStart.Row() ); in Join() 419 rp2.aEnd.SetRow( r2.aEnd.Row() ); in Join() 425 && rp2.aEnd.Row() == r2.aEnd.Row() ) in Join() 431 rp2.aStart.SetCol( r2.aStart.Col() ); in Join() [all …]
|
H A D | refdata.cxx | 303 ScSingleRefData& r2 = (bFirstLeader ? rRef2 : rRef1); in lcl_adjustInOrder() local 304 if (r1.Flags.bFlag3D && !r2.Flags.bFlag3D) in lcl_adjustInOrder() 307 r2.nTab = r1.nTab; in lcl_adjustInOrder() 308 r2.nRelTab = r1.nRelTab; in lcl_adjustInOrder() 309 r2.Flags.bTabRel = r1.Flags.bTabRel; in lcl_adjustInOrder()
|
/trunk/main/cppuhelper/test/ |
H A D | testcontainer.cxx | 64 Reference< XVetoableChangeListener > r2 = new TestListener(); in test_interfacecontainer() local 68 helper.addInterface( r2 ); in test_interfacecontainer() 78 Reference< XVetoableChangeListener > r2 = new TestListener(); in test_interfacecontainer() local 82 helper.addInterface( r2 ); in test_interfacecontainer() 97 Reference< XVetoableChangeListener > r2 = new TestListener(); in test_interfacecontainer() local 101 helper.addInterface( r2 ); in test_interfacecontainer() 121 Reference< XVetoableChangeListener > r2 = new TestListener(); in test_interfacecontainer() local 125 helper.addInterface( r2 ); in test_interfacecontainer() 143 OSL_ASSERT( r != r1 && ( r == r2 || r == r3 ) ); in test_interfacecontainer()
|
/trunk/main/sw/source/core/access/ |
H A D | accfrmobjmap.hxx | 63 const SwAccessibleChildMapKey& r2 ) const in operator ()() 68 return (r1.eLayerId == r2.eLayerId) ? in operator ()() 69 ( (r1.nPosNum == r2.nPosNum) ?(r1.nOrdNum < r2.nOrdNum) : in operator ()() 70 (r1.nPosNum.getY() == r2.nPosNum.getY()? r1.nPosNum.getX() < r2.nPosNum.getX() : in operator ()() 71 r1.nPosNum.getY() < r2.nPosNum.getY()) ) : in operator ()() 72 (r1.eLayerId < r2.eLayerId); in operator ()()
|
/trunk/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 44 const OUString& r2 ) in XMLFontAutoStylePoolNameCmp_Impl() argument 46 return (int)r1.compareTo( r2 ); in XMLFontAutoStylePoolNameCmp_Impl() 121 const XMLFontAutoStylePoolEntry_Impl& r2 ) in XMLFontAutoStylePoolEntryCmp_Impl() argument 124 sal_Int8 nEnc2(r2.GetEncoding() != RTL_TEXTENCODING_SYMBOL); in XMLFontAutoStylePoolEntryCmp_Impl() 127 else if( r1.GetPitch() != r2.GetPitch() ) in XMLFontAutoStylePoolEntryCmp_Impl() 128 return (int)r1.GetPitch() - (int)r2.GetPitch(); in XMLFontAutoStylePoolEntryCmp_Impl() 129 else if( r1.GetFamily() != r2.GetFamily() ) in XMLFontAutoStylePoolEntryCmp_Impl() 130 return (int)r1.GetFamily() - (int)r2.GetFamily(); in XMLFontAutoStylePoolEntryCmp_Impl() 133 sal_Int32 nCmp = r1.GetFamilyName().compareTo( r2.GetFamilyName() ); in XMLFontAutoStylePoolEntryCmp_Impl() 135 return (int)r1.GetStyleName().compareTo( r2.GetStyleName() ); in XMLFontAutoStylePoolEntryCmp_Impl()
|
H A D | impastp1.cxx | 87 int XMLFamilyDataSort_Impl( const XMLFamilyData_Impl& r1, const XMLFamilyData_Impl& r2 ) in XMLFamilyDataSort_Impl() argument 91 if( r1.mnFamily != r2.mnFamily ) in XMLFamilyDataSort_Impl() 92 nRet = ( r1.mnFamily > r2.mnFamily ? 1 : -1 ); in XMLFamilyDataSort_Impl() 115 const OUString& r2 ) in IMPL_CONTAINER_SORT() 117 return (int)r1.compareTo( r2 ); in IMPL_CONTAINER_SORT()
|
H A D | chrlohdl.cxx | 56 …uageHdl::equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const in equals() 61 if( ( r1 >>= aLocale1 ) && ( r2 >>= aLocale2 ) ) in equals() 104 …ntryHdl::equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const in equals() 109 if( ( r1 >>= aLocale1 ) && ( r2 >>= aLocale2 ) ) in equals()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyle.hxx | 232 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 241 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 250 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 259 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 268 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 277 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 286 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 295 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 304 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … 313 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) … [all …]
|
H A D | xmlstyle.cxx | 946 const ::com::sun::star::uno::Any& r2 ) const in equals() 1091 const ::com::sun::star::uno::Any& r2 ) const in equals() 1157 const ::com::sun::star::uno::Any& r2 ) const in equals() 1261 const ::com::sun::star::uno::Any& r2 ) const in equals() 1322 const ::com::sun::star::uno::Any& r2 ) const in equals() 1383 const ::com::sun::star::uno::Any& r2 ) const in equals() 1452 const ::com::sun::star::uno::Any& r2 ) const in equals() 1456 if((r1 >>= aAngle1) && (r2 >>= aAngle2)) in equals() 1504 const ::com::sun::star::uno::Any& r2 ) const in equals() 1601 const ::com::sun::star::uno::Any& r2 ) const in equals() [all …]
|
/trunk/main/sal/qa/systools/ |
H A D | test_comtools.cxx | 140 sal::systools::COMReference<IUnknown> r2 = r1; in TEST_F() local 141 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 2) << "Wrong reference count … in TEST_F() 173 sal::systools::COMReference<IUnknown> r2 = r1; in TEST_F() local 174 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 2) << "Wrong reference count … in TEST_F() 177 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 1) << "Wrong reference count … in TEST_F() 193 sal::systools::COMReference<IUnknown> r2 = r1.QueryInterface<IUnknown>(IID_IUnknown); in TEST_F() local 194 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 2) << "Wrong reference count,… in TEST_F() 207 … sal::systools::COMReference<IPersistFile> r2 = r1.QueryInterface<IPersistFile>(IID_IPersistFile); in TEST_F() local
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | uno2cpp.cxx | 46 void MapReturn(long r2, double f0, typelib_TypeClass eTypeClass, sal_uInt64* pRegisterReturn) in MapReturn() argument 49 fprintf(stderr,"Mapping Return with %lx %ld %f\n", r2, r2, f0); in MapReturn() 55 *pRegisterReturn = r2; in MapReturn() 60 *(unsigned int*)pRegisterReturn = (unsigned int)r2; in MapReturn() 65 *(unsigned short*)pRegisterReturn = (unsigned short)r2; in MapReturn() 69 *(unsigned char*)pRegisterReturn = (unsigned char)r2; in MapReturn() 188 volatile long r2; in callVirtualMethod() local 196 : "=r" (r2), "=f" (f0) in callVirtualMethod() 200 MapReturn(r2, f0, pReturnTypeDescr->eTypeClass, (sal_uInt64*)pRegisterReturn); in callVirtualMethod()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | nmspmap.hxx | 59 const rtl::OUString &r2) const in operator ()() 61 return r1 == r2; in operator ()() 68 const sal_uInt32 &r2) const in operator ()() 70 return r1 < r2; in operator ()() 85 const QNamePair &r2 ) const in operator ()() 87 return r1.first == r2.first && *(r1.second) == *(r2.second); in operator ()()
|
H A D | PropertySetInfoHash.hxx | 35 const PropertySetInfoKey& r2 ) const; 52 const PropertySetInfoKey& r2 ) const in operator ()() 54 if( r1.xPropInfo != r2.xPropInfo ) in operator ()() 58 const sal_Int8* pId2 = r2.aImplementationId.getConstArray(); in operator ()()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextListAutoStylePool.cxx | 47 const OUString& r2 ) in XMLTextListAutoStylePoolNameCmp_Impl() argument 49 return (int)r1.compareTo( r2 ); in XMLTextListAutoStylePoolNameCmp_Impl() 137 const XMLTextListAutoStylePoolEntry_Impl& r2 ) in XMLTextListAutoStylePoolEntryCmp_Impl() argument 142 if( r2.IsNamed() ) in XMLTextListAutoStylePoolEntryCmp_Impl() 143 nRet = (int)r1.GetInternalName().compareTo( r2.GetInternalName()); in XMLTextListAutoStylePoolEntryCmp_Impl() 149 if( r2.IsNamed() ) in XMLTextListAutoStylePoolEntryCmp_Impl() 152 nRet = (int)(r1.GetNumRules().get() - r2.GetNumRules().get()); in XMLTextListAutoStylePoolEntryCmp_Impl()
|
/trunk/main/io/test/stm/ |
H A D | datatest.cxx | 830 sal_Bool compareMyPropertySet( Reference< XPropertySet > &r1 , Reference < XPropertySet > &r2 ) in compareMyPropertySet() argument 835 r2->getPropertyValue( OUString::createFromAscii("long") ).getValueType() == getCppuVoidType() ) { in compareMyPropertySet() 843 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("long")) ) ); in compareMyPropertySet() 847 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) ); in compareMyPropertySet() 852 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) >>= f2; in compareMyPropertySet() 857 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("double" ))) ); in compareMyPropertySet() 863 a = r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("bool")) ); in compareMyPropertySet() 872 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("byte")) ) ); in compareMyPropertySet() 876 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("char")) ) ); in compareMyPropertySet() 880 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("string")) )); in compareMyPropertySet() [all …]
|
/trunk/main/extensions/test/stm/ |
H A D | datatest.cxx | 814 BOOL compareMyPropertySet( XPropertySetRef &r1 , XPropertySetRef &r2 ) in compareMyPropertySet() argument 819 r2->getPropertyValue( L"long" ).getReflection() == Void_getReflection() ) { in compareMyPropertySet() 826 r2->getPropertyValue( L"long" ).getINT32() ); in compareMyPropertySet() 829 r2->getPropertyValue( L"float" ).getFloat() ); in compareMyPropertySet() 832 r2->getPropertyValue( L"double" ).getDouble() ); in compareMyPropertySet() 835 r2->getPropertyValue( L"bool" ).getBOOL() ); in compareMyPropertySet() 838 r2->getPropertyValue( L"byte" ).getBYTE() ); in compareMyPropertySet() 841 r2->getPropertyValue( L"char" ).getChar() ); in compareMyPropertySet() 844 r2->getPropertyValue( L"string" ).getString() ); in compareMyPropertySet() 847 UsrAny o2 = r2->getPropertyValue( L"object" ); in compareMyPropertySet()
|
/trunk/main/autodoc/source/ary/inc/ |
H A D | sortedids.hxx | 173 r2 = r1; in SearchAll() local 174 while ( r2 != aData.end() in SearchAll() 175 AND NOT COMPARE::Lesser_(i_key, KeyOf_(*r2)) ) in SearchAll() 177 ++r2; in SearchAll() 180 return csv::make_range(r1,r2); in SearchAll()
|
/trunk/main/svx/inc/svx/ |
H A D | sdasitm.hxx | 143 …ShapeGeometryItem::PropertyEq::operator()( const rtl::OUString& r1, const rtl::OUString& r2 ) const in operator ()() 145 return r1.equals( r2 ); in operator ()() 148 …stomShapeGeometryItem::PropertyPair& r1, const SdrCustomShapeGeometryItem::PropertyPair& r2 ) const in operator ()() 150 return ( r1.first.equals( r2.first ) ) && ( r1.second.equals( r2.second ) ); in operator ()()
|
/trunk/main/sw/inc/ |
H A D | stringhash.hxx | 31 const String *r2) const in operator ()() 33 return r1->Equals(*r2); in operator ()() 39 sal_Bool operator() (const String &r1, const String &r2) const in operator ()() 41 return r1.Equals(r2); in operator ()()
|
/trunk/main/xmloff/inc/ |
H A D | StyleMap.hxx | 53 const StyleNameKey_Impl& r2 ) const; 64 const StyleNameKey_Impl& r2 ) const in operator ()() 66 return r1.m_nFamily == r2.m_nFamily && r1.m_aName == r2.m_aName; in operator ()()
|
/trunk/main/xmloff/source/transform/ |
H A D | TransformerActions.hxx | 69 const NameKey_Impl& r2 ) const; 80 const NameKey_Impl& r2 ) const in operator ()() 82 return r1.m_nPrefix == r2.m_nPrefix && r1.m_aLocalName == r2.m_aLocalName; in operator ()()
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | MasterPageContainerQueue.cxx | 50 bool operator() (const PreviewCreationRequest& r1,const PreviewCreationRequest& r2) in operator ()() argument 52 if (r1.mnPriority != r2.mnPriority) in operator ()() 55 return r1.mnPriority > r2.mnPriority; in operator ()() 61 return r1.mpDescriptor->maToken < r2.mpDescriptor->maToken; in operator ()()
|
/trunk/main/idlc/source/ |
H A D | astservice.cxx | 53 sal_Int32 r2; in checkLastConstructor() local 55 static_cast< AstMember * >(*i2)->getType(), &r2); in checkLastConstructor() 56 if (r1 != r2 || t1->getScopedName() != t2->getScopedName()) in checkLastConstructor()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 464 sal_Bool operator == ( const EditLine& r1, const EditLine& r2 ) in operator ==() argument 466 if ( r1.nStart != r2.nStart ) in operator ==() 469 if ( r1.nEnd != r2.nEnd ) in operator ==() 472 if ( r1.nStartPortion != r2.nStartPortion ) in operator ==() 475 if ( r1.nEndPortion != r2.nEndPortion ) in operator ==() 493 return !( r1 == r2 ); in operator !=() 676 sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 ) in operator ==() argument 678 if ( r1.GetNode() != r2.GetNode() ) in operator ==() 681 if ( r1.GetIndex() != r2.GetIndex() ) in operator ==() 694 sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 ) in operator !=() argument [all …]
|