Home
last modified time | relevance | path

Searched refs:_rState (Results 1 – 17 of 17) sorted by relevance

/trunk/main/svx/source/form/
H A Dformfeaturedispatcher.cxx79 void OSingleFeatureDispatcher::getUnoState( FeatureStateEvent& /* [out] */ _rState ) const in getUnoState()
81 _rState.Source = *const_cast< OSingleFeatureDispatcher* >( this ); in getUnoState()
85 _rState.FeatureURL = m_aFeatureURL; in getUnoState()
86 _rState.IsEnabled = aState.Enabled; in getUnoState()
87 _rState.Requery = sal_False; in getUnoState()
88 _rState.State = aState.State; in getUnoState()
H A Dfmtextcontrolfeature.cxx95 …void SAL_CALL FmTextControlFeature::statusChanged( const FeatureStateEvent& _rState ) throw (Runti… in statusChanged() argument
97 m_aFeatureState = _rState.State; in statusChanged()
98 m_bFeatureEnabled = _rState.IsEnabled; in statusChanged()
H A Dformcontrolling.cxx370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState()
373_rState = m_xFormOperations->getState( FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId )… in getState()
/trunk/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.cxx83 …llFeatureEventFromAttributeState( FeatureStateEvent& _rEvent, const AttributeState& _rState ) const in fillFeatureEventFromAttributeState()
91 if ( _rState.getItem() ) in fillFeatureEventFromAttributeState()
93 aEmptySet.Put( *_rState.getItem() ); in fillFeatureEventFromAttributeState()
94 SfxSlotId nSlotId = aEmptySet.GetPool()->GetSlotId( _rState.getItem()->Which() ); in fillFeatureEventFromAttributeState()
99 OAttributeDispatcher::fillFeatureEventFromAttributeState( _rEvent, _rState ); in fillFeatureEventFromAttributeState()
H A Dattributedispatcher.hxx66 void notifyAttributeState( const AttributeState& _rState ) SAL_THROW (());
76 …irtual void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState );
85 …eState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) const;
91 const AttributeState& _rState
H A Drichtextimplcontrol.cxx251 …RichTextControlImpl::implCheckUpdateCache( AttributeId _nAttribute, const AttributeState& _rState ) in implCheckUpdateCache() argument
256 m_aLastKnownStates.insert( StateCache::value_type( _nAttribute, _rState ) ); in implCheckUpdateCache()
260 if ( aCachePos->second == _rState ) in implCheckUpdateCache()
265 aCachePos->second = _rState; in implCheckUpdateCache()
271 aListenerPos->second->onAttributeStateChanged( _nAttribute, _rState ); in implCheckUpdateCache()
275 m_pTextAttrListener->onAttributeStateChanged( _nAttribute, _rState ); in implCheckUpdateCache()
H A Dattributedispatcher.cxx71 …llFeatureEventFromAttributeState( FeatureStateEvent& _rEvent, const AttributeState& _rState ) const in fillFeatureEventFromAttributeState()
73 if ( _rState.eSimpleState == eChecked ) in fillFeatureEventFromAttributeState()
75 else if ( _rState.eSimpleState == eUnchecked ) in fillFeatureEventFromAttributeState()
H A Dtextattributelistener.hxx40 …al void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState ) = 0;
H A Dparametrizedattributedispatcher.hxx55 …eState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) const;
H A Drichtextimplcontrol.hxx161 void implCheckUpdateCache( AttributeId _nAttribute, const AttributeState& _rState );
/trunk/main/forms/source/helper/
H A Dformnavigation.cxx107 …void SAL_CALL OFormNavigationHelper::statusChanged( const FeatureStateEvent& _rState ) throw (Runt… in statusChanged() argument
114 if ( aFeature->second.aURL.Main == _rState.FeatureURL.Main ) in statusChanged()
116 if ( ( aFeature->second.bCachedState != _rState.IsEnabled ) in statusChanged()
117 || ( aFeature->second.aCachedAdditionalState != _rState.State ) in statusChanged()
121 aFeature->second.bCachedState = _rState.IsEnabled; in statusChanged()
122 aFeature->second.aCachedAdditionalState = _rState.State; in statusChanged()
124 featureStateChanged( aFeature->first, _rState.IsEnabled ); in statusChanged()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx503 static void normalize( TemplateFolderContent& _rState );
551 void TemplateFolderCacheImpl::normalize( TemplateFolderContent& _rState ) in normalize() argument
553 SubContentSort()( _rState ); in normalize()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx4129 …oller::impl_fillState_nothrow(const ::rtl::OUString& _sProperty,dbaui::FeatureState& _rState) const in impl_fillState_nothrow()
4131 _rState.bEnabled = isEditable(); in impl_fillState_nothrow()
4132 if ( _rState.bEnabled ) in impl_fillState_nothrow()
4136 _rState.bEnabled = !aSelection.empty(); in impl_fillState_nothrow()
4137 if ( _rState.bEnabled ) in impl_fillState_nothrow()
4141 for(; aIter != aSelection.end() && _rState.bEnabled ;++aIter) in impl_fillState_nothrow()
4156 _rState.bEnabled = sal_False; in impl_fillState_nothrow()
4160 _rState.aValue = aTemp; in impl_fillState_nothrow()
4227 …impl_fillCustomShapeState_nothrow(const char* _pCustomShapeType,dbaui::FeatureState& _rState) const in impl_fillCustomShapeState_nothrow()
4229 _rState.bEnabled = isEditable(); in impl_fillCustomShapeState_nothrow()
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx316 … void impl_fillState_nothrow(const ::rtl::OUString& _sProperty,dbaui::FeatureState& _rState) const;
317 …mpl_fillCustomShapeState_nothrow(const char* _pCustomShapeType,dbaui::FeatureState& _rState) const;
/trunk/main/svx/source/inc/
H A Dformfeaturedispatcher.hxx141 … void getUnoState( ::com::sun::star::frame::FeatureStateEvent& /* [out] */ _rState ) const;
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx758 sal_Bool SvHeaderTabListBox::IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState ) in IsCellCheckBox() argument
771 _rState = ( ( pItem->GetButtonFlags() & SV_ITEMSTATE_UNCHECKED ) == 0 ) in IsCellCheckBox()
/trunk/main/svtools/inc/svtools/
H A Dsvtabbx.hxx178 sal_Bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState );

Completed in 72 milliseconds