Home
last modified time | relevance | path

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

/aoo4110/main/vcl/inc/vcl/
H A Dfontmanager.hxx340 struct XLFDEntry struct in psp::PrintFontManager
362 XLFDEntry() { nMask = 0; } in XLFDEntry() function
364 bool operator<(const XLFDEntry& rRight) const;
365 bool operator==(const XLFDEntry& rRight) const;
376 std::map< struct XLFDEntry, std::list< struct XLFDEntry > > member in psp::PrintFontManager
455 static bool parseXLFD( const rtl::OString& rXLFD, XLFDEntry& rEntry );
456 …void parseXLFD_appendAliases( const std::list< rtl::OString >& rXLFDs, std::list< XLFDEntry >& rEn…
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx204 bool PrintFontManager::XLFDEntry::operator<(const PrintFontManager::XLFDEntry& rRight) const in operator <()
270 bool PrintFontManager::XLFDEntry::operator==(const PrintFontManager::XLFDEntry& rRight) const in operator ==()
1555 if( aWeight != "*" ) rEntry.nMask |= XLFDEntry::MaskWeight; in parseXLFD()
1556 if( aSlant != "*" ) rEntry.nMask |= XLFDEntry::MaskItalic; in parseXLFD()
1557 if( aWidth != "*" ) rEntry.nMask |= XLFDEntry::MaskWidth; in parseXLFD()
1558 if( aPitch != "*" ) rEntry.nMask |= XLFDEntry::MaskPitch; in parseXLFD()
1570 XLFDEntry aEntry; in parseXLFD_appendAliases()
1574 std::map< XLFDEntry, std::list< XLFDEntry > >::const_iterator alias_it = in parseXLFD_appendAliases()
1589 std::list< XLFDEntry > aXLFDs; in getFontAttributesFromXLFD()
1593 for( std::list< XLFDEntry >::const_iterator it = aXLFDs.begin(); in getFontAttributesFromXLFD()
[all …]

Completed in 39 milliseconds