Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java119 return (IReportBuilderLayouter) getLayoutMap().get(m_sReportBuilderLayoutName); in getReportBuilderLayouter()
613 private LinkedHashMap getLayoutMap() in getLayoutMap() method in ReportBuilderImplementation
647 String[] a = new String[getLayoutMap().size()]; in getDataLayout()
648 String[] b = new String[getLayoutMap().size()]; in getDataLayout()
651 final Set aKeys = getLayoutMap().keySet(); in getDataLayout()