Searched refs:_rAttribs (Results 1 – 4 of 4) sorted by relevance
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()[all …]
64 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const = 0;87 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;92 AttributeCheckState getCheckState( const SfxItemSet& _rAttribs ) const;95 …void putItemForScript( SfxItemSet& _rAttribs, const SfxPoolItem& _rItem, ScriptType _nForSc…183 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;209 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
183 …Impl::executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& _rAttribs, AttributeId _nA… in executeAttribute() argument189 … aHandlerPos->second->executeAttribute( _rCurrentAttribs, _rAttribs, _pArgument, _nForScriptType ); in executeAttribute()
498 … IsDefaultAndNotRemoveable( const PropertyAttributeCache& _rAttribs ) : m_rAttribs( _rAttribs ) { } in IsDefaultAndNotRemoveable()
Completed in 34 milliseconds