Searched refs:AttributeState (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/forms/source/richtext/ |
H A D | rtattributes.hxx | 61 struct AttributeState struct 70 inline AttributeState( ); 72 inline AttributeState( const AttributeState& _rSource ); 74 inline AttributeState& operator=( const AttributeState& _rSource ); 76 inline bool operator==( const AttributeState& _rRHS ); 86 inline AttributeState::AttributeState( ) in AttributeState() function in frm::AttributeState 93 inline AttributeState::AttributeState( AttributeCheckState _eCheckState ) in AttributeState() function in frm::AttributeState 100 inline AttributeState::AttributeState( const AttributeState& _rSource ) in AttributeState() function in frm::AttributeState 108 inline AttributeState& AttributeState::operator=( const AttributeState& _rSource ) in operator =() 119 inline const SfxPoolItem* AttributeState::getItem() const in getItem() [all …]
|
H A D | attributedispatcher.hxx | 66 void notifyAttributeState( const AttributeState& _rState ) SAL_THROW (()); 76 …virtual void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState … 85 …uteState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) con… 91 const AttributeState& _rState
|
H A D | rtattributehandler.cxx | 135 AttributeState AttributeHandler::getState( const SfxItemSet& _rAttribs ) const in getState() 137 AttributeState aState( eIndetermined ); in getState() 346 AttributeState SlotHandler::getState( const SfxItemSet& _rAttribs ) const in getState() 348 AttributeState aState( eIndetermined ); in getState() 388 AttributeState FontSizeHandler::getState( const SfxItemSet& _rAttribs ) const in getState() 390 AttributeState aState( eIndetermined ); in getState()
|
H A D | rtattributehandler.hxx | 64 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const = 0; 87 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const; 183 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const; 209 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
|
H A D | richtextimplcontrol.hxx | 51 typedef ::std::map< AttributeId, AttributeState > StateCache; 103 AttributeState getAttributeState( AttributeId _nAttributeId ) const; 161 void implCheckUpdateCache( AttributeId _nAttribute, const AttributeState& _rState );
|
H A D | attributedispatcher.cxx | 71 …illFeatureEventFromAttributeState( FeatureStateEvent& _rEvent, const AttributeState& _rState ) con… in fillFeatureEventFromAttributeState() 85 AttributeState aState; in buildStatusEvent() 121 …Dispatcher::onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& /*_rState*/ ) in onAttributeStateChanged() argument
|
H A D | richtextimplcontrol.cxx | 171 AttributeState RichTextControlImpl::getAttributeState( AttributeId _nAttributeId ) const in getAttributeState() 177 return AttributeState( eIndetermined ); in getAttributeState() 251 …void RichTextControlImpl::implCheckUpdateCache( AttributeId _nAttribute, const AttributeState& _rS… in implCheckUpdateCache()
|
H A D | textattributelistener.hxx | 40 …virtual void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState …
|
H A D | parametrizedattributedispatcher.hxx | 55 …uteState( ::com::sun::star::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) con…
|
H A D | richtextvclcontrol.hxx | 98 virtual AttributeState getState( AttributeId _nAttributeId ) const;
|
H A D | parametrizedattributedispatcher.cxx | 83 …illFeatureEventFromAttributeState( FeatureStateEvent& _rEvent, const AttributeState& _rState ) con… in fillFeatureEventFromAttributeState()
|
H A D | richtextvclcontrol.cxx | 92 AttributeState RichTextControl::getState( AttributeId _nAttributeId ) const in getState()
|
Completed in 862 milliseconds