Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java579 protected int calculateFieldWidth(int _nLeftIndent, int _nFieldCount) in calculateFieldWidth() argument
582 if (_nFieldCount > 0) in calculateFieldWidth()
584 …idth = (getPageWidth() - getLeftPageIndent() - getRightPageIndent() - _nLeftIndent) / _nFieldCount; in calculateFieldWidth()

Completed in 32 milliseconds