Searched refs:nFeatureId (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/chart2/source/controller/main/ |
| H A D | DrawCommandDispatch.cxx | 108 sal_uInt16 nFeatureId = 0; in isFeatureSupported() local 111 return parseCommandURL( rCommandURL, &nFeatureId, &aBaseCommand, &aCustomShapeType ); in isFeatureSupported() 259 sal_uInt16 nFeatureId = 0; in getState() local 262 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in getState() 264 switch ( nFeatureId ) in getState() 305 sal_uInt16 nFeatureId = 0; in execute() local 308 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in execute() 310 m_nFeatureId = nFeatureId; in execute() 313 switch ( nFeatureId ) in execute() 401 SdrObject* pObj = createDefaultObject( nFeatureId ); in execute() [all …]
|
| H A D | ShapeController.cxx | 111 sal_uInt16 nFeatureId = aIter->second.nFeatureId; in getState() local 112 switch ( nFeatureId ) in getState() 166 sal_uInt16 nFeatureId = aIter->second.nFeatureId; in execute() local 167 switch ( nFeatureId ) in execute() 204 executeDispatch_ChangeZOrder( nFeatureId ); in execute()
|
| H A D | FeatureCommandDispatchBase.hxx | 37 sal_uInt16 nFeatureId; member
|
| H A D | FeatureCommandDispatchBase.cxx | 99 aFeature.nFeatureId = nId; in implDescribeSupportedFeature()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | genericcontroller.cxx | 512 if ( lhs.second.nFeatureId == m_nFeature ) in operator ()() 561 sal_uInt16 nFeat = m_aSupportedFeatures[ _rFeature ].nFeatureId; in ImplBroadcastFeatureState() 640 …ImplInvalidateFeature( m_aSupportedFeatures[ _rURLPath ].nFeatureId, _xListener, _bForceBroadcast … in InvalidateFeature() 905 StateCacheIterator aCachePos = m_aStateCache.find( aIter->second.nFeatureId ); in removeStatusListener() 1002 aFeature.nFeatureId = _nFeatureId; in implDescribeSupportedFeature() 1088 …return ( pos != m_aSupportedFeatures.end() ) ? isUserDefinedFeature( pos->second.nFeatureId ) : fa… in isUserDefinedFeature() 1256 Execute( aIter->second.nFeatureId, aArgs ); in executeUnChecked() 1268 sal_uInt16 nFeatureId = aIter->second.nFeatureId; in executeChecked() local 1269 if ( GetState( nFeatureId ).bEnabled ) in executeChecked() 1270 Execute( nFeatureId, aArgs ); in executeChecked() [all …]
|
| /trunk/main/forms/source/component/ |
| H A D | Button.cxx | 505 sal_Int16 nFeatureId = -1; in actionPerformed_Impl() local 508 nFeatureId = m_nTargetUrlFeatureId; in actionPerformed_Impl() 511 if ( nFeatureId != -1 ) in actionPerformed_Impl() 517 dispatch( nFeatureId ); in actionPerformed_Impl() 673 sal_Int16 nFeatureId = -1; in getModelUrlFeatureId() local 693 nFeatureId = aMapper.getFeatureId( sUrl ); in getModelUrlFeatureId() 697 return nFeatureId; in getModelUrlFeatureId()
|
| /trunk/main/dbaccess/inc/ |
| H A D | genericcontroller.hxx | 147 sal_uInt16 nFeatureId; member 162 return !!( _nId == _aType.second.nFeatureId ); in operator ()() 347 bool isUserDefinedFeature( const sal_uInt16 nFeatureId ) const;
|