Lines Matching refs:tDsc
246 TableDsc tDsc = new TableDsc(); in createTextTable() local
247 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable()
260 TableDsc tDsc = new TableDsc(rows, columns); in createTextTable() local
261 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextTable()
274 FrameDsc tDsc = new FrameDsc(); in createTextFrame() local
275 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame()
288 FrameDsc tDsc = new FrameDsc(height, width); in createTextFrame() local
289 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createTextFrame()
333 BookmarkDsc tDsc = new BookmarkDsc(); in createBookmark() local
334 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createBookmark()
347 ReferenceMarkDsc tDsc = new ReferenceMarkDsc(); in createReferenceMark() local
348 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createReferenceMark()
361 FootnoteDsc tDsc = new FootnoteDsc(); in createFootnote() local
362 InstCreator instCreate = new InstCreator(xTextDoc, tDsc); in createFootnote()