Lines Matching refs:DateTime
49 import com.sun.star.util.DateTime;
146 private boolean DateTimeEquals(DateTime datetime1, DateTime datetime2){ in DateTimeEquals()
182 private DateTime getCurrentDateTime(){ in getCurrentDateTime()
184 DateTime currentDateTime = new DateTime(); in getCurrentDateTime()
209 DateTime creationDate = getCurrentDateTime(); in testGeneralCreationDate()
219 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()
245 DateTime modificationDate = getCurrentDateTime(); in testGeneralModificationDate()
251 DateTime result = xDocPro.getModificationDate(); in testGeneralModificationDate()
275 DateTime printDate = getCurrentDateTime(); in testGeneralPrintDate()
285 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate()
351 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset()
354 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset()
473 DateTime addedProDefaultValue = getCurrentDateTime(); in testCustomAddPro_DateTime()
482 DateTime result = (DateTime)getCustomPro(addedProName); in testCustomAddPro_DateTime()