Home
last modified time | relevance | path

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

/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/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/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/unotools/source/config/
H A Dpathoptions.cxx282 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 …]
/trunk/main/vcl/inc/vcl/
H A Dhelper.hxx58 rtl::OUString VCL_DLLPUBLIC getOfficePath( enum whichOfficePath ePath );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx44 OUString getOfficePath( enum whichOfficePath ePath ) in getOfficePath() argument
93 switch( ePath ) in getOfficePath()

Completed in 32 milliseconds