Searched refs:m_aReportPath (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 531 private ArrayList m_aReportPath; field in ReportBuilderImplementation 535 if (m_aReportPath == null) in getReportPath() 540 m_aReportPath = FileAccess.getOfficePaths(getMSF(), "Template", "share", "/wizard"); in getReportPath() 541 FileAccess.combinePaths(getMSF(), m_aReportPath, "/wizard/report"); in getReportPath() local 548 return m_aReportPath; in getReportPath()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextImplementation.java | 620 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 26 milliseconds