Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2185 std::list< PrintFont* > aCacheFonts; in initialize() local
2186 if( m_pFontCache->listDirectory( aPath, aCacheFonts ) ) in initialize()
2191 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()
2317 std::list< PrintFont* > aCacheFonts; in initialize() local
2319 if( m_pFontCache->listDirectory( aDir, aCacheFonts ) ) in initialize()
2324 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()

Completed in 40 milliseconds