Searched refs:aD2 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/chart2/source/view/axes/ |
H A D | DateHelper.cxx | 46 long DateHelper::GetMonthsBetweenDates( Date aD1, Date aD2 ) in GetMonthsBetweenDates() argument 50 if( aD1 < aD2 ) in GetMonthsBetweenDates() 52 aD1 = aD2; in GetMonthsBetweenDates() 53 aD2 = aHelp; in GetMonthsBetweenDates() 57 return nSign*( ( aD1.GetMonth() - aD2.GetMonth() ) in GetMonthsBetweenDates() 58 + ( aD1.GetYear() - aD2.GetYear() )*12 ); in GetMonthsBetweenDates()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 197 Point aD2(aD1); in AdjustTextFrameWidthAndHeight() local 198 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight() 199 aD2-=aD1; in AdjustTextFrameWidthAndHeight() 200 rR.Move(aD2.X(),aD2.Y()); in AdjustTextFrameWidthAndHeight()
|
H A D | svdoashp.cxx | 2743 Point aD2(aD1); in AdjustTextFrameWidthAndHeight() local 2744 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight() 2745 aD2-=aD1; in AdjustTextFrameWidthAndHeight() 2746 rR.Move(aD2.X(),aD2.Y()); in AdjustTextFrameWidthAndHeight()
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 206 Date aD2(uDT.Day, uDT.Month, uDT.Year); in Out_DocInfo() local 208 sOut = String::CreateFromInt32(aD2.GetDate()); in Out_DocInfo()
|
/aoo4110/main/chart2/source/view/inc/ |
H A D | DateHelper.hxx | 44 static long GetMonthsBetweenDates( Date aD1, Date aD2 );
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 411 Date aD2(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR() local 413 rDop.dttmRevised = sw::ms::DateTime2DTTM(DateTime(aD2,aT2)); in SV_IMPL_PTRARR()
|
Completed in 58 milliseconds