/aoo4110/main/svx/source/form/ |
H A D | formfeaturedispatcher.cxx | 79 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 D | fmtextcontrolfeature.cxx | 95 …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 D | formcontrolling.cxx | 370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState() 373 …_rState = m_xFormOperations->getState( FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId )… in getState()
|
/aoo4110/main/forms/source/richtext/ |
H A D | parametrizedattributedispatcher.cxx | 83 …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 D | attributedispatcher.hxx | 66 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 D | richtextimplcontrol.cxx | 251 …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 D | attributedispatcher.cxx | 71 …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 D | textattributelistener.hxx | 40 …al void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState ) = 0;
|
H A D | parametrizedattributedispatcher.hxx | 55 …eState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) const;
|
H A D | richtextimplcontrol.hxx | 161 void implCheckUpdateCache( AttributeId _nAttribute, const AttributeState& _rState );
|
/aoo4110/main/forms/source/helper/ |
H A D | formnavigation.cxx | 107 …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()
|
/aoo4110/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 503 static void normalize( TemplateFolderContent& _rState ); 551 void TemplateFolderCacheImpl::normalize( TemplateFolderContent& _rState ) in normalize() argument 553 SubContentSort()( _rState ); in normalize()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 4129 …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 …]
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 316 … void impl_fillState_nothrow(const ::rtl::OUString& _sProperty,dbaui::FeatureState& _rState) const; 317 …mpl_fillCustomShapeState_nothrow(const char* _pCustomShapeType,dbaui::FeatureState& _rState) const;
|
/aoo4110/main/svx/source/inc/ |
H A D | formfeaturedispatcher.hxx | 141 … void getUnoState( ::com::sun::star::frame::FeatureStateEvent& /* [out] */ _rState ) const;
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 758 sal_Bool SvHeaderTabListBox::IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState ) in IsCellCheckBox() argument 771 _rState = ( ( pItem->GetButtonFlags() & SV_ITEMSTATE_UNCHECKED ) == 0 ) in IsCellCheckBox()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svtabbx.hxx | 178 sal_Bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState );
|