Searched refs:i_nHandle (Results 1 – 3 of 3) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 371 …tFastPropertyValue( Any& o_rConvertedValue, Any& o_rOldValue, sal_Int32 i_nHandle, const Any& i_rV… in convertFastPropertyValue() argument 373 …return OPropertyContainer::convertFastPropertyValue( o_rConvertedValue, o_rOldValue, i_nHandle, i_… in convertFastPropertyValue() 377 void SAL_CALL OQueryController::setFastPropertyValue_NoBroadcast( sal_Int32 i_nHandle, const Any& i… in setFastPropertyValue_NoBroadcast() argument 379 OPropertyContainer::setFastPropertyValue_NoBroadcast( i_nHandle, i_rValue ); in setFastPropertyValue_NoBroadcast() 383 void SAL_CALL OQueryController::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const in getFastPropertyValue() 385 switch ( i_nHandle ) in getFastPropertyValue() 409 OPropertyContainer::getFastPropertyValue( o_rValue, i_nHandle ); in getFastPropertyValue()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.cxx | 689 void SAL_CALL ODocumentDefinition::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const in getFastPropertyValue() 691 if ( i_nHandle == PROPERTY_ID_PERSISTENT_PATH ) in getFastPropertyValue() 706 OPropertyStateContainer::getFastPropertyValue( o_rValue, i_nHandle ); in getFastPropertyValue() 2362 void ODocumentDefinition::firePropertyChange( sal_Int32 i_nHandle, const Any& i_rNewValue, const An… in firePropertyChange() argument 2365 fire( &i_nHandle, &i_rNewValue, &i_rOldValue, 1, i_bVetoable ); in firePropertyChange()
|
H A D | documentdefinition.hxx | 137 sal_Int32 i_nHandle 217 sal_Int32 i_nHandle,
|
Completed in 34 milliseconds