Home
last modified time | relevance | path

Searched refs:nHandle (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/AOO41X/main/embedserv/source/embed/ !
H A Dtracker.cxx314 int nHandle = HitTestHandles(point); in SetCursor() local
315 if (nHandle < 0) in SetCursor()
319 nHandle = NormalizeHit(nHandle); in SetCursor()
323 if (nHandle == hitMiddle && !PtInRect(&m_rect,point)) in SetCursor()
327 nHandle = (TrackerHit)9; in SetCursor()
330 ::SetCursor(_afxCursors[nHandle]); in SetCursor()
340 int nHandle = HitTestHandles(point); in Track() local
341 if (nHandle < 0) in Track()
349 SetCursor(hWnd,nHandle); in Track()
350 return TrackHandle(nHandle, hWnd, point, hWndClipTo); in Track()
[all …]
/AOO41X/main/comphelper/source/property/ !
H A Dpropagg.cxx116 sal_Int32 nHandle = -1; in OPropertyArrayAggregationHelper() local
119 nHandle = _pInfoService->getPreferedPropertyId( pMergedProps->Name ); in OPropertyArrayAggregationHelper()
121 if ( -1 == nHandle ) in OPropertyArrayAggregationHelper()
123 nHandle = nAggregateHandle++; in OPropertyArrayAggregationHelper()
128 if ( pPropsTilNow->Handle == nHandle ) in OPropertyArrayAggregationHelper()
130 nHandle = nAggregateHandle++; in OPropertyArrayAggregationHelper()
136 … m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
137 pMergedProps->Handle = nHandle; in OPropertyArrayAggregationHelper()
514 sal_Int32 nHandle = rPH.getHandleByName( evt.PropertyName ); in propertiesChange() local
521 if ( ( nHandle != -1 ) && !isCurrentlyForwardingProperty( nHandle ) ) in propertiesChange()
[all …]
H A Dpropstate.cxx88 …void OPropertyStateHelper::firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any… in firePropertyChange() argument
90 fire(&nHandle, &aNewValue, &aOldValue, 1, sal_False); in firePropertyChange()
98 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in getPropertyState() local
100 if (nHandle == -1) in getPropertyState()
103 return getPropertyStateByHandle(nHandle); in getPropertyState()
110 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in setPropertyToDefault() local
112 if (nHandle == -1) in setPropertyToDefault()
115 setPropertyToDefaultByHandle(nHandle); in setPropertyToDefault()
122 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in getPropertyDefault() local
124 if (nHandle == -1) in getPropertyDefault()
[all …]
/AOO41X/main/chart2/source/controller/chartapiwrapper/ !
H A DTitleWrapper.cxx324 void TitleWrapper::getFastCharacterPropertyValue( sal_Int32 nHandle, Any& rValue ) in getFastCharacterPropertyValue() argument
326 OSL_ASSERT( FAST_PROPERTY_ID_START_CHAR_PROP <= nHandle && in getFastCharacterPropertyValue()
327 nHandle < CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP ); in getFastCharacterPropertyValue()
333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue()
340 rValue = xFastProp->getFastPropertyValue( nHandle ); in getFastCharacterPropertyValue()
347 sal_Int32 nHandle, const Any& rValue ) throw (uno::Exception) in setFastCharacterPropertyValue() argument
349 OSL_ASSERT( FAST_PROPERTY_ID_START_CHAR_PROP <= nHandle && in setFastCharacterPropertyValue()
350 nHandle < CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP ); in setFastCharacterPropertyValue()
356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue()
366 xFastPropertySet->setFastPropertyValue( nHandle, rValue ); in setFastCharacterPropertyValue()
[all …]
/AOO41X/main/forms/source/xforms/ !
H A Dpropertysetbase.cxx102 void PropertySetBase::notifyAndCachePropertyValue( sal_Int32 nHandle ) in notifyAndCachePropertyValue() argument
106 PropertyValueCache::iterator aPos = m_aCache.find( nHandle ); in notifyAndCachePropertyValue()
114 … OSL_VERIFY( rPropertyMetaData.fillPropertyMembersByHandle( &sPropName, NULL, nHandle ) ); in notifyAndCachePropertyValue()
119 aPos = m_aCache.insert( PropertyValueCache::value_type( nHandle, aEmptyValue ) ).first; in notifyAndCachePropertyValue()
129 getFastPropertyValue( aNewValue, nHandle ); in notifyAndCachePropertyValue()
135 firePropertyChange( nHandle, aNewValue, aOldValue ); in notifyAndCachePropertyValue()
138 void PropertySetBase::initializePropertyValueCache( sal_Int32 nHandle ) in initializePropertyValueCache() argument
141 getFastPropertyValue( aCurrentValue, nHandle ); in initializePropertyValueCache()
146 m_aCache.insert( PropertyValueCache::value_type( nHandle, aCurrentValue ) ); in initializePropertyValueCache()
150 PropertyAccessorBase& PropertySetBase::locatePropertyHandler( sal_Int32 nHandle ) const in locatePropertyHandler()
[all …]
H A Dpropertysetbase.hxx246 void notifyAndCachePropertyValue( sal_Int32 nHandle );
266 void initializePropertyValueCache( sal_Int32 nHandle );
269 …rtFastPropertyValue( Any_t& rConvertedValue, Any_t& rOldValue, sal_Int32 nHandle, const Any_t& rVa…
271 virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any_t& rValue )
273 virtual void SAL_CALL getFastPropertyValue( Any_t& rValue, sal_Int32 nHandle ) const;
287 …inline void getCurrentPropertyValueByHandle( sal_Int32 nHandle, Any_t& /* [out] */ rValue, const N… in getCurrentPropertyValueByHandle() argument
289 getFastPropertyValue( rValue, nHandle ); in getCurrentPropertyValueByHandle()
294 …inline void notifyPropertyChange( sal_Int32 nHandle, const Any_t& rOldValue, const Any_t& rNewValu… in notifyPropertyChange() argument
296 const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); in notifyPropertyChange()
308 PropertyAccessorBase& locatePropertyHandler( sal_Int32 nHandle ) const;
[all …]
/AOO41X/main/sd/source/ui/animations/ !
H A DSTLPropertySet.cxx45 void STLPropertySet::setPropertyDefaultValue( sal_Int32 nHandle, const Any& rValue ) in setPropertyDefaultValue() argument
48 maPropertyMap[ nHandle ] = aEntry; in setPropertyDefaultValue()
51 void STLPropertySet::setPropertyValue( sal_Int32 nHandle, const Any& rValue, sal_Int32 /* nState = … in setPropertyValue() argument
54 if( findProperty( nHandle, aIter ) ) in setPropertyValue()
65 Any STLPropertySet::getPropertyValue( sal_Int32 nHandle ) const in getPropertyValue()
68 if( findProperty( nHandle, aIter ) ) in getPropertyValue()
81 sal_Int32 STLPropertySet::getPropertyState( sal_Int32 nHandle ) const in getPropertyState()
84 if( findProperty( nHandle, aIter ) ) in getPropertyState()
95 void STLPropertySet::setPropertyState( sal_Int32 nHandle, sal_Int32 nState ) in setPropertyState() argument
98 if( findProperty( nHandle, aIter ) ) in setPropertyState()
[all …]
H A DSTLPropertySet.hxx65 void setPropertyDefaultValue( sal_Int32 nHandle, const com::sun::star::uno::Any& rValue );
66 …void setPropertyValue( sal_Int32 nHandle, const com::sun::star::uno::Any& rValue, sal_Int32 nState…
67 ::com::sun::star::uno::Any getPropertyValue( sal_Int32 nHandle ) const;
69 sal_Int32 getPropertyState( sal_Int32 nHandle ) const;
70 void setPropertyState( sal_Int32 nHandle, sal_Int32 nState );
73 bool findProperty( sal_Int32 nHandle, PropertyMapIter& rIter );
74 bool findProperty( sal_Int32 nHandle, PropertyMapConstIter& rIter ) const;
/AOO41X/main/dbaccess/source/core/api/ !
H A Ddefinitioncolumn.cxx124 void OTableColumnDescriptor::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue… in setFastPropertyValue_NoBroadcast() argument
126 OColumn::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
220 sal_Int32 nHandle; in OQueryColumn() member
232 …setFastPropertyValue_NoBroadcast( aProps[i].nHandle, _rxParserColumn->getPropertyValue( aProps[i].… in OQueryColumn()
390 void OColumnWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
395 if ( OColumn::isRegisteredProperty( nHandle ) ) in getFastPropertyValue()
397 OColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
401 rValue = m_xAggregate->getPropertyValue( impl_getPropertyNameFromHandle( nHandle ) ); in getFastPropertyValue()
406 …ColumnWrapper::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, in convertFastPropertyValue() argument
410 if ( OColumn::isRegisteredProperty( nHandle ) ) in convertFastPropertyValue()
[all …]
H A DCRowSetDataColumn.cxx132 void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
134 if ( PROPERTY_ID_VALUE == nHandle ) in getFastPropertyValue()
147 else if ( PROPERTY_ID_LABEL == nHandle && m_sLabel.getLength() ) in getFastPropertyValue()
150 ODataColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
154 void SAL_CALL ORowSetDataColumn::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal… in setFastPropertyValue_NoBroadcast() argument
156 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
169 ODataColumn::setFastPropertyValue_NoBroadcast( nHandle,rValue ); in setFastPropertyValue_NoBroadcast()
176 sal_Int32 nHandle, in convertFastPropertyValue() argument
180 switch( nHandle ) in convertFastPropertyValue()
197 … bModified = ODataColumn::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
[all …]
/AOO41X/main/cppuhelper/source/ !
H A Dpropshlp.cxx256 sal_Int32 nHandle = rPH.getHandleByName( rPropertyName ); in setPropertyValue() local
258 setFastPropertyValue( nHandle, rValue ); in setPropertyValue()
269 sal_Int32 nHandle = rPH.getHandleByName( rPropertyName ); in getPropertyValue() local
271 return getFastPropertyValue( nHandle ); in getPropertyValue()
294 sal_Int32 nHandle = rPH.getHandleByName( rPropertyName ); in addPropertyChangeListener() local
295 if( nHandle == -1 ) { in addPropertyChangeListener()
301 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ); in addPropertyChangeListener()
310 aBoundLC.addInterface( (sal_Int32)nHandle, rxListener ); in addPropertyChangeListener()
340 sal_Int32 nHandle = rPH.getHandleByName( rPropertyName ); in removePropertyChangeListener() local
341 if( nHandle == -1 ) in removePropertyChangeListener()
[all …]
/AOO41X/main/chart2/source/tools/ !
H A DOPropertySet.cxx299 sal_Int32 nHandle, in convertFastPropertyValue() argument
303 getFastPropertyValue( rOldValue, nHandle ); in convertFastPropertyValue()
331 ( sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
340 rPH.fillPropertyMembersByHandle( &aName, 0, nHandle ); in setFastPropertyValue_NoBroadcast()
349 aDefault = GetDefaultValue( nHandle ); in setFastPropertyValue_NoBroadcast()
355 m_pImplProperties->SetPropertyValueByHandle( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
357 m_pImplProperties->SetPropertyToDefault( nHandle ); in setFastPropertyValue_NoBroadcast()
359 m_pImplProperties->SetPropertyValueByHandle( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
364 sal_Int32 nHandle ) const in getFastPropertyValue()
366 if( ! m_pImplProperties->GetPropertyValueByHandle( rValue, nHandle )) in getFastPropertyValue()
[all …]
H A DImplOPropertySet.cxx51 inline beans::PropertyState operator() ( sal_Int32 nHandle ) in operator ()()
53 if( m_rMap.end() == m_rMap.find( nHandle )) in operator ()()
112 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle()
114 return lcl_getPropertyStateByHandle( m_aProperties ) ( nHandle ); in GetPropertyStateByHandle()
129 void ImplOPropertySet::SetPropertyToDefault( sal_Int32 nHandle ) in SetPropertyToDefault() argument
131 tPropertyMap::iterator aFoundIter( m_aProperties.find( nHandle ) ); in SetPropertyToDefault()
153 sal_Int32 nHandle ) const in GetPropertyValueByHandle()
157 tPropertyMap::const_iterator aFoundIter( m_aProperties.find( nHandle ) ); in GetPropertyValueByHandle()
169 sal_Int32 nHandle, const Any & rValue, Any * pOldValue ) in SetPropertyValueByHandle() argument
173 tPropertyMap::const_iterator aFoundIter( m_aProperties.find( nHandle ) ); in SetPropertyValueByHandle()
[all …]
H A DWrappedPropertySet.cxx112 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in setPropertyValue() local
113 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setPropertyValue()
161 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in getPropertyValue() local
162 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getPropertyValue()
340 sal_Int32 nHandle = getInfoHelper().getHandleByName( rOuterName ); in getWrappedProperty() local
341 return getWrappedProperty( nHandle ); in getWrappedProperty()
344 const WrappedProperty* WrappedPropertySet::getWrappedProperty( sal_Int32 nHandle ) in getWrappedProperty() argument
346 tWrappedPropertyMap::const_iterator aFound( getWrappedPropertyMap().find( nHandle ) ); in getWrappedProperty()
476 … sal_Int32 nHandle = getInfoHelper().getHandleByName( pProperty->getOuterName() ); in getWrappedPropertyMap() local
478 if( nHandle == -1 ) in getWrappedPropertyMap()
[all …]
/AOO41X/main/forms/source/component/ !
H A Dpropertybaghelper.cxx130 sal_Int32 nHandle = lcl_getPropertyInfos().getPreferedPropertyId( _rPropertyName ); in impl_findFreeHandle() local
131 if ( ( nHandle != -1 ) && rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle()
132 nHandle = -1; in impl_findFreeHandle()
135 if ( nHandle == -1 ) in impl_findFreeHandle()
145 nHandle = nNum + NEW_HANDLE_BASE; in impl_findFreeHandle()
153 if ( nHandle == -1 ) in impl_findFreeHandle()
155 nHandle = NEW_HANDLE_BASE + 1009; in impl_findFreeHandle()
156 while ( rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle()
157 ++nHandle; in impl_findFreeHandle()
160 return nHandle; in impl_findFreeHandle()
[all …]
H A DEditBase.cxx251 void OEditBaseModel::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
253 switch (nHandle) in getFastPropertyValue()
270 OBoundControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
276 … sal_Int32 nHandle, const Any& rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
279 switch (nHandle) in convertFastPropertyValue()
301 nHandle, in convertFastPropertyValue()
308 void OEditBaseModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw… in setFastPropertyValue_NoBroadcast() argument
310 switch (nHandle) in setFastPropertyValue_NoBroadcast()
333 OBoundControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
339 Any OEditBaseModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
[all …]
H A DGrid.cxx497 void OGridControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
499 switch (nHandle) in getFastPropertyValue()
557 if ( isFontRelatedProperty( nHandle ) ) in getFastPropertyValue()
558 FontControlModel::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
560 OControlModel::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
566 … sal_Int32 nHandle, const Any& rValue )throw( IllegalArgumentException ) in convertFastPropertyValue() argument
569 switch (nHandle) in convertFastPropertyValue()
646 if ( isFontRelatedProperty( nHandle ) ) in convertFastPropertyValue()
647 …dified = FontControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
649 … bModified = OControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
[all …]
H A DFile.cxx164 void OFileControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
166 switch (nHandle) in getFastPropertyValue()
170 OControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
175 void OFileControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thro… in setFastPropertyValue_NoBroadcast() argument
177 switch (nHandle) in setFastPropertyValue_NoBroadcast()
184 OControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
189 …convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
192 switch (nHandle) in convertFastPropertyValue()
197 … return OControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
/AOO41X/main/sc/source/core/inc/ !
H A Dadiasync.hxx33 void CALLTYPE ScAddInAsyncCallBack( double& nHandle, void* pData );
58 sal_uLong nHandle; // wird von double auf sal_uLong gecasted member in ScAddInAsync
65 ScAddInAsync( sal_uLong nHandle, sal_uInt16 nIndex,
70 static ScAddInAsync* Get( sal_uLong nHandle );
71 static void CallBack( sal_uLong nHandle, void* pData );
82 sal_Bool operator < ( const ScAddInAsync& r ) { return nHandle < r.nHandle; } in operator <()
83 sal_Bool operator ==( const ScAddInAsync& r ) { return nHandle == r.nHandle; } in operator ==()
/AOO41X/main/tools/source/stream/ !
H A Dstrmunx.cxx194 int nHandle; member in StreamData
196 StreamData() { nHandle = 0; } in StreamData()
327 return (sal_uInt32)pInstanceData->nHandle; in GetFileHandle()
368 nRead = read(pInstanceData->nHandle,pData,(unsigned)nSize); in GetData()
398 nWrite = write(pInstanceData->nHandle,pData,(unsigned)nSize); in PutData()
423 nNewPos = lseek( pInstanceData->nHandle, (long)nPos, SEEK_SET ); in SeekPos()
425 nNewPos = lseek( pInstanceData->nHandle, 0L, SEEK_END ); in SeekPos()
433 return lseek(pInstanceData->nHandle,0L,SEEK_CUR); in SeekPos()
534 if (fcntl(pInstanceData->nHandle, F_GETLK, &aflock) == -1) in LockRange()
561 if (fcntl(pInstanceData->nHandle, F_SETLK, &aflock) == -1) in LockRange()
[all …]
/AOO41X/main/unotools/source/config/ !
H A Dsecurityoptions.cxx224 … void SetProperty( sal_Int32 nHandle, const Any& rValue, sal_Bool bReadOnly );
516 sal_Int32 nHandle; in GetHandle() local
519 nHandle = PROPERTYHANDLE_SECUREURL; in GetHandle()
521 nHandle = PROPERTYHANDLE_DOCWARN_SAVEORSEND; in GetHandle()
523 nHandle = PROPERTYHANDLE_DOCWARN_SIGNING; in GetHandle()
525 nHandle = PROPERTYHANDLE_DOCWARN_PRINT; in GetHandle()
527 nHandle = PROPERTYHANDLE_DOCWARN_CREATEPDF; in GetHandle()
529 nHandle = PROPERTYHANDLE_DOCWARN_REMOVEPERSONALINFO; in GetHandle()
531 nHandle = PROPERTYHANDLE_DOCWARN_RECOMMENDPASSWORD; in GetHandle()
533 nHandle = PROPERTYHANDLE_CTRLCLICK_HYPERLINK; in GetHandle()
[all …]
/AOO41X/main/toolkit/source/controls/ !
H A Dgeometrycontrolmodel.cxx195 …un::star::uno::Any OGeometryControlModel_Base::ImplGetDefaultValueByHandle(sal_Int32 nHandle) const in ImplGetDefaultValueByHandle()
199 switch ( nHandle ) in ImplGetDefaultValueByHandle()
217 …n::star::uno::Any OGeometryControlModel_Base::ImplGetPropertyValueByHandle(sal_Int32 nHandle) const in ImplGetPropertyValueByHandle()
221 switch ( nHandle ) in ImplGetPropertyValueByHandle()
239 …void OGeometryControlModel_Base::ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: com::sun… in ImplSetPropertyValueByHandle() argument
241 switch ( nHandle ) in ImplSetPropertyValueByHandle()
341 …:star::beans::PropertyState OGeometryControlModel_Base::getPropertyStateByHandle(sal_Int32 nHandle) in getPropertyStateByHandle() argument
343 ::com::sun::star::uno::Any aValue = ImplGetPropertyValueByHandle( nHandle ); in getPropertyStateByHandle()
344 ::com::sun::star::uno::Any aDefault = ImplGetDefaultValueByHandle( nHandle ); in getPropertyStateByHandle()
350 void OGeometryControlModel_Base::setPropertyToDefaultByHandle(sal_Int32 nHandle) in setPropertyToDefaultByHandle() argument
[all …]
/AOO41X/main/sc/source/core/tool/ !
H A Dadiasync.cxx52 void CALLTYPE ScAddInAsyncCallBack( double& nHandle, void* pData ) in ScAddInAsyncCallBack() argument
54 ScAddInAsync::CallBack( sal_uLong( nHandle ), pData ); in ScAddInAsyncCallBack()
62 nHandle( 0 ) in ScAddInAsync()
71 nHandle( nHandleP ), in ScAddInAsync()
86 if ( nHandle ) in ~ScAddInAsync()
89 pFuncData->Unadvice( (double)nHandle ); in ~ScAddInAsync()
102 aSeekObj.nHandle = nHandleP; in Get()
105 aSeekObj.nHandle = 0; in Get()
/AOO41X/main/sd/source/ui/unoidl/ !
H A DDrawController.cxx544 sal_Int32 nHandle = PROPERTY_UPDATEACC; in NotifyAccUpdate() local
546 fire (&nHandle, &aNewValue, &aOldValue, 1, sal_False); in NotifyAccUpdate()
553 sal_Int32 nHandle = PROPERTY_ACTIVE_LAYER; in fireChangeLayer() local
559 fire (&nHandle, &aNewValue, &aOldValue, 1, sal_False); in fireChangeLayer()
581 sal_Int32 nHandle, in FirePropertyChange() argument
587 fire (&nHandle, &rNewValue, &rOldValue, 1, sal_False); in FirePropertyChange()
891 sal_Int32 nHandle, in convertFastPropertyValue() argument
897 if (nHandle == PROPERTY_SUB_CONTROLLER) in convertFastPropertyValue()
908 rOldValue = mxSubController->getFastPropertyValue(nHandle); in convertFastPropertyValue()
925 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
[all …]
/AOO41X/main/chart2/source/model/main/ !
H A DDiagram.cxx642 uno::Any Diagram::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
646 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
666 void SAL_CALL Diagram::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() argument
673 if( PROP_DIAGRAM_PERSPECTIVE == nHandle ) in setFastPropertyValue()
679 else if( PROP_DIAGRAM_ROTATION_HORIZONTAL == nHandle in setFastPropertyValue()
680 || PROP_DIAGRAM_ROTATION_VERTICAL == nHandle ) in setFastPropertyValue()
687 if( PROP_DIAGRAM_ROTATION_HORIZONTAL == nHandle ) in setFastPropertyValue()
695 ::property::OPropertySet::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
698 void SAL_CALL Diagram::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
701 if( nHandle == PROP_DIAGRAM_PERSPECTIVE ) in getFastPropertyValue()
[all …]

12345678910>>...15