Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java213 public XNameContainer getDocumentForms() in getDocumentForms() method in FormHandler
259 xNamedFormContainer = getDocumentForms(); in hasFormByName()
366 return insertFormbyName(_FormName, getDocumentForms()); in insertFormbyName()
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java219 XNameContainer xNamedForms = getDoc().oFormHandler.getDocumentForms(); in reconnectToDatabase()