Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DRecordTable.java57 …if ((xAllTextTables.hasByName(ReportTextDocument.TBLRECORDSECTION)) || (xAllTextTables.hasByName(R… in RecordTable()
66 oTable = xAllTextTables.getByName(ReportTextDocument.TBLRECORDSECTION); in RecordTable()
78 xTableName.setName(ReportTextDocument.TBLRECORDSECTION); in RecordTable()
H A DReportTextDocument.java85 public static final String TBLRECORDSECTION = "Tbl_RecordSection"; field in ReportTextDocument
89 public static final String COPYOFTBLRECORDSECTION = "CopyOf" + TBLRECORDSECTION;
414 String TableName = TBLRECORDSECTION; in replaceFieldValueInRecordTable()
436 if (OldTableName.compareTo(TBLRECORDSECTION) != 0) in insertColumnstoRecordTable()
691 sLayoutTableNames[GroupCount] = TBLRECORDSECTION; in getLayoutTextTableNames()

Completed in 17 milliseconds