Home
last modified time | relevance | path

Searched refs:xDocPro (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java146 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralAuthor() local
147 xDocPro.setAuthor(author); in testGeneralAuthor()
223 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralCreationDate() local
225 xDocPro.setCreationDate(creationDate); in testGeneralCreationDate()
241 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralModifiedBy() local
242 xDocPro.setModifiedBy(modifiedBy); in testGeneralModifiedBy()
259 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralModificationDate() local
261 xDocPro.setModificationDate(modificationDate); in testGeneralModificationDate()
263 DateTime result = xDocPro.getModificationDate(); in testGeneralModificationDate()
272 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralPrintBy() local
[all …]