Searched refs:rSecond (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/basegfx/source/range/ |
H A D | b2xrange.cxx | 111 const B2IRange& rSecond ) in computeSetDifference() argument 113 doComputeSetDifference( o_rResult, rFirst, rSecond ); in computeSetDifference() 120 const B2DRange& rSecond ) in computeSetDifference() argument 122 doComputeSetDifference( o_rResult, rFirst, rSecond ); in computeSetDifference() 129 const B2IBox& rSecond ) in computeSetDifference() argument 131 doComputeSetDifference( o_rResult, rFirst, rSecond ); in computeSetDifference()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | transporttypes.cxx | 29 bool operator < ( const tSchXMLIndexWithPart & rFirst, const tSchXMLIndexWithPart & rSecond ) in operator <() argument 31 if( rFirst.first == rSecond.first ) in operator <() 32 return (static_cast< int >( rFirst.second ) < static_cast< int >( rSecond.second )); in operator <() 33 return (rFirst.first < rSecond.first); in operator <()
|
H A D | transporttypes.hxx | 111 bool operator < ( const tSchXMLIndexWithPart & rFirst, const tSchXMLIndexWithPart & rSecond );
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 184 void operator()( StringIteratorT rFirst,StringIteratorT rSecond) const in operator ()() 186 rtl::OUString sVal( rFirst, rSecond - rFirst, RTL_TEXTENCODING_UTF8 ); in operator ()() 206 void operator()( StringIteratorT rFirst,StringIteratorT rSecond) const in operator ()() 208 rtl::OUString sVal( rFirst, rSecond - rFirst, RTL_TEXTENCODING_UTF8 ); in operator ()()
|
/aoo42x/main/rsc/inc/ |
H A D | rscclobj.hxx | 38 RscInconsistent( const RscId & rFirst, const RscId & rSecond ){ in RscInconsistent() argument 40 aSecondId = rSecond; in RscInconsistent()
|
/aoo42x/main/chart2/source/inc/ |
H A D | PropertyHelper.hxx | 169 const ::com::sun::star::beans::Property & rSecond ) in operator ()() 171 return ( rFirst.Name.compareTo( rSecond.Name ) < 0 ); in operator ()()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 816 void operator()( StringIteratorT rFirst, StringIteratorT rSecond ) const in operator ()() 823 rtl::OUString aVal( rFirst + 1, rSecond - rFirst, RTL_TEXTENCODING_UTF8 ); in operator ()() 829 rtl::OUString aVal( rFirst + 1, rSecond - rFirst, RTL_TEXTENCODING_UTF8 ); in operator ()()
|
/aoo42x/main/basegfx/inc/basegfx/range/ |
H A D | b2ibox.hxx | 244 const B2IBox& rSecond );
|
H A D | b2irange.hxx | 247 const B2IRange& rSecond );
|
H A D | b2drange.hxx | 287 const B2DRange& rSecond );
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 161 bool operator==(const SprmInfo &rFirst, const SprmInfo &rSecond) in operator ==() argument 163 return (rFirst.nId == rSecond.nId); in operator ==() 166 bool operator<(const SprmInfo &rFirst, const SprmInfo &rSecond) in operator <() argument 168 return (rFirst.nId < rSecond.nId); in operator <() 2382 (const WW8PLCFx_Fc_FKP::WW8Fkp::Entry& rSecond) const in operator <() 2384 return (mnFC < rSecond.mnFC); in operator <()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 5180 bool operator==(const SprmReadInfo &rFirst, const SprmReadInfo &rSecond) in operator ==() argument 5182 return (rFirst.nId == rSecond.nId); in operator ==() 5185 bool operator<(const SprmReadInfo &rFirst, const SprmReadInfo &rSecond) in operator <() argument 5187 return (rFirst.nId < rSecond.nId); in operator <()
|
H A D | ww8scan.cxx | 98 inline bool operator==(const SprmInfo &rFirst, const SprmInfo &rSecond) in operator ==() argument 100 return (rFirst.nId == rSecond.nId); in operator ==() 2641 (const WW8PLCFx_Fc_FKP::WW8Fkp::Entry& rSecond) const in operator <() 2643 return (mnFC < rSecond.mnFC); in operator <()
|
Completed in 172 milliseconds