Lines Matching refs:aDoc
204 public static void insertForm ( XComponent aDoc, XNameContainer Forms, in insertForm() argument
207 XInterface oControl = createControl(aDoc, "Form"); in insertForm()
224 public static XLoadable bindForm( XTextDocument aDoc ) { in bindForm() argument
228 Object aForm = FormTools.getIndexedForms(WriterTools.getDrawPage(aDoc)).getByIndex(0); in bindForm()
259 public static XLoadable bindForm( XTextDocument aDoc, String sourceName, String tableName ) in bindForm() argument
263 FormTools.getIndexedForms(WriterTools.getDrawPage(aDoc)).getByIndex(0)); in bindForm()
272 public static XLoadable bindForm( XTextDocument aDoc, String formName ) { in bindForm() argument
276 … XForm the_form = (XForm) FormTools.getForms(WriterTools.getDrawPage(aDoc)).getByName(formName); in bindForm()
302 public static XLoadable bindForm( XTextDocument aDoc, String formName, String sourceName, in bindForm() argument
306 FormTools.getForms(WriterTools.getDrawPage(aDoc)).getByName(formName)); in bindForm()
315 public static void switchDesignOf(XMultiServiceFactory xMSF, XTextDocument aDoc) { in switchDesignOf() argument
317 com.sun.star.frame.XController aController = aDoc.getCurrentController(); in switchDesignOf()