Lines Matching refs:_rAttribs
117 …void AttributeHandler::putItemForScript( SfxItemSet& _rAttribs, const SfxPoolItem& _rItem, ScriptT… in putItemForScript() argument
119 SvxScriptSetItem aSetItem( (WhichId)getAttributeId(), *_rAttribs.GetPool() ); in putItemForScript()
121 _rAttribs.Put( aSetItem.GetItemSet(), sal_False ); in putItemForScript()
125 AttributeCheckState AttributeHandler::getCheckState( const SfxItemSet& _rAttribs ) const in getCheckState()
128 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getCheckState()
135 AttributeState AttributeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
138 aState.eSimpleState = getCheckState( _rAttribs ); in getState()
346 AttributeState SlotHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
350 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
388 AttributeState FontSizeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
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()