Home
last modified time | relevance | path

Searched refs:SvxPostureItem (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/sw/inc/
H A Dtblafmt.hxx77 SvxPostureItem aPosture;
82 SvxPostureItem aCJKPosture;
87 SvxPostureItem aCTLPosture;
128 const SvxPostureItem &GetPosture() const { return aPosture; } in GetPosture()
132 const SvxPostureItem &GetCJKPosture() const { return aCJKPosture; } in GetCJKPosture()
136 const SvxPostureItem &GetCTLPosture() const { return aCTLPosture; } in GetCTLPosture()
155 void SetPosture( const SvxPostureItem& rNew ) { aPosture = rNew; } in SetPosture()
159 void SetCJKPosture( const SvxPostureItem& rNew ) { aCJKPosture = rNew; } in SetCJKPosture()
163 void SetCTLPosture( const SvxPostureItem& rNew ) { aCTLPosture = rNew; } in SetCTLPosture()
H A Dcharatr.hxx35 inline const SvxPostureItem &SwAttrSet::GetPosture(sal_Bool bInP) const in GetPosture()
36 { return (const SvxPostureItem&)Get( RES_CHRATR_POSTURE,bInP); } in GetPosture()
37 inline const SvxPostureItem &SwAttrSet::GetCJKPosture(sal_Bool bInP) const in GetCJKPosture()
38 { return (const SvxPostureItem&)Get( RES_CHRATR_CJK_POSTURE,bInP); } in GetCJKPosture()
39 inline const SvxPostureItem &SwAttrSet::GetCTLPosture(sal_Bool bInP) const in GetCTLPosture()
40 { return (const SvxPostureItem&)Get( RES_CHRATR_CTL_POSTURE,bInP); } in GetCTLPosture()
115 inline const SvxPostureItem &SwFmt::GetPosture(sal_Bool bInP) const in GetPosture()
H A Dswatrset.hxx36 class SvxPostureItem;
233 inline const SvxPostureItem &GetPosture( sal_Bool = sal_True ) const;
257 inline const SvxPostureItem &GetCJKPosture( sal_Bool = sal_True ) const;
262 inline const SvxPostureItem &GetCTLPosture( sal_Bool = sal_True ) const;
H A Dformat.hxx189 inline const SvxPostureItem &GetPosture( sal_Bool = sal_True ) const;
214 inline const SvxPostureItem &GetCJKPosture( sal_Bool = sal_True ) const;
219 inline const SvxPostureItem &GetCTLPosture( sal_Bool = sal_True ) const;
/trunk/main/sc/inc/
H A Dautoform.hxx78 SvxPostureItem aPosture;
83 SvxPostureItem aCJKPosture;
88 SvxPostureItem aCTLPosture;
126 const SvxPostureItem& GetPosture() const { return aPosture; } in GetPosture()
130 const SvxPostureItem& GetCJKPosture() const { return aCJKPosture; } in GetCJKPosture()
134 const SvxPostureItem& GetCTLPosture() const { return aCTLPosture; } in GetCTLPosture()
158 void SetPosture( const SvxPostureItem& rPosture ) { aPosture = rPosture; } in SetPosture()
162 void SetCJKPosture( const SvxPostureItem& rCJKPosture ) { aCJKPosture = rCJKPosture; } in SetCJKPosture()
166 void SetCTLPosture( const SvxPostureItem& rCTLPosture ) { aCTLPosture = rCTLPosture; } in SetCTLPosture()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx291 eItalic = (FontItalic)((const SvxPostureItem*)pItem)->GetValue(); in GetFont()
340 eItalic = (FontItalic)((const SvxPostureItem&) in GetFont()
566 eItalic = (FontItalic)((const SvxPostureItem*)pItem)->GetValue(); in FillToEditItemSet()
569 eCjkItalic = (FontItalic)((const SvxPostureItem*)pItem)->GetValue(); in FillToEditItemSet()
572 eCtlItalic = (FontItalic)((const SvxPostureItem*)pItem)->GetValue(); in FillToEditItemSet()
645 eItalic = (FontItalic)((const SvxPostureItem&) in FillToEditItemSet()
647 eCjkItalic = (FontItalic)((const SvxPostureItem&) in FillToEditItemSet()
649 eCtlItalic = (FontItalic)((const SvxPostureItem&) in FillToEditItemSet()
788 rDestSet.Put( SvxPostureItem( (FontItalic)((const SvxPostureItem*)pItem)->GetValue(), in GetFromEditItemSet()
791 rDestSet.Put( SvxPostureItem( (FontItalic)((const SvxPostureItem*)pItem)->GetValue(), in GetFromEditItemSet()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx50 class SvxPostureItem;
60 class SvxPostureItem;
65 class SvxPostureItem;
367 virtual void CharPosture( const SvxPostureItem& ) = 0;
397 virtual void CharPostureCJK( const SvxPostureItem& ) = 0;
412 virtual void CharPostureCTL( const SvxPostureItem& ) = 0;
H A Dww8attributeoutput.hxx246 virtual void CharPosture( const SvxPostureItem& );
276 virtual void CharPostureCJK( const SvxPostureItem& rHt ) { CharPosture( rHt ); } in CharPostureCJK()
291 virtual void CharPostureCTL( const SvxPostureItem& );
H A Drtfattributeoutput.hxx288 virtual void CharPosture( const SvxPostureItem& rPosture );
318 virtual void CharPostureCJK( const SvxPostureItem& rPosture );
333 virtual void CharPostureCTL( const SvxPostureItem& rWeight );
H A Ddocxattributeoutput.hxx354 virtual void CharPosture( const SvxPostureItem& rPosture );
384 virtual void CharPostureCJK( const SvxPostureItem& rPosture );
399 virtual void CharPostureCTL( const SvxPostureItem& rWeight );
/trunk/main/sd/source/core/
H A Dstlpool.cxx238 rSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ) ); in CreateLayoutStyleSheets()
239 rSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CJK ) ); in CreateLayoutStyleSheets()
240 rSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CTL ) ); in CreateLayoutStyleSheets()
374 rTitleSet.Put(SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ) ); in CreateLayoutStyleSheets()
375 rTitleSet.Put(SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CJK ) ); in CreateLayoutStyleSheets()
376 rTitleSet.Put(SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CTL ) ); in CreateLayoutStyleSheets()
420 rSubtitleSet.Put(SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ) ); in CreateLayoutStyleSheets()
421 rSubtitleSet.Put(SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CJK ) ); in CreateLayoutStyleSheets()
469 rNotesSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ) ); in CreateLayoutStyleSheets()
470 rNotesSet.Put( SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CJK ) ); in CreateLayoutStyleSheets()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx520 const SvxPostureItem& rPostureItem ) in lcl_SetFontProperties()
540 …const SvxPostureItem* pPostureItem = (const SvxPostureItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
543 …const SvxPostureItem* pCJKPostureItem = (const SvxPostureItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
546 …const SvxPostureItem* pCTLPostureItem = (const SvxPostureItem*) pCurData->GetItem( nIndex, A… in MakeFonts()
/trunk/main/editeng/inc/editeng/
H A Dpostitem.hxx45 class EDITENG_DLLPUBLIC SvxPostureItem : public SfxEnumItem class
50 SvxPostureItem( const FontItalic ePost /*= ITALIC_NONE*/,
72 inline SvxPostureItem& operator=(const SvxPostureItem& rPost) { in operator =()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx198 rStream << SvxPostureItem(ITALIC_NONE, ATTR_FONT_POSTURE).GetVersion(SOFFICE_FILEFORMAT_40); in Write()
319 READ( aPosture, SvxPostureItem, rVersions.nPostureVersion) in Load()
326 READ( aCJKPosture, SvxPostureItem, rVersions.nPostureVersion) in Load()
330 READ( aCTLPosture, SvxPostureItem, rVersions.nPostureVersion) in Load()
405 READ( aPosture, SvxPostureItem, rVersions.nPostureVersion) in LoadOld()
580 case ATTR_FONT_POSTURE: rField.SetPosture( (const SvxPostureItem&)rItem ); break; in PutItem()
584 case ATTR_CJK_FONT_POSTURE: rField.SetCJKPosture( (const SvxPostureItem&)rItem ); break; in PutItem()
588 case ATTR_CTL_FONT_POSTURE: rField.SetCTLPosture( (const SvxPostureItem&)rItem ); break; in PutItem()
763 rField.SetPosture ( (const SvxPostureItem&) rItemSet.Get( ATTR_FONT_POSTURE ) ); in GetFromItemSet()
767 rField.SetCJKPosture ( (const SvxPostureItem&) rItemSet.Get( ATTR_CJK_FONT_POSTURE ) ); in GetFromItemSet()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx131 TYPEINIT1_FACTORY(SvxPostureItem, SfxEnumItem, new SvxPostureItem(ITALIC_NONE, 0));
497 SvxPostureItem::SvxPostureItem( const FontItalic ePosture, const sal_uInt16 nId ) : in SvxPostureItem() function in SvxPostureItem
504 SfxPoolItem* SvxPostureItem::Clone( SfxItemPool * ) const in Clone()
506 return new SvxPostureItem( *this ); in Clone()
511 sal_uInt16 SvxPostureItem::GetValueCount() const in GetValueCount()
530 return new SvxPostureItem( (const FontItalic)nPosture, Which() ); in Create()
535 SfxItemPresentation SvxPostureItem::GetPresentation in GetPresentation()
559 XubString SvxPostureItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
629 int SvxPostureItem::HasBoolValue() const in HasBoolValue()
636 sal_Bool SvxPostureItem::GetBoolValue() const in GetBoolValue()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx339 READ( aPosture, SvxPostureItem , rVersions.nPostureVersion) in Load()
346 READ( aCJKPosture, SvxPostureItem , rVersions.nPostureVersion) in Load()
350 READ( aCTLPosture, SvxPostureItem , rVersions.nPostureVersion) in Load()
427 READ( aPosture, SvxPostureItem , 3) in LoadOld()
631 pFmt->SetPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_POSTURE ) ); in UpdateFromSet()
635 pFmt->SetCJKPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_CJK_POSTURE ) ); in UpdateFromSet()
639 pFmt->SetCTLPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_CTL_POSTURE ) ); in UpdateFromSet()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx252 SvxPostureItem aPostureItem(eItalic,CFID_POSTURE); in translatePropertiesToItems()
372 const SvxPostureItem& rPostureItem = in translateItemsToProperties()
373 static_cast<const SvxPostureItem&>(_rSet.Get(CFID_POSTURE)); in translateItemsToProperties()
515 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_POSTURE); in createItemSet()
527 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_CJK_POSTURE); in createItemSet()
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx134 ppDefItems[23] = new SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC ); in GetDefItems()
150 ppDefItems[39] = new SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CJK ); in GetDefItems()
151 ppDefItems[40] = new SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC_CTL ); in GetDefItems()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx261 _rItemSet.Put(SvxPostureItem(aFont.GetItalic(),_nPosture)); in lcl_setFont()
400 …( SFX_ITEM_SET == _rItemSet.GetItemState( _nPosture,sal_True,&pItem) && pItem->ISA(SvxPostureItem)) in lcl_initAwtFont()
402 const SvxPostureItem* pFontItem = static_cast<const SvxPostureItem*>(pItem); in lcl_initAwtFont()
663 new SvxPostureItem(ITALIC_NONE,ITEMID_POSTURE), in openCharDialog()
693 new SvxPostureItem(ITALIC_NONE,ITEMID_POSTURE_ASIAN), in openCharDialog()
699 new SvxPostureItem(ITALIC_NONE,ITEMID_POSTURE_COMPLEX), in openCharDialog()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx236 SvxPostureItem aItem( ITALIC_NONE, nWhichId ); in FillSpecialItem()
473 const SvxPostureItem & rItem = in ApplySpecialItem()
474 static_cast< const SvxPostureItem & >( in ApplySpecialItem()
/trunk/main/sd/source/ui/func/
H A Dbulmaper.cxx156 const SvxPostureItem& rPItem = in MapFontsInNumRule()
157 (SvxPostureItem&)rSet.Get(GetWhich( (sal_uInt16)nPostureID )); in MapFontsInNumRule()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx614 SvxPostureItem aPostureItem(meItalic, SID_ATTR_CHAR_POSTURE); in IMPL_LINK()
986 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxPostureItem)) in NotifyItemUpdate()
988 const SvxPostureItem* pItem = (const SvxPostureItem*)pState; in NotifyItemUpdate()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx238 const SvxPostureItem& rPostureItem = (const SvxPostureItem&) rCellSet.Get( EE_CHAR_ITALIC ); in WriteCell()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx256 …const SvxPostureItem& rPostureItem = (const SvxPostureItem&) pAttr->GetItem( ATTR_FONT_POSTURE … in WriteCell()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx741 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_LATIN ); in FontChg()
804 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_CJK ); in FontChg()
823 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_CTL ); in FontChg()

Completed in 153 milliseconds

1234