Home
last modified time | relevance | path

Searched refs:getWhich (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/forms/source/richtext/
H A Drtattributehandler.cxx128 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getCheckState()
249 _rNewAttribs.Put( SvxAdjustItem( m_eAdjust, getWhich() ) ); in executeAttribute()
285 SvxLineSpacingItem aLineSpacing( m_nLineSpace, getWhich() ); in executeAttribute()
329 …NewAttribs.Put( SvxEscapementItem( bIsChecked ? SVX_ESCAPEMENT_OFF : m_eEscapement, getWhich() ) ); in executeAttribute()
350 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
363 pCorrectWich->SetWhich( getWhich() ); in executeAttribute()
392 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
399 if ( _rAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP ) in getState()
403 MapMode( (MapUnit)( _rAttribs.GetPool()->GetMetric( getWhich() ) ) ), in getState()
408 SvxFontHeightItem* pNewItem = new SvxFontHeightItem( nHeight, 100, getWhich() ); in getState()
[all …]
H A Drtattributehandler.hxx80 WhichId getWhich() const { return m_nWhich; } in getWhich() function in frm::AttributeHandler