Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java385 XSection xGroupSection = xGroup.getHeader(); in copyGroupProperties() local
388 copyProperties(xForeignGroupSection, xGroupSection); in copyGroupProperties()
428 final XSection xGroupSection = xGroup.getHeader(); in insertGroups() local
434 …aRect = insertLabel(xGroupSection, getTitleFromFieldName(m_aGroupNames[i]), aRect, nLabelWidth, aS… in insertGroups()
437 … aRect = insertFormattedField(xGroupSection, sGroupName, aRect, nFieldWidth, aSO); in insertGroups()
445 insertHorizontalLine(xGroupSection, aRect, nLineWidth, nLineHeight); in insertGroups()
446 xGroupSection.setHeight(height + nLineHeight); in insertGroups()
H A DDesignTemplate.java216 XSection xGroupSection = xGroup.getHeader(); in analyseReportDefinition() local
218 final int nCount = xGroupSection.getCount(); in analyseReportDefinition()
223 Object aObj = xGroupSection.getByIndex(i); in analyseReportDefinition()

Completed in 19 milliseconds