Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx124 int nStretch = rQFont.stretch(); in toFont() local
125 if ( nStretch <= QFont::UltraCondensed ) in toFont()
127 else if ( nStretch <= QFont::ExtraCondensed ) in toFont()
129 else if ( nStretch <= QFont::Condensed ) in toFont()
131 else if ( nStretch <= QFont::SemiCondensed ) in toFont()
133 else if ( nStretch <= QFont::Unstretched ) in toFont()
135 else if ( nStretch <= QFont::SemiExpanded ) in toFont()
137 else if ( nStretch <= QFont::Expanded ) in toFont()
139 else if ( nStretch <= QFont::ExtraExpanded ) in toFont()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1767 int nStretch = rQFont.stretch(); in toFont() local
1768 if ( nStretch <= QFont::UltraCondensed ) in toFont()
1770 else if ( nStretch <= QFont::ExtraCondensed ) in toFont()
1772 else if ( nStretch <= QFont::Condensed ) in toFont()
1774 else if ( nStretch <= QFont::SemiCondensed ) in toFont()
1776 else if ( nStretch <= QFont::Unstretched ) in toFont()
1778 else if ( nStretch <= QFont::SemiExpanded ) in toFont()
1780 else if ( nStretch <= QFont::Expanded ) in toFont()
1782 else if ( nStretch <= QFont::ExtraExpanded ) in toFont()

Completed in 25 milliseconds