Home
last modified time | relevance | path

Searched refs:Weight (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/vcl/source/components/
H A Dfontident.cxx142 case WEIGHT_THIN: aFD.Weight = com::sun::star::awt::FontWeight::THIN;break; in getMaterial()
143 case WEIGHT_ULTRALIGHT: aFD.Weight = com::sun::star::awt::FontWeight::ULTRALIGHT;break; in getMaterial()
144 case WEIGHT_LIGHT: aFD.Weight = com::sun::star::awt::FontWeight::LIGHT;break; in getMaterial()
145 case WEIGHT_SEMILIGHT: aFD.Weight = com::sun::star::awt::FontWeight::SEMILIGHT;break; in getMaterial()
147 case WEIGHT_NORMAL: aFD.Weight = com::sun::star::awt::FontWeight::NORMAL;break; in getMaterial()
148 case WEIGHT_SEMIBOLD: aFD.Weight = com::sun::star::awt::FontWeight::SEMIBOLD;break; in getMaterial()
149 case WEIGHT_BOLD: aFD.Weight = com::sun::star::awt::FontWeight::BOLD;break; in getMaterial()
150 case WEIGHT_ULTRABOLD: aFD.Weight = com::sun::star::awt::FontWeight::ULTRABOLD;break; in getMaterial()
151 case WEIGHT_BLACK: aFD.Weight = com::sun::star::awt::FontWeight::BLACK;break; in getMaterial()
153 aFD.Weight = com::sun::star::awt::FontWeight::DONTKNOW; in getMaterial()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx59 rFont.SetWeight( VCLUnoHelper::ConvertFontWeight(rDesc.Weight) ); in ConvertToFont()
77 rDesc.Weight = VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ConvertFromFont()
121 aTemp <<= rDesc.Weight; in FillItemSet()
174 aWeight >>= rDesc.Weight; in FillFromItemSet()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.frm15 Weight = 400
38 Weight = 400
177 Weight = 700
255 Weight = 700
278 Weight = 400
348 Weight = 700
602 Weight = 400
841 Weight = 700
863 Weight = 400
1055 Weight = 700
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java226 fontDescriptor0.Weight = 100; in WebWizardDialog()
227 fontDescriptor1.Weight = 150; in WebWizardDialog()
229 fontDescriptor4.Weight = 150; in WebWizardDialog()
234 fontDescriptor5.Weight = 100; in WebWizardDialog()
238 fontDescriptor6.Weight = 150; in WebWizardDialog()
243 fontDescriptor7.Weight = 100; in WebWizardDialog()
/trunk/main/dbaccess/source/core/api/
H A Ddatasettings.cxx125 …TWEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Weight, ::getCppuType(&_pItem->m_aFont.Weig… in registerPropertiesFor()
222 _rDefault <<= aFD.Weight; in getPropertyDefaultByHandle()
H A Dtable.cxx245 …PERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,&m_aFont.Weight, ::getCppuType(&m_aFont.Weight)); in construct()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx103 aValue <<= (float)_rFont.Weight; in lcl_extractFontDescriptorAggregate()
337 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.Weight ); in convertFastPropertyValue()
436 _rValue >>= m_aFont.Weight; in setFastPropertyValue_NoBroadcast()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx120 case BASEPROPERTY_FONTDESCRIPTORPART_WEIGHT: rValue >>= rFD.Weight; in DECLARE_TABLE()
246 case BASEPROPERTY_FONTDESCRIPTORPART_WEIGHT: aDefault <<= aFD.Weight; break; in ImplGetDefaultValue()
699 OutStream->writeDouble( aFD.Weight ); in write()
799 VCLUnoHelper::ConvertFontWeight( aFD.Weight )) ); in write()
903 aFD.Weight = (float)InStream->readDouble(); in read()
1007 pFD->Weight = VCLUnoHelper::ConvertFontWeight( (FontWeight) InStream->readShort() ); in read()
1286 case BASEPROPERTY_FONTDESCRIPTORPART_WEIGHT: rValue <<= aFD.Weight; in getFastPropertyValue()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialog.java120 fontDescriptor1.Weight = 150; in FaxWizardDialog()
122 fontDescriptor2.Weight = 100; in FaxWizardDialog()
123 fontDescriptor4.Weight = 100; in FaxWizardDialog()
124 fontDescriptor5.Weight = 150; in FaxWizardDialog()
/trunk/main/comphelper/source/streaming/
H A Dbasicio.cxx46 _rxOutStream->writeDouble( _rFont.Weight ); in operator <<()
72 _rFont.Weight = static_cast< float >(_rxInStream->readDouble()); in operator >>()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java138 fontDescriptor1.Weight = 150; in AgendaWizardDialog()
140 fontDescriptor2.Weight = 100; in AgendaWizardDialog()
141 fontDescriptor4.Weight = 150; in AgendaWizardDialog()
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx42 && ( _lhs.Weight == _rhs.Weight ) in operator ==()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx312 if (def_descr.Weight != _descr.Weight) in createElement()
315 OUString::valueOf( (float)_descr.Weight ) ); in createElement()
1232 f1.Weight == f2.Weight && in equalFont()
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx417 return varName.aFontDescriptor.Weight; \
422 set(PROPERTY_CHARWEIGHT,_charweight,varName.aFontDescriptor.Weight); \
620 return varName.aAsianFontDescriptor.Weight; \
624 set(PROPERTY_CHARWEIGHTASIAN,the_value,varName.aAsianFontDescriptor.Weight); \
712 return varName.aComplexFontDescriptor.Weight; \
716 set(PROPERTY_CHARWEIGHTCOMPLEX,the_value,varName.aComplexFontDescriptor.Weight); \
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx161 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in drawText()
299 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in queryTextBounds()
/trunk/main/svx/source/items/
H A Dsvxitems.src77 < "Weight of Asian font" ; SID_ATTR_CHAR_CJK_WEIGHT ; > ;
82 < "Weight of complex scripts"; SID_ATTR_CHAR_CTL_WEIGHT ; > ;
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialog.java151 fontDescriptor1.Weight = 150; in LetterWizardDialog()
153 fontDescriptor2.Weight = 100; in LetterWizardDialog()
154 fontDescriptor5.Weight = 100; in LetterWizardDialog()
155 fontDescriptor6.Weight = 150; in LetterWizardDialog()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx439 ( _rLeft.Weight == _rRight.Weight ) && in operator ==()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx290 …RTY_FONTWEIGHT.length), PROPERTY_ID_FONTWEIGHT, &::getCppuType(&aFont.Weight) ,PropertyAttribu… in copyStyleElements()
323 xProp->getPropertyValue(PROPERTY_FONTWEIGHT) >>= aFont.Weight; in copyStyleElements()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
364 if ( rDescr.Weight ) in CreateFont()
365 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in CreateFont()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx452 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in Write()
642 const sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in appendRow()
1081 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in WriteCell()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dafm_keyword_list57 Weight,WEIGHT
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXBorder.idl46 [attribute] any Weight;
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXNewFont.idl40 [attribute] short Weight;
/trunk/main/offapi/com/sun/star/rendering/
H A DPanose.idl37 byte Weight;

Completed in 120 milliseconds

12345