Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1554 HashMap m_aLabelWidthMap; field in ReportBuilderLayouter
1572 if (m_aLabelWidthMap == null) in getLabelWidth()
1574 m_aLabelWidthMap = new HashMap(); in getLabelWidth()
1579 if (m_aLabelWidthMap.containsKey(sKey)) in getLabelWidth()
1581 final Object aWidth = m_aLabelWidthMap.get(sKey); in getLabelWidth()
1609 m_aLabelWidthMap.put(sKey, new Integer(nWidth)); in getLabelWidth()

Completed in 25 milliseconds