Lines Matching refs:DateTime
50 import com.sun.star.util.DateTime;
156 private boolean DateTimeEquals(DateTime datetime1, DateTime datetime2){ in DateTimeEquals()
192 private DateTime getCurrentDateTime(){ in getCurrentDateTime()
194 DateTime currentDateTime = new DateTime(); in getCurrentDateTime()
221 DateTime creationDate = getCurrentDateTime(); in testGeneralCreationDate()
231 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()
257 DateTime modificationDate = getCurrentDateTime(); in testGeneralModificationDate()
263 DateTime result = xDocPro.getModificationDate(); in testGeneralModificationDate()
287 DateTime printDate = getCurrentDateTime(); in testGeneralPrintDate()
297 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate()
366 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset()
369 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset()
488 DateTime addedProDefaultValue = getCurrentDateTime(); in testCustomAddPro_DateTime()
497 DateTime result = (DateTime)getCustomPro(addedProName); in testCustomAddPro_DateTime()