/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 618 ColumnDescriptor& ColumnDescriptor::SetWeight (const sal_Int32 nWeight) in SetWeight() argument 620 mnWeight = nWeight; in SetWeight()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 215 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 D | xestyle.cxx | 150 inline void AddWeighting( sal_uInt32 nWeight ) { mnWeight += nWeight; } in AddWeighting() argument
|
/trunk/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties() local 363 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_WEIGHT,makeAny(nWeight)); in translateItemsToProperties()
|
/trunk/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fontattribute.hxx | 59 sal_uInt16 nWeight,
|
/trunk/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsAnimationFunction.hxx | 81 static double Blend (const double nStartValue, const double nEndValue, const double nWeight);
|
/trunk/main/oox/inc/oox/ole/ |
H A D | olehelper.hxx | 66 sal_uInt16 nWeight = OLE_STDFONT_NORMAL,
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 148 const sal_Int32 nWeight);
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbanewfont.hxx | 50 virtual void SAL_CALL setWeight( sal_Int16 nWeight ) throw (css::uno::RuntimeException);
|
/trunk/main/sc/source/core/data/ |
H A D | table1.cxx | 327 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/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 178 nWeight = 0; in InitCtor() 1083 ((SwNoTxtFrm*)this)->nWeight = -1; in PaintPicture()
|
/trunk/main/starmath/source/ |
H A D | cfgitem.hxx | 62 sal_Int16 nWeight; member
|
H A D | unomodel.cxx | 733 aFont.SetWeight ( static_cast < FontWeight > (pDescriptor->nWeight ) ); in _setPropertyValues() 949 pDescriptor->nWeight = sal::static_int_cast< sal_Int16 >(rFont.GetWeight()); in _getPropertyValues()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 165 nWeight, member
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 841 int nWeight = (int)pEntry->meWeight; in SetFont() local 843 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 756 int nWeight = (int)pEntry->meWeight; in SetFont() local 758 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont()
|
/trunk/main/editeng/source/items/ |
H A D | textitem.cxx | 704 sal_uInt8 nWeight; in Create() local 705 rStrm >> nWeight; in Create() 706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
|
/trunk/main/xmloff/source/core/ |
H A D | SettingsExportHelper.cxx | 351 pSymbol[XML_SYMBOL_DESCRIPTOR_WEIGHT].Value <<= pDescriptor->nWeight; in exportSymbolDescriptors()
|
H A D | DocumentSettingsContext.cxx | 972 pSymbol->Value >>= pDescriptor[nNumFullEntries].nWeight; in EndElement()
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 660 static ::css::uno::Any mapFontWeight(::FontWeight nWeight);
|
/trunk/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 183 void setBiffWeight( sal_uInt16 nWeight );
|
/trunk/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 1474 nWeight = rPool.GetTrueWhich( SID_ATTR_CHAR_WEIGHT, sal_False ); in RTFPlainAttrMapIds()
|
H A D | rtfitem.cxx | 137 pNormal = &pIds->nWeight; in SetScriptAttr()
|
/trunk/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 479 …SetPrevFontStyle( const SfxItemSet& rSet, sal_uInt16 nPosture, sal_uInt16 nWeight, SvxFont& rFont ) in SetPrevFontStyle() argument 488 nWhich = GetWhich( nWeight ); in SetPrevFontStyle()
|