Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java771 String[] sCopyTextSections = new String[GroupCount + 1]; in removeCopiedTextSections() local
773 sCopyTextSections[0] = COPYOFRECORDSECTION; in removeCopiedTextSections()
777 sCopyTextSections[i] = COPYOFGROUPSECTION + (i); in removeCopiedTextSections()
783 oTextSectionHandler.removeTextSectionbyName(sCopyTextSections[i]); in removeCopiedTextSections()

Completed in 9 milliseconds