Searched refs:sPathUrl (Results 1 – 1 of 1) sorted by relevance
118 rtl::OUString sPathUrl; in getValueEvent() local119 xPathSettings->getPropertyValue( msDefaultFilePath ) >>= sPathUrl; in getValueEvent()122 sal_Int32 nIndex = sPathUrl.lastIndexOf( sal_Unicode(';') ); in getValueEvent()125 sPathUrl = sPathUrl.copy( nIndex + 1 ); in getValueEvent()128 ::osl::File::getSystemPathFromFileURL( sPathUrl, sPath ); in getValueEvent()
Completed in 7 milliseconds