Home
last modified time | relevance | path

Searched refs:rSecond (Results 1 – 13 of 13) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db2xrange.cxx111 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()
/trunk/main/xmloff/source/chart/
H A Dtransporttypes.cxx29 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 Dtransporttypes.hxx111 bool operator < ( const tSchXMLIndexWithPart & rFirst, const tSchXMLIndexWithPart & rSecond );
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx184 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 ()()
/trunk/main/rsc/inc/
H A Drscclobj.hxx38 RscInconsistent( const RscId & rFirst, const RscId & rSecond ){ in RscInconsistent() argument
40 aSecondId = rSecond; in RscInconsistent()
/trunk/main/chart2/source/inc/
H A DPropertyHelper.hxx169 const ::com::sun::star::beans::Property & rSecond ) in operator ()()
171 return ( rFirst.Name.compareTo( rSecond.Name ) < 0 ); in operator ()()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx816 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 ()()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx244 const B2IBox& rSecond );
H A Db2irange.hxx247 const B2IRange& rSecond );
H A Db2drange.hxx287 const B2DRange& rSecond );
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx161 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 <()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx5180 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 Dww8scan.cxx98 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 183 milliseconds