/aoo4110/main/chart2/source/controller/main/ |
H A D | FeatureCommandDispatchBase.hxx | 44 struct FeatureState struct 49 FeatureState() : bEnabled( false ) { } in FeatureState() argument 76 virtual FeatureState getState( const ::rtl::OUString& rCommand ) = 0;
|
H A D | FeatureCommandDispatchBase.cxx | 71 FeatureState aFeatureState( getState( aIter->first ) ); in fireStatusEvent() 77 FeatureState aFeatureState( getState( rURL ) ); in fireStatusEvent()
|
H A D | DrawCommandDispatch.cxx | 253 FeatureState DrawCommandDispatch::getState( const ::rtl::OUString& rCommand ) in getState() 255 FeatureState aReturn; in getState()
|
H A D | ShapeController.cxx | 92 FeatureState ShapeController::getState( const ::rtl::OUString& rCommand ) in getState() 94 FeatureState aReturn; in getState()
|
H A D | ShapeController.hxx | 62 virtual FeatureState getState( const ::rtl::OUString& rCommand );
|
H A D | DrawCommandDispatch.hxx | 66 virtual FeatureState getState( const ::rtl::OUString& rCommand );
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 173 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 D | genericcontroller.hxx | 128 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 D | XFormOperations.idl | 28 #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 D | makefile.mk | 37 FeatureState.idl \
|
H A D | FeatureState.idl | 38 struct FeatureState
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | singledoccontroller.cxx | 139 FeatureState OSingleDocumentController::GetState(sal_uInt16 _nId) const in GetState() 141 FeatureState aReturn; in GetState()
|
/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 …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 D | formoperations.cxx | 92 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 D | JoinController.cxx | 314 FeatureState OJoinController::GetState(sal_uInt16 _nId) const in GetState() 316 FeatureState aReturn; in GetState()
|
/aoo4110/main/svx/source/form/ |
H A D | formcontrolling.cxx | 61 using ::com::sun::star::form::runtime::FeatureState; 370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState()
|
H A D | formfeaturedispatcher.cxx | 83 FeatureState aState( m_xFormOperations->getState( m_nFormFeature ) ); in getUnoState()
|
H A D | fmshell.cxx | 1169 FeatureState aState; in GetFormState() 1209 FeatureState aState; in GetFormState()
|
/aoo4110/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 145 FeatureState ORelationController::GetState(sal_uInt16 _nId) const in GetState() 147 FeatureState aReturn; in GetState()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | singledoccontroller.hxx | 73 virtual FeatureState GetState( sal_uInt16 nId ) const;
|
H A D | JoinController.hxx | 66 virtual FeatureState GetState(sal_uInt16 nId) const;
|
H A D | RelationController.hxx | 52 virtual FeatureState GetState(sal_uInt16 nId) const;
|
H A D | TableController.hxx | 81 virtual FeatureState GetState(sal_uInt16 nId) const;
|
H A D | querycontroller.hxx | 136 virtual FeatureState GetState(sal_uInt16 nId) const;
|
/aoo4110/main/svx/source/inc/ |
H A D | formcontrolling.hxx | 240 ::com::sun::star::form::runtime::FeatureState& _out_rState
|