Searched refs:pPropVal (Results 1 – 3 of 3) sorted by relevance
295 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadBool() local296 if ( pPropVal ) in ReadBool()298 pPropVal->Value >>= bRetValue; in ReadBool()315 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadInt32() local316 if ( pPropVal ) in ReadInt32()318 pPropVal->Value >>= nRetValue; in ReadInt32()380 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadString() local381 if ( pPropVal ) in ReadString()383 pPropVal->Value >>= aRetValue; in ReadString()400 if ( pPropVal ) in ReadAny()[all …]
661 const PropertyValue* pPropVal = rProperties.getConstArray(); in lcl_ExtracUIName() local662 const PropertyValue* const pEnd = pPropVal + rProperties.getLength(); in lcl_ExtracUIName()663 for( ; pPropVal != pEnd; pPropVal++ ) in lcl_ExtracUIName()665 const OUString &rName = pPropVal->Name; in lcl_ExtracUIName()669 if ( ( pPropVal->Value >>= sUIName ) && sUIName.getLength() ) in lcl_ExtracUIName()674 pPropVal->Value >>= sName; in lcl_ExtracUIName()
133 PropertyValue *pPropVal = _aPropVals.GetObject( in setPropertyValue() local135 pPropVal->Value = aValue; in setPropertyValue()218 PropertyValue *pPropVal = new PropertyValue(pPropVals[n]); in setPropertyValues() local219 _aPropVals.Insert( pPropVal, n ); in setPropertyValues()
Completed in 25 milliseconds