Home
last modified time | relevance | path

Searched refs:aPostureItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx106 SvxPostureItem aPostureItem( (FontItalic)0, EE_CHAR_ITALIC ); in FillItemSet() local
108 ((SfxPoolItem*)&aPostureItem)->PutValue( aTemp, MID_POSTURE ); in FillItemSet()
109 rSet.Put(aPostureItem); in FillItemSet()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx252 SvxPostureItem aPostureItem(eItalic,CFID_POSTURE); in translatePropertiesToItems() local
270 _pSet->Put(aPostureItem, CFID_POSTURE); in translatePropertiesToItems()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx614 SvxPostureItem aPostureItem(meItalic, SID_ATTR_CHAR_POSTURE); in IMPL_LINK() local
615 …pBindings->GetDispatcher()->Execute(SID_ATTR_CHAR_POSTURE, SFX_CALLMODE_RECORD, &aPostureItem, 0L); in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1331 SvxPostureItem aPostureItem( eItalic, nWhich ); in FillItemSet_Impl() local
1338 if ( rItem.GetValue() == aPostureItem.GetValue() ) in FillItemSet_Impl()
1353 ( (SvxPostureItem*)pItem )->GetValue() != aPostureItem.GetValue() ) in FillItemSet_Impl()
1361 rSet.Put( aPostureItem ); in FillItemSet_Impl()

Completed in 48 milliseconds