Home
last modified time | relevance | path

Searched refs:pPropVal (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx295 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadBool() local
296 if ( pPropVal ) in ReadBool()
298 pPropVal->Value >>= bRetValue; in ReadBool()
315 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadInt32() local
316 if ( pPropVal ) in ReadInt32()
318 pPropVal->Value >>= nRetValue; in ReadInt32()
380 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadString() local
381 if ( pPropVal ) in ReadString()
383 pPropVal->Value >>= aRetValue; in ReadString()
400 if ( pPropVal ) in ReadAny()
[all …]
/trunk/main/cui/source/options/
H A Doptsave.cxx672 const PropertyValue* pPropVal = rProperties.getConstArray(); in lcl_ExtracUIName() local
673 const PropertyValue* const pEnd = pPropVal + rProperties.getLength(); in lcl_ExtracUIName()
674 for( ; pPropVal != pEnd; pPropVal++ ) in lcl_ExtracUIName()
676 const OUString &rName = pPropVal->Name; in lcl_ExtracUIName()
680 if ( ( pPropVal->Value >>= sUIName ) && sUIName.getLength() ) in lcl_ExtracUIName()
685 pPropVal->Value >>= sName; in lcl_ExtracUIName()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx133 PropertyValue *pPropVal = _aPropVals.GetObject( in setPropertyValue() local
135 pPropVal->Value = aValue; in setPropertyValue()
218 PropertyValue *pPropVal = new PropertyValue(pPropVals[n]); in setPropertyValues() local
219 _aPropVals.Insert( pPropVal, n ); in setPropertyValues()

Completed in 18 milliseconds