Searched refs:_sOutPath (Results 1 – 3 of 3) sorted by relevance
153 OUString extractFirstFromConfigurationPath(OUString const& _sInPath, OUString* _sOutPath) in extractFirstFromConfigurationPath() argument187 if (_sOutPath != 0) in extractFirstFromConfigurationPath()189 *_sOutPath = (nSep >= 0) ? _sInPath.copy(nSep + 1) : OUString(); in extractFirstFromConfigurationPath()
145 public void setOutputPath(String _sOutPath) { m_sOutputPath = _sOutPath; } in setOutputPath() argument
86 ::rtl::OUString const& _sInPath, ::rtl::OUString* _sOutPath = 0);
Completed in 26 milliseconds