Home
last modified time | relevance | path

Searched refs:rFontPath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/source/glyphs/
H A Dglyphcache.cxx173 const String& rFontPath = Application::GetFontPath(); in LoadFonts() local
174 if( rFontPath.Len() > 0 ) in LoadFonts()
175 AddFontPath( rFontPath ); in LoadFonts()
188 void GlyphCache::AddFontPath( const String& rFontPath ) in AddFontPath() argument
195 nBreaker2 = rFontPath.Search( ';', nBreaker1 ); in AddFontPath()
200 osl::FileBase::getFileURLFromSystemPath( rFontPath.Copy( nBreaker1, nBreaker2 ), aUrlName ); in AddFontPath()
/aoo4110/main/vcl/inc/
H A Dglyphcache.hxx66 void AddFontPath( const String& rFontPath );

Completed in 22 milliseconds