Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Inspector/
H A DInspector.java105 String sRetPath = ""; in getSDKPath() local
109 sRetPath = (String) xPropertySet.getPropertyValue("SDKPath"); in getSDKPath()
113 return sRetPath; in getSDKPath()
118 String sRetPath = getSDKPath(); in getIDLPath() local
119 if (m_oIntrospector.isValidSDKInstallationPath(sRetPath)){ in getIDLPath()
120 sRetPath = m_oIntrospector.addToPath(sRetPath, sIDLDOCUMENTSUBFOLDER); in getIDLPath()
123 sRetPath = ""; in getIDLPath()
125 return sRetPath; in getIDLPath()
/aoo4110/main/sc/source/ui/vba/
H A Dvbaapplication.cxx727 rtl::OUString sRetPath; in getOfficePath() local
738 ::osl::File::getSystemPathFromFileURL( sUrl, sRetPath ); in getOfficePath()
744 return sRetPath; in getOfficePath()

Completed in 26 milliseconds