Searched refs:instCreate (Results 1 – 2 of 2) sorted by relevance
247 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable() local249 XTextTable oTable = (XTextTable) instCreate.getInstance(); in createTextTable()261 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable() local263 XTextTable oTable = (XTextTable) instCreate.getInstance(); in createTextTable()275 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame() local277 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame()289 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame() local291 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame()334 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createBookmark() local336 XTextContent oBookmark = (XTextContent) instCreate.getInstance(); in createBookmark()[all …]
133 InstCreator instCreate = new InstCreator( oDoc, sDsc ); in createShape() local134 XShape oShape = (XShape)instCreate.getInstance(); in createShape()