Home
last modified time | relevance | path

Searched refs:weight (Results 476 – 500 of 619) sorted by relevance

1...<<11121314151617181920>>...25

/trunk/main/helpcontent2/source/auxiliary/vi/
H A Dhighcontrastwhite.css40 { font-weight: bold; }
43 { font-weight: bold; margin-top: 20pt; }
46 { font-weight: bold; }
49 { font-weight: bold; margin-top: 0px; }
52 { font-weight: bold; padding: 3px; }
73 { font-weight: normal; }
/trunk/main/helpcontent2/source/auxiliary/zh-TW/
H A Dhighcontrastwhite.css40 { font-weight: bold; }
43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; }
46 { font-weight: bold; }
49 { font-weight: bold; margin-top: 0px; }
52 { font-weight: bold; padding: 3px; }
73 { font-weight: normal; }
/trunk/main/odk/docs/
H A Dsdk_styles.css35 font-weight: bold;
116 font-weight: bold; }
119 font-weight: bold; }
122 font-weight: bold; }
125 font-weight: bold; }
127 .thead { font-weight: bold;
/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 …]
/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/unx/kde4/
H A DKDESalFrame.cxx111 int nWeight = qFontInfo.weight(); in toFont()
113 aInfo.m_eWeight = psp::weight::Light; in toFont()
115 aInfo.m_eWeight = psp::weight::Normal; in toFont()
117 aInfo.m_eWeight = psp::weight::SemiBold; in toFont()
119 aInfo.m_eWeight = psp::weight::Bold; in toFont()
121 aInfo.m_eWeight = psp::weight::UltraBold; in toFont()
164 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 …]
/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/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/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl171 <xsl:variable name="font-weight">
179 <xsl:attribute name="fo:font-weight">
180 <xsl:value-of select="$font-weight"/>
182 <xsl:attribute name="style:font-weight-asian">
183 <xsl:value-of select="$font-weight"/>
185 <xsl:attribute name="style:font-weight-complex">
/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/offapi/com/sun/star/ucb/
H A DODMAContentProvider.idl70 <p STYLE="font-weight: medium">Examples:</p>
71 <p><b>vnd.sun.star.odma:/ </b><span STYLE="font-weight: medium">( The
73 <p STYLE="font-weight: medium"><b>vnd.sun.star.odma:/</b> a document
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl167 /** contains the value for the weight of characters of the western font.
171 /** contains the value for the weight of characters of the asian font.
175 /** contains the value for the weight of characters of the complex font.
/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;
/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/extras/source/misc_config/wizard/form/styles/
H A Dbeige.css26 font-weight: bold;
79 font-weight: bold;
H A Dbgr.css26 font-weight: bold;
79 font-weight: bold;
H A Dgrey.css26 font-weight: bold;
79 font-weight: bold;
H A Dibg.css26 font-weight: bold;
79 font-weight: bold;
H A Dice.css26 font-weight: bold;
79 font-weight: bold;
H A Dorange.css26 font-weight: bold;
79 font-weight: bold;
H A Dred.css26 font-weight: bold;
79 font-weight: bold;
H A Dviolet.css26 font-weight: bold;
79 font-weight: bold;
/trunk/main/extras/source/misc_config/wizard/web/styles/
H A Dorange.css26 font-weight: bold;
79 font-weight: bold;
H A Dviolet.css26 font-weight: bold;
79 font-weight: bold;

Completed in 113 milliseconds

1...<<11121314151617181920>>...25