Searched refs:aRelPath (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 504 String getFullPath( const String& aRelPath ); 522 inline String getFullPathUNC( const String& aRelPath ) in getFullPathUNC() argument 524 return getFullPath( aRelPath ); in getFullPathUNC()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePicker.cxx | 290 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()
|
/aoo42x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1160 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()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 164 String getFullPath( const String& aRelPath ) in getFullPath() argument 169 INetURLObject aURLObj( aRelPath ); in getFullPath() 174 File::getFileURLFromSystemPath( aRelPath, aFileURL ); in getFullPath()
|
Completed in 48 milliseconds