/aoo42x/main/vcl/source/components/ |
H A D | fontident.cxx | 142 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()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unofdesc.cxx | 59 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()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 15 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 …]
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | WebWizardDialog.java | 226 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()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | datasettings.cxx | 125 …TWEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Weight, ::getCppuType(&_pItem->m_aFont.Weig… in registerPropertiesFor() 222 _rDefault <<= aFD.Weight; in getPropertyDefaultByHandle()
|
H A D | table.cxx | 245 …PERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,&m_aFont.Weight, ::getCppuType(&m_aFont.Weight)); in construct()
|
/aoo42x/main/forms/source/component/ |
H A D | formcontrolfont.cxx | 103 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()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 120 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialog.java | 120 fontDescriptor1.Weight = 150; in FaxWizardDialog() 122 fontDescriptor2.Weight = 100; in FaxWizardDialog() 123 fontDescriptor4.Weight = 100; in FaxWizardDialog() 124 fontDescriptor5.Weight = 150; in FaxWizardDialog()
|
/aoo42x/main/comphelper/source/streaming/ |
H A D | basicio.cxx | 46 _rxOutStream->writeDouble( _rFont.Weight ); in operator <<() 72 _rFont.Weight = static_cast< float >(_rxInStream->readDouble()); in operator >>()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialog.java | 138 fontDescriptor1.Weight = 150; in AgendaWizardDialog() 140 fontDescriptor2.Weight = 100; in AgendaWizardDialog() 141 fontDescriptor4.Weight = 150; in AgendaWizardDialog()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportControlModel.cxx | 42 && ( _lhs.Weight == _rhs.Weight ) in operator ==()
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 312 if (def_descr.Weight != _descr.Weight) in createElement() 315 OUString::valueOf( (float)_descr.Weight ) ); in createElement() 1232 f1.Weight == f2.Weight && in equalFont()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | ReportHelperImpl.hxx | 417 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); \
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_textlayout_drawhelper.cxx | 161 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in drawText() 299 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in queryTextBounds()
|
/aoo42x/main/svx/source/items/ |
H A D | svxitems.src | 77 < "Weight of Asian font" ; SID_ATTR_CHAR_CJK_WEIGHT ; > ; 82 < "Weight of complex scripts"; SID_ATTR_CHAR_CTL_WEIGHT ; > ;
|
/aoo42x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialog.java | 151 fontDescriptor1.Weight = 150; in LetterWizardDialog() 153 fontDescriptor2.Weight = 100; in LetterWizardDialog() 154 fontDescriptor5.Weight = 100; in LetterWizardDialog() 155 fontDescriptor6.Weight = 150; in LetterWizardDialog()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | types.cxx | 439 ( _rLeft.Weight == _rRight.Weight ) && in operator ==()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 290 …RTY_FONTWEIGHT.length), PROPERTY_ID_FONTWEIGHT, &::getCppuType(&aFont.Weight) ,PropertyAttribu… in copyStyleElements() 323 xProp->getPropertyValue(PROPERTY_FONTWEIGHT) >>= aFont.Weight; in copyStyleElements()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor() 364 if ( rDescr.Weight ) in CreateFont() 365 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in CreateFont()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 452 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()
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | afm_keyword_list | 57 Weight,WEIGHT
|
/aoo42x/main/oovbaapi/ooo/vba/msforms/ |
H A D | XNewFont.idl | 40 [attribute] short Weight;
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XBorder.idl | 46 [attribute] any Weight;
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | Panose.idl | 37 byte Weight;
|