Home
last modified time | relevance | path

Searched refs:SvxWeightItem (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/sw/inc/
H A Dtblafmt.hxx76 SvxWeightItem aWeight;
81 SvxWeightItem aCJKWeight;
86 SvxWeightItem aCTLWeight;
127 const SvxWeightItem &GetWeight() const { return aWeight; } in GetWeight()
131 const SvxWeightItem &GetCJKWeight() const { return aCJKWeight; } in GetCJKWeight()
135 const SvxWeightItem &GetCTLWeight() const { return aCTLWeight; } in GetCTLWeight()
154 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight()
158 void SetCJKWeight( const SvxWeightItem& rNew ) { aCJKWeight = rNew; } in SetCJKWeight()
162 void SetCTLWeight( const SvxWeightItem& rNew ) { aCTLWeight = rNew; } in SetCTLWeight()
H A Dcharatr.hxx41 inline const SvxWeightItem &SwAttrSet::GetWeight(sal_Bool bInP) const in GetWeight()
42 { return (const SvxWeightItem&)Get( RES_CHRATR_WEIGHT,bInP); } in GetWeight()
43 inline const SvxWeightItem &SwAttrSet::GetCJKWeight(sal_Bool bInP) const in GetCJKWeight()
44 { return (const SvxWeightItem&)Get( RES_CHRATR_CJK_WEIGHT,bInP); } in GetCJKWeight()
45 inline const SvxWeightItem &SwAttrSet::GetCTLWeight(sal_Bool bInP) const in GetCTLWeight()
46 { return (const SvxWeightItem&)Get( RES_CHRATR_CTL_WEIGHT,bInP); } in GetCTLWeight()
117 inline const SvxWeightItem &SwFmt::GetWeight(sal_Bool bInP) const in GetWeight()
H A Dswatrset.hxx37 class SvxWeightItem;
234 inline const SvxWeightItem &GetWeight( sal_Bool = sal_True ) const;
258 inline const SvxWeightItem &GetCJKWeight( sal_Bool = sal_True ) const;
263 inline const SvxWeightItem &GetCTLWeight( sal_Bool = sal_True ) const;
H A Dformat.hxx190 inline const SvxWeightItem &GetWeight( sal_Bool = sal_True ) const;
215 inline const SvxWeightItem &GetCJKWeight( sal_Bool = sal_True ) const;
220 inline const SvxWeightItem &GetCTLWeight( sal_Bool = sal_True ) const;
/trunk/main/sc/inc/
H A Dautoform.hxx77 SvxWeightItem aWeight;
82 SvxWeightItem aCJKWeight;
87 SvxWeightItem aCTLWeight;
125 const SvxWeightItem& GetWeight() const { return aWeight; } in GetWeight()
129 const SvxWeightItem& GetCJKWeight() const { return aCJKWeight; } in GetCJKWeight()
133 const SvxWeightItem& GetCTLWeight() const { return aCTLWeight; } in GetCTLWeight()
157 void SetWeight( const SvxWeightItem& rWeight ) { aWeight = rWeight; } in SetWeight()
161 void SetCJKWeight( const SvxWeightItem& rCJKWeight ) { aCJKWeight = rCJKWeight; } in SetCJKWeight()
165 void SetCTLWeight( const SvxWeightItem& rCTLWeight ) { aCTLWeight = rCTLWeight; } in SetCTLWeight()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx287 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in GetFont()
338 eWeight = (FontWeight)((const SvxWeightItem&) in GetFont()
556 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet()
559 eCjkWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet()
639 eWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet()
641 eCjkWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet()
643 eCtlWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet()
704 rEditSet.Put( SvxWeightItem ( eWeight, EE_CHAR_WEIGHT ) ); in FillToEditItemSet()
765 rDestSet.Put( SvxWeightItem( (FontWeight)((const SvxWeightItem*)pItem)->GetValue(), in GetFromEditItemSet()
768 rDestSet.Put( SvxWeightItem( (FontWeight)((const SvxWeightItem*)pItem)->GetValue(), in GetFromEditItemSet()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx53 class SvxWeightItem;
61 class SvxWeightItem;
66 class SvxWeightItem;
376 virtual void CharWeight( const SvxWeightItem& ) = 0;
400 virtual void CharWeightCJK( const SvxWeightItem& ) = 0;
415 virtual void CharWeightCTL( const SvxWeightItem& ) = 0;
H A Dww8attributeoutput.hxx255 virtual void CharWeight( const SvxWeightItem& );
279 virtual void CharWeightCJK( const SvxWeightItem& rHt ) { CharWeight( rHt ); } in CharWeightCJK()
294 virtual void CharWeightCTL( const SvxWeightItem& );
H A Drtfattributeoutput.hxx297 virtual void CharWeight( const SvxWeightItem& rWeight );
321 virtual void CharWeightCJK( const SvxWeightItem& rWeight );
336 virtual void CharWeightCTL( const SvxWeightItem& rWeight );
H A Ddocxattributeoutput.hxx363 virtual void CharWeight( const SvxWeightItem& rWeight );
387 virtual void CharWeightCJK( const SvxWeightItem& rWeight );
402 virtual void CharWeightCTL( const SvxWeightItem& rWeight );
/trunk/main/sd/source/core/
H A Dstlpool.cxx241 rSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutStyleSheets()
242 rSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in CreateLayoutStyleSheets()
243 rSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ) ); in CreateLayoutStyleSheets()
377 rTitleSet.Put(SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutStyleSheets()
378 rTitleSet.Put(SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in CreateLayoutStyleSheets()
379 rTitleSet.Put(SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ) ); in CreateLayoutStyleSheets()
423 rSubtitleSet.Put(SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutStyleSheets()
424 rSubtitleSet.Put(SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in CreateLayoutStyleSheets()
472 rNotesSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutStyleSheets()
473 rNotesSet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in CreateLayoutStyleSheets()
[all …]
H A Ddrawdoc4.cxx222 rISet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in CreateLayoutTemplates()
223 rISet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in CreateLayoutTemplates()
224 rISet.Put( SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ) ); in CreateLayoutTemplates()
490 pISet->Put(SvxWeightItem(WEIGHT_BOLD, EE_CHAR_WEIGHT )); in CreateLayoutTemplates()
509 pISet->Put(SvxWeightItem(WEIGHT_BOLD, EE_CHAR_WEIGHT)); in CreateLayoutTemplates()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx519 const SvxWeightItem& rWeightItem, in lcl_SetFontProperties()
539 …const SvxWeightItem* pWeightItem = (const SvxWeightItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
542 …const SvxWeightItem* pCJKWeightItem = (const SvxWeightItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
545 …const SvxWeightItem* pCTLWeightItem = (const SvxWeightItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
/trunk/main/editeng/inc/editeng/
H A Dwghtitem.hxx45 class EDITENG_DLLPUBLIC SvxWeightItem : public SfxEnumItem class
50 SvxWeightItem( const FontWeight eWght /*= WEIGHT_NORMAL*/,
72 inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) { in operator =()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx197 rStream << SvxWeightItem(WEIGHT_NORMAL, ATTR_FONT_WEIGHT).GetVersion(SOFFICE_FILEFORMAT_40); in Write()
318 READ( aWeight, SvxWeightItem, rVersions.nWeightVersion) in Load()
325 READ( aCJKWeight, SvxWeightItem, rVersions.nWeightVersion) in Load()
329 READ( aCTLWeight, SvxWeightItem, rVersions.nWeightVersion) in Load()
404 READ( aWeight, SvxWeightItem, rVersions.nWeightVersion) in LoadOld()
579 case ATTR_FONT_WEIGHT: rField.SetWeight( (const SvxWeightItem&)rItem ); break; in PutItem()
583 case ATTR_CJK_FONT_WEIGHT: rField.SetCJKWeight( (const SvxWeightItem&)rItem ); break; in PutItem()
587 case ATTR_CTL_FONT_WEIGHT: rField.SetCTLWeight( (const SvxWeightItem&)rItem ); break; in PutItem()
762 rField.SetWeight ( (const SvxWeightItem&) rItemSet.Get( ATTR_FONT_WEIGHT ) ); in GetFromItemSet()
766 rField.SetCJKWeight ( (const SvxWeightItem&) rItemSet.Get( ATTR_CJK_FONT_WEIGHT ) ); in GetFromItemSet()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx132 TYPEINIT1_FACTORY(SvxWeightItem, SfxEnumItem, new SvxWeightItem(WEIGHT_NORMAL, 0));
650 SvxWeightItem::SvxWeightItem( const FontWeight eWght, const sal_uInt16 nId ) : in SvxWeightItem() function in SvxWeightItem
659 int SvxWeightItem::HasBoolValue() const in HasBoolValue()
666 sal_Bool SvxWeightItem::GetBoolValue() const in GetBoolValue()
673 void SvxWeightItem::SetBoolValue( sal_Bool bVal ) in SetBoolValue()
680 sal_uInt16 SvxWeightItem::GetValueCount() const in GetValueCount()
687 SfxPoolItem* SvxWeightItem::Clone( SfxItemPool * ) const in Clone()
689 return new SvxWeightItem( *this ); in Clone()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
711 SfxItemPresentation SvxWeightItem::GetPresentation in GetPresentation()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx338 READ( aWeight, SvxWeightItem , rVersions.nWeightVersion) in Load()
345 READ( aCJKWeight, SvxWeightItem , rVersions.nWeightVersion) in Load()
349 READ( aCTLWeight, SvxWeightItem , rVersions.nWeightVersion) in Load()
426 READ( aWeight, SvxWeightItem , 2) in LoadOld()
630 pFmt->SetWeight( (SvxWeightItem&)rSet.Get( RES_CHRATR_WEIGHT ) ); in UpdateFromSet()
634 pFmt->SetCJKWeight( (SvxWeightItem&)rSet.Get( RES_CHRATR_CJK_WEIGHT ) ); in UpdateFromSet()
638 pFmt->SetCTLWeight( (SvxWeightItem&)rSet.Get( RES_CHRATR_CTL_WEIGHT ) ); in UpdateFromSet()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx251 SvxWeightItem aWeightItem(eWeight,CFID_WEIGHT); in translatePropertiesToItems()
359 const SvxWeightItem& rWeightItem = in translateItemsToProperties()
360 static_cast<const SvxWeightItem&>(_rSet.Get(CFID_WEIGHT)); in translateItemsToProperties()
514 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_WEIGHT); in createItemSet()
526 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_CJK_WEIGHT); in createItemSet()
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx131 ppDefItems[20] = new SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ); in GetDefItems()
148 ppDefItems[37] = new SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ); in GetDefItems()
149 ppDefItems[38] = new SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ); in GetDefItems()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx262 _rItemSet.Put(SvxWeightItem(aFont.GetWeight(),_nWeight)); in lcl_setFont()
405 …f ( SFX_ITEM_SET == _rItemSet.GetItemState( _nWeight,sal_True,&pItem) && pItem->ISA(SvxWeightItem)) in lcl_initAwtFont()
407 const SvxWeightItem* pFontItem = static_cast<const SvxWeightItem*>(pItem); in lcl_initAwtFont()
664 new SvxWeightItem(WEIGHT_NORMAL,ITEMID_WEIGHT), in openCharDialog()
694 new SvxWeightItem(WEIGHT_NORMAL,ITEMID_WEIGHT_ASIAN), in openCharDialog()
700 new SvxWeightItem(WEIGHT_NORMAL,ITEMID_WEIGHT_COMPLEX) in openCharDialog()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx257 SvxWeightItem aItem( WEIGHT_NORMAL, nWhichId ); in FillSpecialItem()
498 const SvxWeightItem & rItem = in ApplySpecialItem()
499 static_cast< const SvxWeightItem & >( in ApplySpecialItem()
/trunk/main/sd/source/ui/func/
H A Dbulmaper.cxx152 const SvxWeightItem& rWItem = in MapFontsInNumRule()
153 (SvxWeightItem&)rSet.Get(GetWhich( (sal_uInt16)nWeightID )); in MapFontsInNumRule()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx602 SvxWeightItem aWeightItem(meWeight, SID_ATTR_CHAR_WEIGHT); in IMPL_LINK()
971 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxWeightItem)) in NotifyItemUpdate()
973 const SvxWeightItem* pItem = (const SvxWeightItem*)pState; in NotifyItemUpdate()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx237 const SvxWeightItem& rWeightItem = (const SvxWeightItem&) rCellSet.Get( EE_CHAR_WEIGHT ); in WriteCell()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx255 const SvxWeightItem& rWeightItem = (const SvxWeightItem&) pAttr->GetItem( ATTR_FONT_WEIGHT ); in WriteCell()

Completed in 97 milliseconds

1234