Searched refs:nOrgHandle (Results 1 – 1 of 1) sorted by relevance
494 sal_Int32 nOrgHandle; in setPropertyValueByIndex() local495 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in setPropertyValueByIndex()502 xFastPropSet->setFastPropertyValue( nOrgHandle, bUseCopy ? aRealValue : aValue ); in setPropertyValueByIndex()608 sal_Int32 nOrgHandle; in getPropertyValueByIndex() local609 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in getPropertyValueByIndex()616 aRet = xFastPropSet->getFastPropertyValue( nOrgHandle); in getPropertyValueByIndex()
Completed in 14 milliseconds