/aoo4110/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 …]
|
/aoo4110/main/cppuhelper/test/ |
H A D | testcontainer.cxx | 63 Reference< XVetoableChangeListener > r1 = new TestListener(); in test_interfacecontainer() local 67 helper.addInterface( r1 ); in test_interfacecontainer() 77 Reference< XVetoableChangeListener > r1 = new TestListener(); in test_interfacecontainer() local 81 helper.addInterface( r1 ); in test_interfacecontainer() 96 Reference< XVetoableChangeListener > r1 = new TestListener(); in test_interfacecontainer() local 100 helper.addInterface( r1 ); in test_interfacecontainer() 120 Reference< XVetoableChangeListener > r1 = new TestListener(); in test_interfacecontainer() local 124 helper.addInterface( r1 ); in test_interfacecontainer() 133 if( r == r1 ) in test_interfacecontainer() 143 OSL_ASSERT( r != r1 && ( r == r2 || r == r3 ) ); in test_interfacecontainer()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | nmspmap.hxx | 58 sal_Bool operator()( const rtl::OUString &r1, in operator ()() 61 return r1 == r2; in operator ()() 67 sal_Bool operator()( const sal_uInt32 &r1, in operator ()() 70 return r1 < r2; in operator ()() 77 size_t operator()( const QNamePair &r1 ) const in operator ()() 79 return (size_t) r1.second->hashCode() + r1.first; in operator ()() 84 bool operator()( const QNamePair &r1, in operator ()() 87 return r1.first == r2.first && *(r1.second) == *(r2.second); in operator ()()
|
H A D | PropertySetInfoHash.hxx | 34 inline bool operator()( const PropertySetInfoKey& r1, 51 const PropertySetInfoKey& r1, in operator ()() argument 54 if( r1.xPropInfo != r2.xPropInfo ) in operator ()() 57 const sal_Int8* pId1 = r1.aImplementationId.getConstArray(); in operator ()()
|
/aoo4110/main/sal/qa/systools/ |
H A D | test_comtools.cxx | 139 sal::systools::COMReference<IUnknown> r1 = comObjectSource(); in test_ref_to_ref_assignment() local 140 sal::systools::COMReference<IUnknown> r2 = r1; in test_ref_to_ref_assignment() 172 sal::systools::COMReference<IUnknown> r1 = comObjectSource(); in test_address_operator2() local 173 sal::systools::COMReference<IUnknown> r2 = r1; in test_address_operator2() 175 comObjectSource2(reinterpret_cast<LPVOID*>(&r1)); in test_address_operator2() 176 …ESSAGE("Wrong reference count 1 is expected", reinterpret_cast<COMObject*>(r1.get())->GetRefCount(… in test_address_operator2() 192 sal::systools::COMReference<IUnknown> r1 = comObjectSource(); in test_query_interface() local 193 … sal::systools::COMReference<IUnknown> r2 = r1.QueryInterface<IUnknown>(IID_IUnknown); in test_query_interface() 206 sal::systools::COMReference<IUnknown> r1 = comObjectSource(); in test_query_interface_throw() local 207 … sal::systools::COMReference<IPersistFile> r2 = r1.QueryInterface<IPersistFile>(IID_IPersistFile); in test_query_interface_throw()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accfrmobjmap.hxx | 62 inline bool operator()( const SwAccessibleChildMapKey& r1, in operator ()() argument 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 ()()
|
/aoo4110/main/svx/inc/svx/ |
H A D | sdasitm.hxx | 68 size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair &r1 ) const; 143 inline bool SdrCustomShapeGeometryItem::PropertyEq::operator()( const rtl::OUString& r1, const rtl:… in operator ()() argument 145 return r1.equals( r2 ); in operator ()() 148 …ropertyPairEq::operator()( const SdrCustomShapeGeometryItem::PropertyPair& r1, const SdrCustomShap… in operator ()() argument 150 return ( r1.first.equals( r2.first ) ) && ( r1.second.equals( r2.second ) ); in operator ()() 153 …metryItem::PropertyPairHash::operator()( const SdrCustomShapeGeometryItem::PropertyPair &r1 ) const in operator ()() 155 return (size_t)r1.first.hashCode() + r1.second.hashCode(); in operator ()()
|
/aoo4110/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 43 int XMLFontAutoStylePoolNameCmp_Impl( const OUString& r1, in XMLFontAutoStylePoolNameCmp_Impl() argument 46 return (int)r1.compareTo( r2 ); in XMLFontAutoStylePoolNameCmp_Impl() 120 const XMLFontAutoStylePoolEntry_Impl& r1, in XMLFontAutoStylePoolEntryCmp_Impl() argument 123 sal_Int8 nEnc1(r1.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() 114 int SvXMLAutoStylePoolNamesPCmp_Impl( const OUString& r1, in IMPL_CONTAINER_SORT() 117 return (int)r1.compareTo( r2 ); in IMPL_CONTAINER_SORT()
|
H A D | chrlohdl.cxx | 56 bool XMLCharLanguageHdl::equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno:… in equals() argument 61 if( ( r1 >>= aLocale1 ) && ( r2 >>= aLocale2 ) ) in equals() 104 bool XMLCharCountryHdl::equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::… in equals() argument 109 if( ( r1 >>= aLocale1 ) && ( r2 >>= aLocale2 ) ) in equals()
|
/aoo4110/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 | 945 const ::com::sun::star::uno::Any& r1, in equals() 1090 const ::com::sun::star::uno::Any& r1, in equals() 1156 const ::com::sun::star::uno::Any& r1, in equals() 1260 const ::com::sun::star::uno::Any& r1, in equals() 1321 const ::com::sun::star::uno::Any& r1, in equals() 1382 const ::com::sun::star::uno::Any& r1, in equals() 1451 const ::com::sun::star::uno::Any& r1, in equals() 1503 const ::com::sun::star::uno::Any& r1, in equals() 1600 const ::com::sun::star::uno::Any& r1, in equals() 1697 const ::com::sun::star::uno::Any& r1, in equals() [all …]
|
/aoo4110/main/io/test/stm/ |
H A D | datatest.cxx | 830 sal_Bool compareMyPropertySet( Reference< XPropertySet > &r1 , Reference < XPropertySet > &r2 ) in compareMyPropertySet() argument 842 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("long")) ) == in compareMyPropertySet() 846 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) == in compareMyPropertySet() 851 r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) >>= f1; in compareMyPropertySet() 856 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("double")) ) == in compareMyPropertySet() 861 Any a =r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("bool")) ); in compareMyPropertySet() 871 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("byte")) ) == in compareMyPropertySet() 875 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("char")) ) == in compareMyPropertySet() 879 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("string")) ) == in compareMyPropertySet() 883 Any o1 = r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("object")) ); in compareMyPropertySet() [all …]
|
/aoo4110/main/extensions/test/stm/ |
H A D | datatest.cxx | 814 BOOL compareMyPropertySet( XPropertySetRef &r1 , XPropertySetRef &r2 ) in compareMyPropertySet() argument 818 if( r1->getPropertyValue( L"long" ).getReflection() == Void_getReflection() || in compareMyPropertySet() 825 b = b && ( r1->getPropertyValue( L"long" ).getINT32() == in compareMyPropertySet() 828 b = b && ( r1->getPropertyValue( L"float" ).getFloat() == in compareMyPropertySet() 831 b = b && ( r1->getPropertyValue( L"double" ).getDouble() == in compareMyPropertySet() 834 b = b && ( r1->getPropertyValue( L"bool" ).getBOOL() == in compareMyPropertySet() 837 b = b && ( r1->getPropertyValue( L"byte" ).getBYTE() == in compareMyPropertySet() 840 b = b && ( r1->getPropertyValue( L"char" ).getChar() == in compareMyPropertySet() 843 b = b && ( r1->getPropertyValue( L"string" ).getString() == in compareMyPropertySet() 846 UsrAny o1 = r1->getPropertyValue( L"object" ); in compareMyPropertySet() [all …]
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextListAutoStylePool.cxx | 46 int XMLTextListAutoStylePoolNameCmp_Impl( const OUString& r1, in XMLTextListAutoStylePoolNameCmp_Impl() argument 49 return (int)r1.compareTo( r2 ); in XMLTextListAutoStylePoolNameCmp_Impl() 136 const XMLTextListAutoStylePoolEntry_Impl& r1, in XMLTextListAutoStylePoolEntryCmp_Impl() argument 140 if( r1.IsNamed() ) in XMLTextListAutoStylePoolEntryCmp_Impl() 143 nRet = (int)r1.GetInternalName().compareTo( r2.GetInternalName()); in XMLTextListAutoStylePoolEntryCmp_Impl() 152 nRet = (int)(r1.GetNumRules().get() - r2.GetNumRules().get()); in XMLTextListAutoStylePoolEntryCmp_Impl()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 360 const ScRange& r1 = r.GetRange(0); in Join() local 362 SCCOL nCol1 = r1.aStart.Col(); in Join() 363 SCROW nRow1 = r1.aStart.Row(); in Join() 364 SCTAB nTab1 = r1.aStart.Tab(); in Join() 365 SCCOL nCol2 = r1.aEnd.Col(); in Join() 366 SCROW nRow2 = r1.aEnd.Row(); in Join() 367 SCTAB nTab2 = r1.aEnd.Tab(); in Join() 384 if ( rp1.In( r1 ) ) in Join() 394 else if ( r1.In( rp1 ) ) in Join()
|
H A D | refdata.cxx | 302 ScSingleRefData& r1 = (bFirstLeader ? rRef1 : rRef2); 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()
|
/aoo4110/main/sw/inc/ |
H A D | stringhash.hxx | 30 sal_Bool operator() ( const String *r1, 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 ()()
|
/aoo4110/main/xmloff/inc/ |
H A D | StyleMap.hxx | 52 inline bool operator()( const StyleNameKey_Impl& r1, 63 const StyleNameKey_Impl& r1, in operator ()() argument 66 return r1.m_nFamily == r2.m_nFamily && r1.m_aName == r2.m_aName; in operator ()()
|
/aoo4110/main/jurt/test/com/sun/star/uno/ |
H A D | WeakReference_Test.java | 42 WeakReference r1 = new WeakReference(o); in test() local 43 WeakReference r2 = new WeakReference(r1); in test() 44 assure("", r1.get() == o); in test() 49 assure("a3", r1.get() == null); in test()
|
/aoo4110/main/xmloff/source/transform/ |
H A D | TransformerActions.hxx | 68 inline bool operator()( const NameKey_Impl& r1, 79 const NameKey_Impl& r1, in operator ()() argument 82 return r1.m_nPrefix == r2.m_nPrefix && r1.m_aLocalName == r2.m_aLocalName; in operator ()()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaapplication.cxx | 809 bool lclTryJoin( ScRange& r1, const ScRange& r2 ) in lclTryJoin() argument 812 if( r1.In( r2 ) ) in lclTryJoin() 816 if( r2.In( r1 ) ) in lclTryJoin() 818 r1 = r2; in lclTryJoin() 822 SCCOL n1L = r1.aStart.Col(); in lclTryJoin() 823 SCCOL n1R = r1.aEnd.Col(); in lclTryJoin() 824 SCROW n1T = r1.aStart.Row(); in lclTryJoin() 825 SCROW n1B = r1.aEnd.Row(); in lclTryJoin() 837 r1.aStart.SetCol( ::std::min( n1L, n2L ) ); in lclTryJoin() 838 r1.aEnd.SetCol( ::std::max( n1R, n2R ) ); in lclTryJoin() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn() argument 159 pRegisterReturn[1] = r1; in MapReturn() 179 pRegisterReturn[1] = r1; in MapReturn() 247 sal_uInt32 r1; in callVirtualMethod() local 253 : "=r" (r0), "=r" (r1) : ); in callVirtualMethod() 255 MapReturn(r0, r1, pReturnType, (sal_uInt32*)pRegisterReturn); in callVirtualMethod()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn() argument 159 pRegisterReturn[1] = r1; in MapReturn() 179 pRegisterReturn[1] = r1; in MapReturn() 247 sal_uInt32 r1; in callVirtualMethod() local 253 : "=r" (r0), "=r" (r1) : ); in callVirtualMethod() 255 MapReturn(r0, r1, pReturnType, (sal_uInt32*)pRegisterReturn); in callVirtualMethod()
|
/aoo4110/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 ()()
|