Home
last modified time | relevance | path

Searched refs:_rAttribs (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drtattributehandler.cxx72 _rAttribs.Put( aSetItem.GetItemSet(), false ); in putItemForScript()
76 AttributeCheckState AttributeHandler::getCheckState( const SfxItemSet& _rAttribs ) const in getCheckState()
79 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getCheckState()
86 AttributeState AttributeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
89 aState.eSimpleState = getCheckState( _rAttribs ); in getState()
277 AttributeState SlotHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
281 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
313 AttributeState FontSizeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
317 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
324 if ( _rAttribs.GetPool()->GetMetric( getWhich() ) != MapUnit::MapTwip ) in getState()
[all …]
H A Drtattributehandler.hxx50 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
55 AttributeCheckState getCheckState( const SfxItemSet& _rAttribs ) const;
58 …void putItemForScript( SfxItemSet& _rAttribs, const SfxPoolItem& _rItem, SvtScr…
120 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const override;
140 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const override;
H A Drichtextimplcontrol.cxx169 …Impl::executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& _rAttribs, AttributeId _nA… in executeAttribute() argument
175 … aHandlerPos->second->executeAttribute( _rCurrentAttribs, _rAttribs, _pArgument, _nForScriptType ); in executeAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drtattributehandler.cxx73 _rAttribs.Put( aSetItem.GetItemSet(), false ); in putItemForScript()
77 AttributeCheckState AttributeHandler::getCheckState( const SfxItemSet& _rAttribs ) const in getCheckState()
80 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getCheckState()
87 AttributeState AttributeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
90 aState.eSimpleState = getCheckState( _rAttribs ); in getState()
278 AttributeState SlotHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
282 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
314 AttributeState FontSizeHandler::getState( const SfxItemSet& _rAttribs ) const in getState()
318 const SfxPoolItem* pItem = _rAttribs.GetItem( getWhich() ); in getState()
325 if ( _rAttribs.GetPool()->GetMetric( getWhich() ) != MapUnit::MapTwip ) in getState()
[all …]
H A Drtattributehandler.hxx51 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
56 AttributeCheckState getCheckState( const SfxItemSet& _rAttribs ) const;
59 …void putItemForScript( SfxItemSet& _rAttribs, const SfxPoolItem& _rItem, SvtScr…
121 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const override;
141 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const override;
H A Drichtextimplcontrol.cxx173 …Impl::executeAttribute( const SfxItemSet& _rCurrentAttribs, SfxItemSet& _rAttribs, AttributeId _nA… in executeAttribute() argument
179 … aHandlerPos->second->executeAttribute( _rCurrentAttribs, _rAttribs, _pArgument, _nForScriptType ); in executeAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx454 …t IsDefaultAndNotRemoveable( const PropertyAttributeCache& _rAttribs ) : m_rAttribs( _rAttribs ) {… in IsDefaultAndNotRemoveable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx456 …t IsDefaultAndNotRemoveable( const PropertyAttributeCache& _rAttribs ) : m_rAttribs( _rAttribs ) {… in IsDefaultAndNotRemoveable()