Searched refs:ePath (Results 1 – 6 of 6) sorted by relevance
282 if ( ePath >= SvtPathOptions::PATH_COUNT ) in GetPath()305 m_aPathArray[ ePath ] = aPathValue; in GetPath()306 return m_aPathArray[ ePath ]; in GetPath()333 if ( ePath < SvtPathOptions::PATH_COUNT ) in SetPath()339 switch ( ePath ) in SetPath()514 sal_Int32 nEnum = aPropNames[i].ePath; in SvtPathOptions_Impl()935 switch ( ePath ) in SearchFile()962 switch ( ePath ) in SearchFile()1046 return pImp->IsPathReadonly(ePath); in IsPathReadonly()1051 return pImp->GetPath(ePath); in GetPath()[all …]
100 sal_Bool IsPathReadonly(Pathes ePath)const;101 const String& GetPath(Pathes ePath) const;126 void SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath );131 sal_Bool SearchFile( String& rIniFile, Pathes ePath = PATH_USERCONFIG );
73 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName ) in GetFileURL() argument80 aURLObj.SetSmartURL( GetModulePath(ePath) ); in GetFileURL()92 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim ) in GetModulePath() argument97 switch (ePath) in GetModulePath()
44 OUString getOfficePath( enum whichOfficePath ePath ) in getOfficePath() argument93 switch( ePath ) in getOfficePath()
148 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName );150 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim = sal_True );
58 rtl::OUString VCL_DLLPUBLIC getOfficePath( enum whichOfficePath ePath );
Completed in 31 milliseconds