Searched refs:rD1 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/chart2/source/view/axes/ |
H A D | DateHelper.cxx | 37 bool DateHelper::IsInSameYear( const Date& rD1, const Date& rD2 ) in IsInSameYear() argument 39 return rD1.GetYear() == rD2.GetYear(); in IsInSameYear() 41 bool DateHelper::IsInSameMonth( const Date& rD1, const Date& rD2 ) in IsInSameMonth() argument 43 return (rD1.GetYear() == rD2.GetYear()) in IsInSameMonth() 44 && (rD1.GetMonth() == rD2.GetMonth()); in IsInSameMonth() 98 bool DateHelper::IsLessThanOneMonthAway( const Date& rD1, const Date& rD2 ) in IsLessThanOneMonthAway() argument 100 Date aDMin( DateHelper::GetDateSomeMonthsAway( rD1, -1 ) ); in IsLessThanOneMonthAway() 101 Date aDMax( DateHelper::GetDateSomeMonthsAway( rD1, 1 ) ); in IsLessThanOneMonthAway() 108 bool DateHelper::IsLessThanOneYearAway( const Date& rD1, const Date& rD2 ) in IsLessThanOneYearAway() argument 110 Date aDMin( DateHelper::GetDateSomeYearsAway( rD1, -1 ) ); in IsLessThanOneYearAway() [all …]
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | DateHelper.hxx | 41 static bool IsInSameYear( const Date& rD1, const Date& rD2 ); 42 static bool IsInSameMonth( const Date& rD1, const Date& rD2 ); 47 static bool IsLessThanOneMonthAway( const Date& rD1, const Date& rD2 ); 48 static bool IsLessThanOneYearAway( const Date& rD1, const Date& rD2 );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 178 const MovedData& rD1, const MovedData& rD2 ); 625 CompareData& rD1, CompareData& rD2, in CompareSequence() argument 627 : rData1( rD1 ), rData2( rD2 ), rMoved1( rMD1 ), rMoved2( rMD2 ) in CompareSequence()
|
Completed in 55 milliseconds