Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java532 private ArrayList m_aReportPath; field in ReportBuilderImplementation
536 if (m_aReportPath == null) in getReportPath()
541 m_aReportPath = FileAccess.getOfficePaths(getMSF(), "Template", "share", "/wizard"); in getReportPath()
542 FileAccess.combinePaths(getMSF(), m_aReportPath, "/wizard/report"); in getReportPath() local
549 return m_aReportPath; in getReportPath()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java620 private ArrayList m_aReportPath = null; field in ReportTextImplementation
624 if (m_aReportPath == null) in getReportPath()
629 m_aReportPath = FileAccess.getOfficePaths(getMSF(), "Template", "share", "/wizard"); in getReportPath()
631 FileAccess.combinePaths(getMSF(), m_aReportPath, "/wizard/report"); in getReportPath() local
638 return m_aReportPath; in getReportPath()

Completed in 15 milliseconds