Home
last modified time | relevance | path

Searched refs:r1 (Results 26 – 50 of 95) sorted by relevance

1234

/aoo41x/main/idlc/source/
H A Dastservice.cxx50 sal_Int32 r1; in checkLastConstructor() local
52 static_cast< AstMember * >(*i1)->getType(), &r1); in checkLastConstructor()
56 if (r1 != r2 || t1->getScopedName() != t2->getScopedName()) in checkLastConstructor()
/aoo41x/main/cppuhelper/qa/weak/
H A Dtest_weak.cxx89 ::rtl::Reference< Reference > r1(new RuntimeExceptionReference); in testReferenceDispose()
92 a->addReference(r1.get()); in testReferenceDispose()
96 CPPUNIT_ASSERT(r1->isDisposed()); in testReferenceDispose()
/aoo41x/main/stoc/test/
H A Dtestsmgr2.cxx52 Reference< XSimpleRegistry > r1 = createSimpleRegistry(); in SAL_IMPLEMENT_MAIN() local
54 r1->open( OUString( RTL_CONSTASCII_USTRINGPARAM( "test1.rdb" ) ), sal_True, sal_False ); in SAL_IMPLEMENT_MAIN()
59 seq[0] <<= r1; in SAL_IMPLEMENT_MAIN()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx466 sal_Bool operator == ( const EditLine& r1, const EditLine& r2 ) in operator ==() argument
468 if ( r1.nStart != r2.nStart ) in operator ==()
471 if ( r1.nEnd != r2.nEnd ) in operator ==()
474 if ( r1.nStartPortion != r2.nStartPortion ) in operator ==()
477 if ( r1.nEndPortion != r2.nEndPortion ) in operator ==()
495 return !( r1 == r2 ); in operator !=()
678 sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 ) in operator ==() argument
680 if ( r1.GetNode() != r2.GetNode() ) in operator ==()
683 if ( r1.GetIndex() != r2.GetIndex() ) in operator ==()
696 sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 ) in operator !=() argument
[all …]
H A Deditdoc.hxx320 friend sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 );
321 friend sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 );
523 friend sal_Bool operator == ( const EditLine& r1, const EditLine& r2 );
524 friend sal_Bool operator != ( const EditLine& r1, const EditLine& r2 );
/aoo41x/main/autodoc/source/ary/inc/
H A Dsortedids.hxx171 r1 = LowerBound(i_key); in SearchAll() local
173 r2 = r1; in SearchAll()
180 return csv::make_range(r1,r2); in SearchAll()
/aoo41x/main/svtools/source/filter/
H A Dsgvmain.cxx332 sal_uInt16 r1=0,g1=0,b1=0,r2=0,g2=0,b2=0; in Sgv2SvFarbe() local
335 case 0: r1=0xFF; g1=0xFF; b1=0xFF; break; in Sgv2SvFarbe()
336 case 1: r1=0xFF; g1=0xFF; break; in Sgv2SvFarbe()
339 case 4: r1=0xFF; b1=0xFF; break; in Sgv2SvFarbe()
340 case 5: r1=0xFF; break; in Sgv2SvFarbe()
354 r1=(sal_uInt16)((sal_uInt32)r1*nInts/100+(sal_uInt32)r2*nInt2/100); in Sgv2SvFarbe()
357 Color aColor( (sal_uInt8)r1, (sal_uInt8)g1, (sal_uInt8)b1 ); in Sgv2SvFarbe()
/aoo41x/main/xmloff/source/style/
H A Dxmlprhdl.cxx34 bool XMLPropertyHandler::equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno:… in equals() argument
36 return (r1 == r2); in equals()
H A Dchrlohdl.hxx37 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) …
48 …virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) …
H A DAttributeContainerHandler.cxx52 const Any& r1, in equals() argument
58 if( ( r1 >>= xContainer1 ) && ( r2 >>= xContainer2 ) ) in equals()
H A Dtabsthdl.cxx42 bool XMLTabStopPropHdl::equals( const uno::Any& r1, const uno::Any& r2 ) const in equals() argument
47 if( r1 >>= aSeq1 ) in equals()
H A Dxmlstyle.cxx249 int SvXMLStyleIndexCmp_Impl( const SvXMLStyleIndex_Impl& r1, in SvXMLStyleIndexCmp_Impl() argument
253 if( (sal_uInt16)r1.GetFamily() < (sal_uInt16)r2.GetFamily() ) in SvXMLStyleIndexCmp_Impl()
255 else if( (sal_uInt16)r1.GetFamily() > (sal_uInt16)r2.GetFamily() ) in SvXMLStyleIndexCmp_Impl()
258 nRet = (int)r1.GetName().compareTo( r2.GetName() ); in SvXMLStyleIndexCmp_Impl()
H A DXMLClipPropertyHandler.cxx57 const Any& r1, in equals() argument
61 r1 >>= aCrop1; in equals()
H A Dimpastp3.cxx168 int SvXMLAutoStylePoolParentPCmp_Impl( const SvXMLAutoStylePoolParentP_Impl& r1, in SvXMLAutoStylePoolParentPCmp_Impl() argument
171 return (int)r1.GetParent().compareTo( r2.GetParent() ); in SvXMLAutoStylePoolParentPCmp_Impl()
/aoo41x/main/sw/source/core/unocore/
H A Dunoportenum.cxx116 bool operator () ( const SwXBookmarkPortion_ImplSharedPtr &r1, in operator ()()
132 return r1->aPosition < r2->aPosition; in operator ()()
225 bool operator () ( const SwAnnotationStartPortion_ImplSharedPtr &r1, in operator ()()
228 return r1->maPosition < r2->maPosition; in operator ()()
727 bool operator () ( const SwXRedlinePortion_ImplSharedPtr &r1, in operator ()()
730 return getPosition ( r1 ) < getPosition ( r2 ); in operator ()()
/aoo41x/main/package/inc/
H A DHashMaps.hxx32 sal_Bool operator()( const rtl::OUString &r1, in operator ()()
35 return r1 == r2; in operator ()()
/aoo41x/main/xmloff/source/draw/
H A Dnumithdl.cxx45 bool XMLNumRulePropHdl::equals( const uno::Any& r1, const uno::Any& r2 ) const in equals() argument
47 return mxNumRuleCompare.is() && mxNumRuleCompare->compare( r1, r2 ) == 0; in equals()
/aoo41x/main/comphelper/inc/comphelper/
H A DPropertyInfoHash.hxx51 sal_Bool operator()( const rtl::OUString &r1, in operator ()()
54 return r1 == r2; in operator ()()
/aoo41x/main/linguistic/source/
H A Dconvdiclist.cxx70 bool operator == ( const Locale &r1, const Locale &r2 ) in operator ==() argument
72 return r1.Language == r2.Language && in operator ==()
73 r1.Country == r2.Country && in operator ==()
74 r1.Variant == r2.Variant; in operator ==()
/aoo41x/main/lingucomponent/source/lingutil/
H A Dlingutil.hxx62 bool operator() (const rtl::OUString &r1, const rtl::OUString &r2) const in operator ()()
64 return r1 < r2; in operator ()()
/aoo41x/main/editeng/source/uno/
H A Dunotext.cxx1543 const ESelection& r1 = pR1->maSelection; in compareRegionStarts() local
1546 if( r1.nStartPara == r2.nStartPara ) in compareRegionStarts()
1548 if( r1.nStartPos == r2.nStartPos ) in compareRegionStarts()
1551 return r1.nStartPos < r2.nStartPos ? 1 : -1; in compareRegionStarts()
1555 return r1.nStartPara < r2.nStartPara ? 1 : -1; in compareRegionStarts()
1567 const ESelection& r1 = pR1->maSelection; in compareRegionEnds() local
1570 if( r1.nEndPara == r2.nEndPara ) in compareRegionEnds()
1572 if( r1.nEndPos == r2.nEndPos ) in compareRegionEnds()
1575 return r1.nEndPos < r2.nEndPos ? 1 : -1; in compareRegionEnds()
1579 return r1.nEndPara < r2.nEndPara ? 1 : -1; in compareRegionEnds()
/aoo41x/main/sc/source/filter/excel/
H A Dxelink.cxx999 const ScSingleRefData& r1 = rRef.Ref1; in WriteAddData() local
1001 if (r1.IsTabRel() || r2.IsTabRel()) in WriteAddData()
1004 sal_uInt16 nTab1 = r1.nTab; in WriteAddData()
1006 bool bCol1Rel = r1.IsColRel(); in WriteAddData()
1007 bool bRow1Rel = r1.IsRowRel(); in WriteAddData()
1011 sal_uInt16 nCol1 = static_cast< sal_uInt16 >( bCol1Rel ? r1.nRelCol : r1.nCol ); in WriteAddData()
1013 sal_uInt16 nRow1 = static_cast< sal_uInt16 >( bRow1Rel ? r1.nRelRow : r1.nRow ); in WriteAddData()
/aoo41x/main/starmath/inc/
H A Dsymbol.hxx121 bool operator()( const String &r1, const String &r2 ) const in operator ()()
124 return r1.CompareTo( r2 ) == COMPARE_LESS; in operator ()()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Darmhelper.S43 mov r1, sp @ r1 points to this and params
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Darmhelper.S43 mov r1, sp @ r1 points to this and params

Completed in 162 milliseconds

1234