/aoo41x/main/chart2/source/view/axes/ |
H A D | DateHelper.cxx | 37 bool DateHelper::IsInSameYear( const Date& rD1, const Date& rD2 ) in IsInSameYear() 41 bool DateHelper::IsInSameMonth( const Date& rD1, const Date& rD2 ) in IsInSameMonth() 46 long DateHelper::GetMonthsBetweenDates( Date aD1, Date aD2 ) in GetMonthsBetweenDates() 61 Date DateHelper::GetDateSomeMonthsAway( const Date& rD, long nMonthDistance ) in GetDateSomeMonthsAway() 78 Date DateHelper::GetDateSomeYearsAway( const Date& rD, long nYearDistance ) in GetDateSomeYearsAway() 98 bool DateHelper::IsLessThanOneMonthAway( const Date& rD1, const Date& rD2 ) in IsLessThanOneMonthAway() 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() 110 Date aDMin( DateHelper::GetDateSomeYearsAway( rD1, -1 ) ); in IsLessThanOneYearAway() [all …]
|
H A D | ScaleAutomatism.cxx | 612 …aMaxDate = DateHelper::GetDateSomeMonthsAway(aMaxDate,1);//for explicit scales we need one interva… in calculateExplicitIncrementAndScaleForDateTimeAxis() 613 if( DateHelper::IsLessThanOneMonthAway( aMinDate, aMaxDate ) ) in calculateExplicitIncrementAndScaleForDateTimeAxis() 616 aMaxDate = DateHelper::GetDateSomeMonthsAway(aMinDate,1); in calculateExplicitIncrementAndScaleForDateTimeAxis() 618 aMinDate = DateHelper::GetDateSomeMonthsAway(aMaxDate,-1); in calculateExplicitIncrementAndScaleForDateTimeAxis() 627 …aMaxDate = DateHelper::GetDateSomeYearsAway(aMaxDate,1);//for explicit scales we need one interval… in calculateExplicitIncrementAndScaleForDateTimeAxis() 628 if( DateHelper::IsLessThanOneYearAway( aMinDate, aMaxDate ) ) in calculateExplicitIncrementAndScaleForDateTimeAxis() 631 aMaxDate = DateHelper::GetDateSomeYearsAway(aMinDate,1); in calculateExplicitIncrementAndScaleForDateTimeAxis() 633 aMinDate = DateHelper::GetDateSomeYearsAway(aMaxDate,-1); in calculateExplicitIncrementAndScaleForDateTimeAxis()
|
H A D | Tickmarks_Dates.cxx | 115 … aDate = DateHelper::GetDateSomeYearsAway( aDate, m_aIncrement.MajorTimeInterval.Number ); in getAllTicks() 119 … aDate = DateHelper::GetDateSomeMonthsAway( aDate, m_aIncrement.MajorTimeInterval.Number ); in getAllTicks() 149 … aDate = DateHelper::GetDateSomeYearsAway( aDate, m_aIncrement.MinorTimeInterval.Number ); in getAllTicks() 153 … aDate = DateHelper::GetDateSomeMonthsAway( aDate, m_aIncrement.MinorTimeInterval.Number ); in getAllTicks()
|
H A D | makefile.mk | 46 $(SLO)$/DateHelper.obj \
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 254 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Load document"); in loadFromURL() 266 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Load document done."); in loadFromURL() 490 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Store document."); in impl_printToFileWithOOo() 495 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Store document done."); in impl_printToFileWithOOo() 544 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Print document."); in impl_printToFileWithOOo() 674 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Print document done."); in impl_printToFileWithOOo()
|
H A D | DateHelper.java | 31 public class DateHelper class
|
H A D | makefile.mk | 38 DateHelper.java \
|
H A D | HTMLResult.java | 114 … writeln( "<P>This result was created at: " + DateHelper.getDateTimeForHumanreadableLog()); in indexSection()
|
H A D | OpenOfficeDatabaseReportExtractor.java | 451 … sOutputPath = FileHelper.appendPath(sOutputPath, DateHelper.getDateTimeForFilename()); in getOutputPath()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 208 … GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document"); in loadFromURL() 220 …GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document done."… in loadFromURL() 543 … GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Store document."); in impl_printToFileWithOOo() 548 …GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Store document done.… in impl_printToFileWithOOo() 576 … GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Print document."); in impl_printToFileWithOOo() 701 …GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Print document done.… in impl_printToFileWithOOo()
|
H A D | DateHelper.java | 31 public class DateHelper class
|
H A D | makefile.mk | 72 DateHelper.java \
|
H A D | DBHelper.java | 304 return DateHelper.getDateString("yyyy-MM-dd"); in today()
|
H A D | ReportDesignerTest.java | 584 sOutputPath += DateHelper.getDateTimeForFilename(); in getOutputPath()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | DateHelper.hxx | 38 class DateHelper class
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | BarPositionHelper.cxx | 72 …fUnscaledLogicX = DateHelper::RasterizeDateValue( fUnscaledLogicX, m_aNullDate, m_nTimeResolution … in getScaledSlotPos()
|
H A D | CandleStickChart.cxx | 220 … fUnscaledX = DateHelper::RasterizeDateValue( fUnscaledX, m_aNullDate, m_nTimeResolution ); in createShapes()
|
H A D | BarChart.cxx | 608 …fUnscaledLogicX = DateHelper::RasterizeDateValue( fUnscaledLogicX, m_aNullDate, m_nTimeResolution … in createShapes()
|
H A D | VSeriesPlotter.cxx | 1210 if( DateHelper::IsInSameYear( aPrevious, aCurrent ) ) in calculateTimeResolutionOnXAxis() 1215 if( DateHelper::IsInSameMonth( aPrevious, aCurrent ) ) in calculateTimeResolutionOnXAxis()
|
H A D | AreaChart.cxx | 719 … fLogicX = DateHelper::RasterizeDateValue( fLogicX, m_aNullDate, m_nTimeResolution ); in createShapes()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1725 aMaxDate = DateHelper::GetDateSomeMonthsAway(aMaxDate,-1); in getExplicitValuesForAxis() 1728 aMaxDate = DateHelper::GetDateSomeYearsAway(aMaxDate,-1); in getExplicitValuesForAxis()
|