Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java168 final int nDetailCount = xDetailSection.getCount(); in analyseReportDefinition() local
169 for (int i = 0; i < nDetailCount; i++) in analyseReportDefinition()