Lines Matching refs:instCreate
247 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()
348 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createReferenceMark() local
350 XTextContent oReferenceMark = (XTextContent) instCreate.getInstance(); in createReferenceMark()
362 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createFootnote() local
364 XTextContent oFootnote = (XTextContent) instCreate.getInstance(); in createFootnote()
424 InstCreator instCreate = new InstCreator(oDoc, sDsc); in createShape() local
426 XShape oShape = (XShape) instCreate.getInstance(); in createShape()