Home
last modified time | relevance | path

Searched refs:weight (Results 51 – 75 of 619) sorted by last modified time

12345678910>>...25

/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1754 int nWeight = qFontInfo.weight(); in toFont()
1756 aInfo.m_eWeight = psp::weight::Light; in toFont()
1758 aInfo.m_eWeight = psp::weight::Normal; in toFont()
1760 aInfo.m_eWeight = psp::weight::SemiBold; in toFont()
1762 aInfo.m_eWeight = psp::weight::Bold; in toFont()
1764 aInfo.m_eWeight = psp::weight::UltraBold; in toFont()
1807 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1122 FontWeight PspGraphics::ToFontWeight (psp::weight::type eWeight) in ToFontWeight()
1126 case psp::weight::Thin: return WEIGHT_THIN; in ToFontWeight()
1127 case psp::weight::UltraLight: return WEIGHT_ULTRALIGHT; in ToFontWeight()
1128 case psp::weight::Light: return WEIGHT_LIGHT; in ToFontWeight()
1129 case psp::weight::SemiLight: return WEIGHT_SEMILIGHT; in ToFontWeight()
1130 case psp::weight::Normal: return WEIGHT_NORMAL; in ToFontWeight()
1131 case psp::weight::Medium: return WEIGHT_MEDIUM; in ToFontWeight()
1132 case psp::weight::SemiBold: return WEIGHT_SEMIBOLD; in ToFontWeight()
1133 case psp::weight::Bold: return WEIGHT_BOLD; in ToFontWeight()
1134 case psp::weight::UltraBold: return WEIGHT_ULTRABOLD; in ToFontWeight()
[all …]
H A Dsvppspgraphics.hxx85 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3464 aInfo.m_eWeight = psp::weight::UltraLight; in updateSettings()
3466 aInfo.m_eWeight = psp::weight::Light; in updateSettings()
3468 aInfo.m_eWeight = psp::weight::Normal; in updateSettings()
3470 aInfo.m_eWeight = psp::weight::Bold; in updateSettings()
3472 aInfo.m_eWeight = psp::weight::UltraBold; in updateSettings()
3511 if( aInfo.m_eWeight != psp::weight::Unknown ) in updateSettings()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx466 float weight; in String2Weight() local
468 if( 1 != sscanf( value, "%g", &weight ) ) in String2Weight()
471 rAny = uno::makeAny( weight / 4 ); in String2Weight()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1234 case psp::weight::Thin: return WEIGHT_THIN; in ToFontWeight()
1235 case psp::weight::UltraLight: return WEIGHT_ULTRALIGHT; in ToFontWeight()
1236 case psp::weight::Light: return WEIGHT_LIGHT; in ToFontWeight()
1237 case psp::weight::SemiLight: return WEIGHT_SEMILIGHT; in ToFontWeight()
1238 case psp::weight::Normal: return WEIGHT_NORMAL; in ToFontWeight()
1239 case psp::weight::Medium: return WEIGHT_MEDIUM; in ToFontWeight()
1240 case psp::weight::SemiBold: return WEIGHT_SEMIBOLD; in ToFontWeight()
1241 case psp::weight::Bold: return WEIGHT_BOLD; in ToFontWeight()
1242 case psp::weight::UltraBold: return WEIGHT_ULTRABOLD; in ToFontWeight()
1243 case psp::weight::Black: return WEIGHT_BLACK; in ToFontWeight()
[all …]
H A Dsalgdi3.cxx1124 aInfo.m_eWeight = psp::weight::Thin; in GetFCFontOptions()
1130 aInfo.m_eWeight = psp::weight::Light; in GetFCFontOptions()
1133 aInfo.m_eWeight = psp::weight::SemiLight; in GetFCFontOptions()
1136 aInfo.m_eWeight = psp::weight::Normal; in GetFCFontOptions()
1139 aInfo.m_eWeight = psp::weight::Medium; in GetFCFontOptions()
1142 aInfo.m_eWeight = psp::weight::SemiBold; in GetFCFontOptions()
1145 aInfo.m_eWeight = psp::weight::Bold; in GetFCFontOptions()
1148 aInfo.m_eWeight = psp::weight::UltraBold; in GetFCFontOptions()
1151 aInfo.m_eWeight = psp::weight::Black; in GetFCFontOptions()
1154 aInfo.m_eWeight = psp::weight::Unknown; in GetFCFontOptions()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx430 gfi->weight = strdup( keyword ); in parseGlobals()
1520 free (fi->gfi->weight); in freeFontInfo()
H A DparseAFM.hxx173 char *weight; /* key: Weight */ member
H A Dfontcache.cxx404 pFont->m_eWeight = (weight::type)atoi( pLine+nTokenPos[3] ); in read()
H A Dfontmanager.cxx138 weight::type eWeight = weight::Unknown; in parseWeight()
146 eWeight = weight::Bold; in parseWeight()
149 eWeight = weight::Bold; in parseWeight()
157 eWeight = weight::Light; in parseWeight()
160 eWeight = weight::Black; in parseWeight()
162 eWeight = weight::SemiBold; in parseWeight()
165 eWeight = weight::Light; in parseWeight()
167 eWeight = weight::Medium; in parseWeight()
169 eWeight = weight::Normal; in parseWeight()
1917 switch( aInfo.weight ) in analyzeTrueTypeFile()
[all …]
/trunk/main/vcl/source/gdi/
H A Dfont.cxx887 if( aInfo.weight ) in identifyTrueTypeFont()
889 if( aInfo.weight < FW_EXTRALIGHT ) in identifyTrueTypeFont()
891 else if( aInfo.weight < FW_LIGHT ) in identifyTrueTypeFont()
893 else if( aInfo.weight < FW_NORMAL ) in identifyTrueTypeFont()
895 else if( aInfo.weight < FW_MEDIUM ) in identifyTrueTypeFont()
897 else if( aInfo.weight < FW_SEMIBOLD ) in identifyTrueTypeFont()
899 else if( aInfo.weight < FW_BOLD ) in identifyTrueTypeFont()
901 else if( aInfo.weight < FW_EXTRABOLD ) in identifyTrueTypeFont()
903 else if( aInfo.weight < FW_BLACK ) in identifyTrueTypeFont()
956 FontWeight weight; member
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx90 namespace weight namespace
161 weight::type m_eWeight;
173 m_eWeight( weight::Unknown ), in FastPrintFontInfo()
275 weight::type m_eWeight;
357 weight::type eWeight;
526 weight::type getFontWeight( fontID nFontID ) const in getFontWeight()
529 return pFont ? pFont->m_eWeight : weight::Unknown; in getFontWeight()
734 const rtl::OString& rLangAttrib, italic::type& rItalic, weight::type& rWeight,
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h76 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/vcl/inc/
H A Dsft.hxx213 int weight; /**< value of WeightClass or 0 if can't be determined */ member
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm206 …Manager ] fontWithFamily: CreateNSString ( fontname ) traits: fonttraits weight: 0 size: fontsize …
209 …Manager ] fontWithFamily: [ wrapper defaultFontname ] traits: fonttraits weight: 0 size: [ wrapper…
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx991 int weight = -1; in getSubstWeight() local
1000 for( weight=sizeof(pWeightNames)/sizeof(pWeightNames[0])-1; weight >= 0; weight-- ) in getSubstWeight()
1001 if( pLine->equalsIgnoreAsciiCaseAscii( pWeightNames[weight].pName ) ) in getSubstWeight()
1005 if( weight < 0 ) in getSubstWeight()
1017 return (FontWeight)( weight >= 0 ? pWeightNames[weight].nEnum : WEIGHT_DONTKNOW ); in getSubstWeight()
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx525 uno::Any weight; in getWeight() local
531 if( weight.hasValue() ) in getWeight()
533 if( weight != xBorder->getWeight() ) in getWeight()
537 weight = xBorder->getWeight(); in getWeight()
540 return weight; in getWeight()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log29 ITEM Assertion FAIL : correctly set weight of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log29 ITEM Assertion FAIL : correctly set weight of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DShapes.log29 ITEM Assertion FAIL : correctly set weight of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log29 ITEM Assertion FAIL : correctly set weight of shape line
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties102 attr.style.text-properties.fo.font-weight=com.sun.star.report.pentaho.parser.stylemapper.fo.FontWei…
/trunk/main/padmin/source/
H A Dfontentry.cxx186 case weight::Thin: aEntry.AppendAscii( ", " ); aEntry.Append( aThinTxt ); break; in fillFontEntry()
187 case weight::UltraLight: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraLightTxt ); break; in fillFontEntry()
188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry()
189 case weight::SemiLight: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiLightTxt ); break; in fillFontEntry()
190 case weight::SemiBold: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiBoldTxt ); break; in fillFontEntry()
191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry()
192 case weight::UltraBold: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraBoldTxt ); break; in fillFontEntry()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Ddisplay.css47 font-weight: bold;
68 font-weight: bold;

Completed in 135 milliseconds

12345678910>>...25