Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/util/
H A DSOfficeFactory.java247 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable() local
249 XTextTable oTable = (XTextTable) instCreate.getInstance(); in createTextTable()
261 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable() local
263 XTextTable oTable = (XTextTable) instCreate.getInstance(); in createTextTable()
275 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame() local
277 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame()
289 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame() local
291 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame()
334 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createBookmark() local
336 XTextContent oBookmark = (XTextContent) instCreate.getInstance(); in createBookmark()
[all …]
H A DDrawTools.java133 InstCreator instCreate = new InstCreator( oDoc, sDsc ); in createShape() local
134 XShape oShape = (XShape)instCreate.getInstance(); in createShape()