Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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
289 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame() local
334 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createBookmark() local
348 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createReferenceMark() local
362 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createFootnote() local
424 InstCreator instCreate = new InstCreator(oDoc, sDsc); in createShape() local
[all …]
H A DDrawTools.java133 InstCreator instCreate = new InstCreator( oDoc, sDsc ); in createShape() local
134 XShape oShape = (XShape)instCreate.getInstance(); in createShape()

Completed in 24 milliseconds