Home
last modified time | relevance | path

Searched refs:aRelPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/inc/
H A Druntime.hxx504 String getFullPath( const String& aRelPath );
522 inline String getFullPathUNC( const String& aRelPath ) in getFullPathUNC() argument
524 return getFullPath( aRelPath ); in getFullPathUNC()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx290 const ::rtl::OUString aRelPath( RTL_CONSTASCII_USTRINGPARAM("Path/Info")); in setDisplayDirectory() local
294 m_xSMGR, aPackage, aRelPath, aKey, ::comphelper::ConfigurationHelper::E_READONLY); in setDisplayDirectory()
300 …m_xSMGR, aPackage, aRelPath, aKey, css::uno::makeAny(false), ::comphelper::ConfigurationHelper::E_… in setDisplayDirectory()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx1160 DirEntry aRelPath( aPath ); in GetImageFilePath() local
1161 …DirEntry aAbsPath( aRelPath += DirEntry( String( *aFileIter, RTL_TEXTENCODING_ASCII_US ) ) … in GetImageFilePath()
1167 …fprintf( stderr, "Searching image: %s\n", ByteString( aRelPath.GetFull(), RTL_TEXTENCODING_ASCII_U… in GetImageFilePath()
1173 … String aStr( aRelPath.GetFull() ); in GetImageFilePath()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx164 String getFullPath( const String& aRelPath ) in getFullPath() argument
169 INetURLObject aURLObj( aRelPath ); in getFullPath()
174 File::getFileURLFromSystemPath( aRelPath, aFileURL ); in getFullPath()

Completed in 77 milliseconds