Home
last modified time | relevance | path

Searched refs:ePath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx205 sal_Bool IsPathReadonly(SvtPathOptions::Pathes ePath)const;
217 SvtPathOptions::Pathes ePath; // The enum value used by SvtPathOptions member
278 const String& SvtPathOptions_Impl::GetPath( SvtPathOptions::Pathes ePath ) in GetPath() argument
282 if ( ePath >= SvtPathOptions::PATH_COUNT ) in GetPath()
287 sal_Int32 nHandle = m_aMapEnumToPropHandle[ (sal_Int32)ePath ]; in GetPath()
292 if( ePath == SvtPathOptions::PATH_ADDIN || in GetPath()
293 ePath == SvtPathOptions::PATH_FILTER || in GetPath()
294 ePath == SvtPathOptions::PATH_HELP || in GetPath()
295 ePath == SvtPathOptions::PATH_MODULE || in GetPath()
296 ePath == SvtPathOptions::PATH_PLUGIN || in GetPath()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx100 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 );
/trunk/main/linguistic/source/
H A Dmisc2.cxx73 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName ) in GetFileURL() argument
80 aURLObj.SetSmartURL( GetModulePath(ePath) ); in GetFileURL()
92 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim ) in GetModulePath() argument
97 switch (ePath) in GetModulePath()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx148 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName );
150 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim = sal_True );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx44 OUString getOfficePath( enum whichOfficePath ePath ) in getOfficePath() argument
93 switch( ePath ) in getOfficePath()
/trunk/main/vcl/inc/vcl/
H A Dhelper.hxx58 rtl::OUString VCL_DLLPUBLIC getOfficePath( enum whichOfficePath ePath );