Home
last modified time | relevance | path

Searched refs:aWeightItem (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx120 SvxWeightItem aWeightItem( (FontWeight)0, EE_CHAR_WEIGHT ); in FillItemSet() local
122 ((SfxPoolItem*)&aWeightItem)->PutValue( aTemp, MID_WEIGHT ); in FillItemSet()
123 rSet.Put( aWeightItem ); in FillItemSet()
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx64 SvxWeightItem aWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ); in Fill() local
65 rItemSet.Put( aWeightItem ); in Fill()
H A Dxistyle.cxx301 SvxWeightItem aWeightItem( maData.GetScWeight(), ATTR_FONT_WEIGHT ); in FillToItemSet() local
302 PUTITEM( aWeightItem, ATTR_FONT_WEIGHT, EE_CHAR_WEIGHT ); in FillToItemSet()
303 PUTITEM( aWeightItem, ATTR_CJK_FONT_WEIGHT, EE_CHAR_WEIGHT_CJK ); in FillToItemSet()
304 PUTITEM( aWeightItem, ATTR_CTL_FONT_WEIGHT, EE_CHAR_WEIGHT_CTL ); in FillToItemSet()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx639 SvxWeightItem aWeightItem( WEIGHT_BOLD, EE_CHAR_WEIGHT ); in ImpSetStyleSheet() local
640 aItems.Put( aWeightItem ); in ImpSetStyleSheet()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx251 SvxWeightItem aWeightItem(eWeight,CFID_WEIGHT); in translatePropertiesToItems() local
269 _pSet->Put(aWeightItem, CFID_WEIGHT); in translatePropertiesToItems()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx602 SvxWeightItem aWeightItem(meWeight, SID_ATTR_CHAR_WEIGHT); in IMPL_LINK() local
603 … mpBindings->GetDispatcher()->Execute(SID_ATTR_CHAR_WEIGHT, SFX_CALLMODE_RECORD, &aWeightItem, 0L); in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1282 SvxWeightItem aWeightItem( eWeight, nWhich ); in FillItemSet_Impl() local
1289 if ( rItem.GetValue() == aWeightItem.GetValue() ) in FillItemSet_Impl()
1304 ( (SvxWeightItem*)pItem )->GetValue() != aWeightItem.GetValue() ) in FillItemSet_Impl()
1314 rSet.Put( aWeightItem ); in FillItemSet_Impl()

Completed in 176 milliseconds