Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java643 ArrayList aReportPath = getReportPath(); in getContentPath() local
644 for (int i = 0; i < aReportPath.size(); i++) in getContentPath()
646 String sPath = (String) aReportPath.get(i); in getContentPath()
658 ArrayList aReportPath = getReportPath(); in getLayoutPath() local
659 for (int i = 0; i < aReportPath.size(); i++) in getLayoutPath()
661 String sPath = (String) aReportPath.get(i); in getLayoutPath()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java674 … ArrayList aReportPath = FileAccess.getOfficePaths(getMSF(), "Template", "share", "/wizard"); in getHeaderLayout() local
675 FileAccess.combinePaths(getMSF(), aReportPath, "/wizard/report"); in getHeaderLayout() local
677 LayoutFiles = FileAccess.getFolderTitles(getMSF(), null, aReportPath, ".otr"); in getHeaderLayout()

Completed in 21 milliseconds