Home
last modified time | relevance | path

Searched refs:aD1 (Results 1 – 5 of 5) sorted by path

/trunk/main/chart2/source/view/axes/
H A DDateHelper.cxx46 long DateHelper::GetMonthsBetweenDates( Date aD1, Date aD2 ) in GetMonthsBetweenDates() argument
48 Date aHelp = aD1; in GetMonthsBetweenDates()
50 if( aD1 < aD2 ) in GetMonthsBetweenDates()
52 aD1 = aD2; in GetMonthsBetweenDates()
57 return nSign*( ( aD1.GetMonth() - aD2.GetMonth() ) in GetMonthsBetweenDates()
58 + ( aD1.GetYear() - aD2.GetYear() )*12 ); in GetMonthsBetweenDates()
/trunk/main/chart2/source/view/inc/
H A DDateHelper.hxx44 static long GetMonthsBetweenDates( Date aD1, Date aD2 );
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2741 Point aD1(rR.TopLeft()); in AdjustTextFrameWidthAndHeight() local
2742 aD1-=aR0.TopLeft(); in AdjustTextFrameWidthAndHeight()
2743 Point aD2(aD1); in AdjustTextFrameWidthAndHeight()
2745 aD2-=aD1; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx195 Point aD1(rR.TopLeft()); in AdjustTextFrameWidthAndHeight() local
196 aD1-=aR0.TopLeft(); in AdjustTextFrameWidthAndHeight()
197 Point aD2(aD1); in AdjustTextFrameWidthAndHeight()
199 aD2-=aD1; in AdjustTextFrameWidthAndHeight()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1595 SwCompareData aD1( *this ); in CompareDoc() local
1597 aD1.CompareLines( aD0 ); in CompareDoc()
1599 nRet = aD1.ShowDiffs( aD0 ); in CompareDoc()
1606 aD1.SetRedlinesToDoc( !bDocWasModified ); in CompareDoc()
1815 SwCompareData aD1( *this ); in MergeDoc() local
1817 aD1.CompareLines( aD0 ); in MergeDoc()
1819 if( !aD1.HasDiffs( aD0 ) ) in MergeDoc()

Completed in 78 milliseconds