Lines Matching refs:nHandle

1535 Any SAL_CALL ODatabaseForm::getFastPropertyValue( sal_Int32 nHandle )  in getFastPropertyValue()  argument
1538 if ((nHandle == PROPERTY_ID_ISMODIFIED) && (m_nResetsPending > 0)) in getFastPropertyValue()
1542 return OPropertySetAggregationHelper::getFastPropertyValue(nHandle); in getFastPropertyValue()
1546 void ODatabaseForm::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
1548 switch (nHandle) in getFastPropertyValue()
1618 if ( m_aPropertyBagHelper.hasDynamicPropertyByHandle( nHandle ) ) in getFastPropertyValue()
1619 m_aPropertyBagHelper.getDynamicFastPropertyValue( nHandle, rValue ); in getFastPropertyValue()
1621 OPropertySetAggregationHelper::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
1628 sal_Int32 nHandle, const Any& rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
1631 switch (nHandle) in convertFastPropertyValue()
1701 if ( m_aPropertyBagHelper.hasDynamicPropertyByHandle ( nHandle ) ) in convertFastPropertyValue()
1702 …bModified = m_aPropertyBagHelper.convertDynamicFastPropertyValue( nHandle, rValue, rConvertedValue… in convertFastPropertyValue()
1704 …pertySetAggregationHelper::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
1711 void ODatabaseForm::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw(… in setFastPropertyValue_NoBroadcast() argument
1713 switch (nHandle) in setFastPropertyValue_NoBroadcast()
1813 OPropertySetAggregationHelper::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
1818 if ( m_aPropertyBagHelper.hasDynamicPropertyByHandle( nHandle ) ) in setFastPropertyValue_NoBroadcast()
1819 m_aPropertyBagHelper.setDynamicFastPropertyValue( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
1821 OPropertySetAggregationHelper::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
1851 PropertyState ODatabaseForm::getPropertyStateByHandle(sal_Int32 nHandle) in getPropertyStateByHandle() argument
1854 switch (nHandle) in getPropertyStateByHandle()
1895 eState = OPropertySetAggregationHelper::getPropertyStateByHandle(nHandle); in getPropertyStateByHandle()
1901 void ODatabaseForm::setPropertyToDefaultByHandle(sal_Int32 nHandle) in setPropertyToDefaultByHandle() argument
1903 switch (nHandle) in setPropertyToDefaultByHandle()
1914 setFastPropertyValue( nHandle, getPropertyDefaultByHandle( nHandle ) ); in setPropertyToDefaultByHandle()
1918 OPropertySetAggregationHelper::setPropertyToDefaultByHandle(nHandle); in setPropertyToDefaultByHandle()
1923 Any ODatabaseForm::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
1926 switch (nHandle) in getPropertyDefaultByHandle()
1952 if ( m_aPropertyBagHelper.hasDynamicPropertyByHandle( nHandle ) ) in getPropertyDefaultByHandle()
1953 m_aPropertyBagHelper.getDynamicPropertyDefaultByHandle( nHandle, aReturn ); in getPropertyDefaultByHandle()
1955 aReturn = OPropertySetAggregationHelper::getPropertyDefaultByHandle( nHandle ); in getPropertyDefaultByHandle()
2387 sal_Int32 nHandle = PROPERTY_ID_ACTIVE_CONNECTION; in _propertyChanged() local
2388 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in _propertyChanged()