Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java196 private void emptySection(XSection _xSectionToClear) in emptySection() argument
198 if (_xSectionToClear == null) in emptySection()
203 while (_xSectionToClear.hasElements()) in emptySection()
207 final Object aObj = _xSectionToClear.getByIndex(0); in emptySection()
209 _xSectionToClear.remove(aShape); in emptySection()

Completed in 15 milliseconds