Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx307 …rtl::OString m_aXLFD; // mainly for administration, contains the XLFD from fonts.d… member
321 …rtl::OString m_aXLFD; // mainly for administration, contains the XLFD from fon… member
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1608 static_cast<Type1FontFile*>(pFont)->m_aXLFD = rXLFDs.front(); in getFontAttributesFromXLFD()
1611 static_cast<TrueTypeFontFile*>(pFont)->m_aXLFD = rXLFDs.front(); in getFontAttributesFromXLFD()
1654 static_cast<Type1FontFile*>(pFont)->m_aXLFD = rXLFDs.front(); in getFontAttributesFromXLFD()
1657 static_cast<TrueTypeFontFile*>(pFont)->m_aXLFD = rXLFDs.front(); in getFontAttributesFromXLFD()
1670 if( static_cast<Type1FontFile*>(pFont)->m_aXLFD.getLength() ) in getXLFD()
1671 return static_cast<Type1FontFile*>(pFont)->m_aXLFD; in getXLFD()
1675 if( static_cast<TrueTypeFontFile*>(pFont)->m_aXLFD.getLength() ) in getXLFD()
1676 return static_cast<TrueTypeFontFile*>(pFont)->m_aXLFD; in getXLFD()

Completed in 27 milliseconds