Home
last modified time | relevance | path

Searched refs:FontWeight (Results 51 – 75 of 157) sorted by relevance

1234567

/trunk/main/svtools/source/edit/
H A Dtxtattr.cxx82 TextAttribFontWeight::TextAttribFontWeight( FontWeight eWeight ) in TextAttribFontWeight()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInWriter.java50 import com.sun.star.awt.FontWeight;
H A DListenAtCalcRangeInDraw.java52 import com.sun.star.awt.FontWeight;
/trunk/main/reportdesign/source/core/api/
H A DReportComponent.cxx112 aFontDescriptor.Weight = awt::FontWeight::NORMAL; in OFormatProperties()
/trunk/main/offapi/com/sun/star/awt/
H A DFontWeight.idl37 published constants FontWeight
/trunk/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js94 new java.lang.Float(Packages.com.sun.star.awt.FontWeight.BOLD),
/trunk/main/dbaccess/source/ui/dlg/
H A Dadminpages.hxx255 void SetControlFontWeight(Window* _pWindow, FontWeight _eWeight = WEIGHT_BOLD);
/trunk/main/vcl/inc/vcl/
H A Dvclenum.hxx173 enum FontWeight { WEIGHT_DONTKNOW, WEIGHT_THIN, WEIGHT_ULTRALIGHT, enum
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasfont.cxx82 … maFont->SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in CanvasFont()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx130 FontWeight meWeight;
/trunk/main/vcl/inc/
H A Doutdev.h87 FontWeight meMatchWeight; // MATCH - Weight
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java99 font.Weight = com.sun.star.awt.FontWeight.BOLD; in createControls()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java95 font.Weight = com.sun.star.awt.FontWeight.BOLD; in createControls()
/trunk/main/offapi/com/sun/star/style/
H A DCharacterPropertiesAsian.idl48 /** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
H A DCharacterPropertiesComplex.idl48 /** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
/trunk/main/canvas/source/vcl/
H A Dcanvasfont.cxx62 … maFont->SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in CanvasFont()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx650 SvxWeightItem::SvxWeightItem( const FontWeight eWght, const sal_uInt16 nId ) : in SvxWeightItem()
668 return (FontWeight)GetValue() >= WEIGHT_BOLD; in GetBoolValue()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx426 aFontDescriptor.Weight = awt::FontWeight::BOLD; in ImplSetTextBundle()
428 aFontDescriptor.Weight = awt::FontWeight::NORMAL; in ImplSetTextBundle()
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java151 new Float(com.sun.star.awt.FontWeight.BOLD), in actionPerformed()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx737 static void ImplCalcType( sal_uLong& rType, FontWeight& rWeight, FontWidth& rWidth, in ImplCalcType()
1008 inline void ImplFontEntry::AddFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const String&… in AddFallbackForUnicode()
1017 inline bool ImplFontEntry::GetFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, String* pFont… in GetFallbackForUnicode()
1032 inline void ImplFontEntry::IgnoreFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const Stri… in IgnoreFallbackForUnicode()
1656 const FontWeight eSearchWeight = rFontAttr.Weight; in ImplFindBySubstFontAttr()
1707 FontWeight eSearchWeight, FontWidth eSearchWidth, FontFamily /*eSearchFamily*/, in ImplFindByAttributes()
1733 FontWeight eMatchWeight= pData->meMatchWeight; in ImplFindByAttributes()
2570 FontWeight eSearchWeight = rFSD.meWeight; in ImplFindByFont()
2645 FontWeight eTempWeight = rFSD.meWeight; in ImplFindByFont()
/trunk/main/starmath/source/
H A Dutility.cxx319 FontWeight eWeight = rFont.GetWeight(); in IsBold()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.hxx85 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/odk/examples/java/Text/
H A DTextDocumentStructure.java184 new Float( com.sun.star.awt.FontWeight.BOLD )); in createExampleData()
/trunk/main/offapi/com/sun/star/util/
H A DXSearchable.idl59 xFound.CharWeight = com.sun.star.awt.FontWeight.BOLD
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1349 FontWeight meFontWeight;
1467 meFontWeight = static_cast<FontWeight>(nTmp); in LoadConfig()

Completed in 117 milliseconds

1234567