Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx340 struct XLFDEntry struct in psp::PrintFontManager
362 XLFDEntry() { nMask = 0; } in XLFDEntry() argument
364 bool operator<(const XLFDEntry& rRight) const;
365 bool operator==(const XLFDEntry& rRight) const;
376 std::map< struct XLFDEntry, std::list< struct XLFDEntry > >
455 static bool parseXLFD( const rtl::OString& rXLFD, XLFDEntry& rEntry );
456 …void parseXLFD_appendAliases( const std::list< rtl::OString >& rXLFDs, std::list< XLFDEntry >& rEn…
/trunk/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 ==()
1478 bool PrintFontManager::parseXLFD( const OString& rXLFD, XLFDEntry& rEntry ) in parseXLFD()
1552 if( rEntry.aFoundry != "*" ) rEntry.nMask |= XLFDEntry::MaskFoundry; in parseXLFD()
1553 if( rEntry.aFamily != "*" ) rEntry.nMask |= XLFDEntry::MaskFamily; in parseXLFD()
1554 if( rEntry.aAddStyle != "*" ) rEntry.nMask |= XLFDEntry::MaskAddStyle; in parseXLFD()
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()
[all …]