Lines Matching refs:xDocPro

146 		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
274 xDocPro.setPrintedBy(printBy); in testGeneralPrintBy()
289 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralPrintDate() local
291 xDocPro.setPrintDate(printDate); in testGeneralPrintDate()
308 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralEditingDuration() local
310 xDocPro.setEditingDuration(editingDuration); in testGeneralEditingDuration()
327 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralRevisionNumber() local
329 xDocPro.setEditingCycles(revisionNumber); in testGeneralRevisionNumber()
344 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralTemplateName() local
346 xDocPro.setTemplateName(templateName); in testGeneralTemplateName()
360 XDocumentProperties xDocPro = getDocumentProperties(); in testGeneralReset() local
361 xDocPro.resetUserData(author); in testGeneralReset()
363 assertEquals("Author should be "+ author, author, xDocPro.getAuthor()); in testGeneralReset()
364 assertEquals("Modified should be empty", "", xDocPro.getModifiedBy()); in testGeneralReset()
366 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset()
367 assertEquals("PrintBy should be empty", "", xDocPro.getPrintedBy()); in testGeneralReset()
369 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset()
370 assertEquals("Totally editing time should be empty", 0, xDocPro.getEditingDuration()); in testGeneralReset()
371 assertEquals("Revision number should be empty", 1, xDocPro.getEditingCycles()); in testGeneralReset()
384 XDocumentProperties xDocPro = getDocumentProperties(); in testDescriptionTitle() local
385 xDocPro.setTitle(title); in testDescriptionTitle()
399 XDocumentProperties xDocPro = getDocumentProperties(); in testDescriptionSubject() local
400 xDocPro.setSubject(subject); in testDescriptionSubject()
414 XDocumentProperties xDocPro = getDocumentProperties(); in testDescriptionKeywords() local
415 xDocPro.setKeywords(keywords); in testDescriptionKeywords()
436 XDocumentProperties xDocPro = getDocumentProperties(); in testDescriptionComments() local
437 xDocPro.setDescription(comments); in testDescriptionComments()
452 XDocumentProperties xDocPro = getDocumentProperties(); in addCustomPro() local
453 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in addCustomPro()
458 XDocumentProperties xDocPro = getDocumentProperties(); in getCustomPro() local
459 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in getCustomPro()
582 XDocumentProperties xDocPro = getDocumentProperties(); in testCustomRemovePro() local
583 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in testCustomRemovePro()
614 XDocumentProperties xDocPro = getDocumentProperties(); in setAutoLoad() local
615 xDocPro.setAutoloadURL(URL); in setAutoLoad()
616 xDocPro.setAutoloadSecs(secs); in setAutoLoad()
617 xDocPro.setDefaultTarget("_blank"); in setAutoLoad()