Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java772 String[] sCopyTextTables = new String[GroupCount + 1]; in removeCopiedTextSections() local
774 sCopyTextTables[0] = COPYOFTBLRECORDSECTION; in removeCopiedTextSections()
778 sCopyTextTables[i] = COPYOFTBLGROUPSECTION + (i); in removeCopiedTextSections()
782 oTextTableHandler.removeTextTablebyName(sCopyTextTables[i]); in removeCopiedTextSections()

Completed in 31 milliseconds