Home
last modified time | relevance | path

Searched refs:nWeight (Results 26 – 49 of 49) sorted by relevance

12

/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1754 int nWeight = qFontInfo.weight(); in toFont() local
1755 if ( nWeight <= QFont::Light ) in toFont()
1757 else if ( nWeight <= QFont::Normal ) in toFont()
1759 else if ( nWeight <= QFont::DemiBold ) in toFont()
1761 else if ( nWeight <= QFont::Bold ) in toFont()
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx59 sal_uInt16 nWeight,
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx81 static double Blend (const double nStartValue, const double nEndValue, const double nWeight);
/aoo41x/main/oox/inc/oox/ole/
H A Dolehelper.hxx66 sal_uInt16 nWeight = OLE_STDFONT_NORMAL,
/aoo41x/main/extensions/source/propctrlr/
H A Dfontdialog.cxx362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties() local
363 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_WEIGHT,makeAny(nWeight)); in translateItemsToProperties()
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx215 sal_uInt16 nWeight, nEscapem; in ReadCFFontBlock() local
219 rStrm >> nHeight >> nStyle >> nWeight >> nEscapem >> nUnderl; in ReadCFFontBlock()
228 … if( (mbWeightUsed = !::get_flag( nFontFlags1, EXC_CF_FONT_STYLE ) && (nWeight < 0x7FFF)) == true ) in ReadCFFontBlock()
229 maData.mnWeight = static_cast< sal_uInt16 >( nWeight ); in ReadCFFontBlock()
H A Dxestyle.cxx150 inline void AddWeighting( sal_uInt32 nWeight ) { mnWeight += nWeight; } in AddWeighting() argument
/aoo41x/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx148 const sal_Int32 nWeight);
/aoo41x/main/vbahelper/source/msforms/
H A Dvbanewfont.hxx50 virtual void SAL_CALL setWeight( sal_Int16 nWeight ) throw (css::uno::RuntimeException);
/aoo41x/main/starmath/source/
H A Dcfgitem.hxx62 sal_Int16 nWeight; member
H A Dunomodel.cxx733 aFont.SetWeight ( static_cast < FontWeight > (pDescriptor->nWeight ) ); in _setPropertyValues()
949 pDescriptor->nWeight = sal::static_int_cast< sal_Int16 >(rFont.GetWeight()); in _getPropertyValues()
/aoo41x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx178 nWeight = 0; in InitCtor()
1070 ((SwNoTxtFrm*)this)->nWeight = -1; in PaintPicture()
/aoo41x/main/sc/source/core/data/
H A Dtable1.cxx327 sal_uLong nWeight = aCol[nCol].GetWeightedCount(); in SetOptimalHeight() local
328 if (nWeight) // nochmal denselben Status muss auch nicht sein in SetOptimalHeight()
330 nWeightedCount += nWeight; in SetOptimalHeight()
/aoo41x/main/editeng/inc/editeng/
H A Dsvxrtf.hxx165 nWeight, member
/aoo41x/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx841 int nWeight = (int)pEntry->meWeight; in SetFont() local
843 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont()
/aoo41x/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx756 int nWeight = (int)pEntry->meWeight; in SetFont() local
758 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont()
/aoo41x/main/editeng/source/items/
H A Dtextitem.cxx704 sal_uInt8 nWeight; in Create() local
705 rStrm >> nWeight; in Create()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
/aoo41x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx351 pSymbol[XML_SYMBOL_DESCRIPTOR_WEIGHT].Value <<= pDescriptor->nWeight; in exportSymbolDescriptors()
H A DDocumentSettingsContext.cxx972 pSymbol->Value >>= pDescriptor[nNumFullEntries].nWeight; in EndElement()
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx183 void setBiffWeight( sal_uInt16 nWeight );
/aoo41x/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx660 static ::css::uno::Any mapFontWeight(::FontWeight nWeight);
/aoo41x/main/editeng/source/rtf/
H A Dsvxrtf.cxx1474 nWeight = rPool.GetTrueWhich( SID_ATTR_CHAR_WEIGHT, sal_False ); in RTFPlainAttrMapIds()
H A Drtfitem.cxx137 pNormal = &pIds->nWeight; in SetScriptAttr()
/aoo41x/main/cui/source/tabpages/
H A Dchardlg.cxx479 …SetPrevFontStyle( const SfxItemSet& rSet, sal_uInt16 nPosture, sal_uInt16 nWeight, SvxFont& rFont ) in SetPrevFontStyle() argument
488 nWhich = GetWhich( nWeight ); in SetPrevFontStyle()

Completed in 213 milliseconds

12