Lines Matching refs:SOfficeFactory
53 import util.SOfficeFactory;
164 the_table = SOfficeFactory.createTextTable(xTextDoc, 6, 4); in createTestEnvironment()
169 SOfficeFactory.insertTextContent(xTextDoc, in createTestEnvironment()
181 SOfficeFactory.insertTextContent(xTextDoc, (XTextContent) oTC); in createTestEnvironment()
194 SOfficeFactory.insertTextContent(xTextDoc, (XTextContent) oTC); in createTestEnvironment()
197 SOfficeFactory.insertTextContent(xTextDoc, in createTestEnvironment()
198 (XTextContent) SOfficeFactory.createBookmark( in createTestEnvironment()
202 oTC = SOfficeFactory.createIndex(xTextDoc, in createTestEnvironment()
204 SOfficeFactory.insertTextContent(xTextDoc, (XTextContent) oTC); in createTestEnvironment()
208 XTextFrame frame = SOfficeFactory.createTextFrame(xTextDoc, 500, in createTestEnvironment()
212 SOfficeFactory.insertTextContent(xTextDoc, (XTextContent) oTC); in createTestEnvironment()