Searched refs:aEditSet (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 483 SfxItemSet aEditSet( rEE.GetAttribs( aSel ) ); in lclCreateFormattedString() local 484 ScPatternAttr::GetFromEditItemSet( aItemSet, aEditSet ); in lclCreateFormattedString() 487 short nEsc = GETITEM( aEditSet, SvxEscapementItem, EE_CHAR_ESCAPEMENT ).GetEsc(); in lclCreateFormattedString() 495 if( aEditSet.GetItemState( EE_FEATURE_FIELD, sal_False, &pItem ) == SFX_ITEM_SET ) in lclCreateFormattedString() 768 SfxItemSet aEditSet( mrEE.GetAttribs( aSel ) ); in AppendPortion() local 769 ScPatternAttr::GetFromEditItemSet( aItemSet, aEditSet ); in AppendPortion() 798 …aNewData.mnHeight = ulimit_cast< sal_uInt16 >( GETITEM( aEditSet, SvxFontHeightItem, EE_CHAR_FONTH… in AppendPortion() 828 … const SvxEscapementItem& rEscapeItem = GETITEM( aEditSet, SvxEscapementItem, EE_CHAR_ESCAPEMENT ); in AppendPortion() 848 (aEditSet.GetItemState( EE_FEATURE_FIELD, sal_False, &pItem ) == SFX_ITEM_SET) ) in AppendPortion()
|
Completed in 9 milliseconds