Home
last modified time | relevance | path

Searched refs:FeatureState (Results 1 – 25 of 38) sorted by relevance

12

/aoo4110/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.hxx44 struct FeatureState struct
49 FeatureState() : bEnabled( false ) { } in FeatureState() function
76 virtual FeatureState getState( const ::rtl::OUString& rCommand ) = 0;
H A DFeatureCommandDispatchBase.cxx71 FeatureState aFeatureState( getState( aIter->first ) ); in fireStatusEvent()
77 FeatureState aFeatureState( getState( rURL ) ); in fireStatusEvent()
H A DDrawCommandDispatch.cxx253 FeatureState DrawCommandDispatch::getState( const ::rtl::OUString& rCommand ) in getState()
255 FeatureState aReturn; in getState()
H A DShapeController.cxx92 FeatureState ShapeController::getState( const ::rtl::OUString& rCommand ) in getState()
94 FeatureState aReturn; in getState()
H A DShapeController.hxx62 virtual FeatureState getState( const ::rtl::OUString& rCommand );
H A DDrawCommandDispatch.hxx66 virtual FeatureState getState( const ::rtl::OUString& rCommand );
/aoo4110/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx173 FeatureState getState( const URL& _rFeatureURL );
187 FeatureState UserDefinedFeatures::getState( const URL& /*_rFeatureURL*/ ) in getState()
192 FeatureState aState; in getState()
536 void lcl_collectStates( const FeatureState& _rFeatureState, States& _out_rStates ) in lcl_collectStates()
562 FeatureState aFeatState( GetState( nFeat ) ); in ImplBroadcastFeatureState()
564 FeatureState& rCachedState = m_aStateCache[nFeat]; // creates if neccessary in ImplBroadcastFeatureState()
1024 FeatureState OGenericUnoController::GetState( sal_uInt16 _nId ) const in GetState()
1026 FeatureState aReturn; in GetState()
1609 FeatureState aState = GetState( _nCommandId ); in isCommandChecked()
/aoo4110/main/dbaccess/inc/
H A Dgenericcontroller.hxx128 struct FeatureState struct
137 FeatureState() : bEnabled(sal_False) { } in FeatureState() function
236 DECLARE_STL_MAP( sal_uInt16, FeatureState, ::std::less< sal_uInt16 >, StateCache );
311 virtual FeatureState GetState(sal_uInt16 nId) const;
403 sal_Bool ImplInvalidateTBItem(sal_uInt16 nId, const FeatureState& rState);
/aoo4110/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl28 #include <com/sun/star/form/runtime/FeatureState.idl>
124 … An invalid value here will be silently ignored, and simply return a <type>FeatureState</type>
127 FeatureState getState(
134 <member>FeatureState::Enabled</member> member.</p>
H A Dmakefile.mk37 FeatureState.idl \
H A DFeatureState.idl38 struct FeatureState
/aoo4110/main/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx139 FeatureState OSingleDocumentController::GetState(sal_uInt16 _nId) const in GetState()
141 FeatureState aReturn; in GetState()
/aoo4110/main/reportdesign/source/ui/inc/
H A DReportController.hxx316 … void impl_fillState_nothrow(const ::rtl::OUString& _sProperty,dbaui::FeatureState& _rState) const;
317 …void impl_fillCustomShapeState_nothrow(const char* _pCustomShapeType,dbaui::FeatureState& _rState)…
335 virtual dbaui::FeatureState GetState(sal_uInt16 nId) const;
/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx92 using ::com::sun::star::form::runtime::FeatureState;
249 FeatureState SAL_CALL FormOperations::getState( ::sal_Int16 _nFeature ) throw (RuntimeException) in getState()
253 FeatureState aState; in getState()
436 FeatureState aState( getState( _nFeature ) ); in isEnabled()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx314 FeatureState OJoinController::GetState(sal_uInt16 _nId) const in GetState()
316 FeatureState aReturn; in GetState()
/aoo4110/main/svx/source/form/
H A Dformcontrolling.cxx61 using ::com::sun::star::form::runtime::FeatureState;
370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState()
H A Dformfeaturedispatcher.cxx83 FeatureState aState( m_xFormOperations->getState( m_nFormFeature ) ); in getUnoState()
H A Dfmshell.cxx1169 FeatureState aState; in GetFormState()
1209 FeatureState aState; in GetFormState()
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx145 FeatureState ORelationController::GetState(sal_uInt16 _nId) const in GetState()
147 FeatureState aReturn; in GetState()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dsingledoccontroller.hxx73 virtual FeatureState GetState( sal_uInt16 nId ) const;
H A DJoinController.hxx66 virtual FeatureState GetState(sal_uInt16 nId) const;
H A DRelationController.hxx52 virtual FeatureState GetState(sal_uInt16 nId) const;
H A DTableController.hxx81 virtual FeatureState GetState(sal_uInt16 nId) const;
H A Dquerycontroller.hxx136 virtual FeatureState GetState(sal_uInt16 nId) const;
/aoo4110/main/svx/source/inc/
H A Dformcontrolling.hxx240 ::com::sun::star::form::runtime::FeatureState& _out_rState

Completed in 138 milliseconds

12