Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java116 int TextSectionCount = xAllTextSections.getCount(); in removeInvisibleTextSections() local
117 for (int i = TextSectionCount - 1; i >= 0; i--) in removeInvisibleTextSections()
139 int TextSectionCount = xAllTextSections.getCount(); in removeAllTextSections() local
140 for (int i = TextSectionCount - 1; i >= 0; i--) in removeAllTextSections()

Completed in 18 milliseconds