Home
last modified time | relevance | path

Searched refs:i_sPath (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/autodoc/source/cosv/storage/
H A Dplocroot.cxx157 if (i_sPath[0] == '\\') in Create_WindowsRoot()
159 if (i_sPath[1] == '\\') in Create_WindowsRoot()
173 o_sPathAfterRoot = i_sPath+1; in Create_WindowsRoot()
179 if ( i_sPath[2] == '\\') in Create_WindowsRoot()
192 o_sPathAfterRoot = i_sPath; in Create_WindowsRoot()
201 if (*i_sPath == '/') in Create_UnixRoot()
203 o_sPathAfterRoot = i_sPath + 1; in Create_UnixRoot()
208 o_sPathAfterRoot = i_sPath; in Create_UnixRoot()
223 const char * i_sPath, in Create_() argument
226 if (i_sPath[0] == '.') in Create_()
[all …]
H A Ddirchain.cxx85 DirectoryChain::PushFront( const DirectoryChain & i_sPath ) in PushFront() argument
87 aPath.insert( aPath.begin(), i_sPath.Begin(), i_sPath.End() ); in PushFront()
97 DirectoryChain::PushBack( const DirectoryChain & i_sPath ) in PushBack() argument
99 aPath.insert( aPath.end(), i_sPath.Begin(), i_sPath.End() ); in PushBack()
H A Dploc.cxx39 Path::Path( const char * i_sPath, in Path() argument
46 Set(i_sPath, i_bPathIsAlwaysDir, i_sDelimiter ); in Path()
71 Path::Set( const char * i_sPath, in Set() argument
80 pRoot = Root::Create_( restPath, i_sPath, i_sDelimiter ); in Set()
/aoo42x/main/autodoc/inc/cosv/
H A Ddirchain.hxx53 const char * i_sPath,
75 const char * i_sPath,
82 i_sPath );
87 i_sPath );
H A Dploc.hxx56 … const char * i_sPath = ".", /// Dirs have to be ended with a '\\ or '/'.
67 const char * i_sPath,
H A Dplocroot.hxx54 const char * i_sPath,
/aoo42x/main/rsc/source/rsc/
H A Drsc.cxx807 static inline OUString lcl_getAbsoluteUrl(const OUString& i_sBaseUrl, const OString& i_sPath) in lcl_getAbsoluteUrl() argument
810 …if(FileBase::getFileURLFromSystemPath(OStringToOUString(i_sPath, RTL_TEXTENCODING_MS_1252), sRelUr… in lcl_getAbsoluteUrl()

Completed in 26 milliseconds