Home
last modified time | relevance | path

Searched refs:nWeight (Results 1 – 25 of 49) sorted by path

12

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx660 static ::css::uno::Any mapFontWeight(::FontWeight nWeight);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2593 ::css::uno::Any Document::mapFontWeight(::FontWeight nWeight) in mapFontWeight() argument
2609 return ::css::uno::makeAny(aWeight[nWeight]); in mapFontWeight()
2615 float nWeight = ::css::awt::FontWeight::NORMAL; in mapFontWeight() local
2616 rWeight >>= nWeight; in mapFontWeight()
2617 return nWeight <= ::css::awt::FontWeight::DONTKNOW ? WEIGHT_DONTKNOW in mapFontWeight()
2618 : nWeight <= ::css::awt::FontWeight::THIN ? WEIGHT_THIN in mapFontWeight()
2620 : nWeight <= ::css::awt::FontWeight::LIGHT ? WEIGHT_LIGHT in mapFontWeight()
2621 : nWeight <= ::css::awt::FontWeight::SEMILIGHT ? WEIGHT_SEMILIGHT in mapFontWeight()
2622 : nWeight <= ::css::awt::FontWeight::NORMAL ? WEIGHT_NORMAL in mapFontWeight()
2623 : nWeight <= ::css::awt::FontWeight::SEMIBOLD ? WEIGHT_SEMIBOLD in mapFontWeight()
[all …]
/trunk/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()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogressmixer.cxx52 PhaseWeight nWeight; member
63 :nWeight(1) in PhaseData()
71 :nWeight( _nWeight ) in PhaseData()
130 nRunningWeight += phase->second.nWeight; in lcl_ensureInitialized()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx59 sal_uInt16 nWeight,
/trunk/main/drawinglayer/source/attribute/
H A Dfontattribute.cxx59 sal_uInt16 nWeight, in ImpFontAttribute() argument
70 mnWeight(nWeight), in ImpFontAttribute()
129 sal_uInt16 nWeight, in FontAttribute() argument
138 …rFamilyName, rStyleName, nWeight, bSymbol, bVertical, bItalic, bMonospaced, bOutline, bRTL, bBiDiS… in FontAttribute()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx165 nWeight, member
/trunk/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()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx137 pNormal = &pIds->nWeight; in SetScriptAttr()
H A Dsvxrtf.cxx1474 nWeight = rPool.GetTrueWhich( SID_ATTR_CHAR_WEIGHT, sal_False ); in RTFPlainAttrMapIds()
/trunk/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()
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl32 - nWeight should be changed to float as in FontWeight.idl
95 short nWeight;
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx66 sal_uInt16 nWeight = OLE_STDFONT_NORMAL,
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx183 void setBiffWeight( sal_uInt16 nWeight );
/trunk/main/oox/source/ole/
H A Dolehelper.cxx126 sal_uInt16 nWeight, sal_uInt16 nCharSet, sal_uInt8 nFlags ) : in StdFontInfo() argument
129 mnWeight( nWeight ), in StdFontInfo()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx633 void FontModel::setBiffWeight( sal_uInt16 nWeight ) in setBiffWeight() argument
635 mbBold = nWeight >= BIFF_FONTWEIGHT_BOLD; in setBiffWeight()
794 sal_uInt16 nHeight, nFlags, nWeight, nEscapement; in importFont() local
796 rStrm >> nHeight >> nFlags >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFont()
803 maModel.setBiffWeight( nWeight ); in importFont()
934 sal_uInt16 nWeight, nEscapement; in importCfRule() local
943 rStrm >> nHeight >> nStyle >> nWeight >> nEscapement >> nUnderline; in importCfRule()
960 maModel.setBiffWeight( nWeight ); in importCfRule()
1195 sal_uInt16 nWeight, nEscapement; in importFontData5() local
1197 rStrm >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFontData5()
[all …]
/trunk/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()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx150 inline void AddWeighting( sal_uInt32 nWeight ) { mnWeight += nWeight; } in AddWeighting() argument
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()
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx242 sal_Int32 nWeight = 0; in setWeight() local
243 _weight >>= nWeight; in setWeight()
247 switch ( nWeight ) in setWeight()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx81 static double Blend (const double nStartValue, const double nEndValue, const double nWeight);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx54 const double nWeight) in Blend() argument
56 const double nValue (nValue1*(1-nWeight) + nValue2 * nWeight); in Blend()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx148 const sal_Int32 nWeight);
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx618 ColumnDescriptor& ColumnDescriptor::SetWeight (const sal_Int32 nWeight) in SetWeight() argument
620 mnWeight = nWeight; in SetWeight()
/trunk/main/starmath/source/
H A Dcfgitem.cxx236 nWeight = WEIGHT_DONTKNOW; in SmFontFormat()
247 nWeight = (sal_Int16) rFont.GetWeight(); in SmFontFormat()
259 aRes.SetWeight( (FontWeight) nWeight ); in GetFont()
271 nWeight == rFntFmt.nWeight && in operator ==()
741 rFontFormat.nWeight = nTmp16; in ReadFontFormat()
808 pVal->Value <<= (sal_Int16) aFntFmt.nWeight; in SaveFontFormatList()

Completed in 176 milliseconds

12