Home
last modified time | relevance | path

Searched refs:pPropValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx252 PropertyValue* pPropValue = NULL; in GetPropertyValue() local
259 pPropValue = &rPropSeq[ i ]; in GetPropertyValue()
263 return pPropValue; in GetPropertyValue()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx937 const PropertyValue* pPropValue = aPropertySequence.getArray(); in WriteParagraphNumbering() local
954 const void* pValue = pPropValue[ i ].Value.getValue(); in WriteParagraphNumbering()
956 OUString aPropName( pPropValue[ i ].Name ); in WriteParagraphNumbering()
992 … if ( pPropValue[ i ].Value.getValueType() == ::getCppuType( (awt::Size*)0) ) in WriteParagraphNumbering()
996 pPropValue[ i ].Value >>= aSize; in WriteParagraphNumbering()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx427 sal_Int16* pPropValue = aPropertyValueList.getArray(); in implApplyGenericProperties() local
429 … for ( sal_Int32 i=0; i<aXMLValueList.getLength(); ++i, ++pXMLValue, ++pPropValue ) in implApplyGenericProperties()
434 *pPropValue = static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2486 const ::com::sun::star::beans::PropertyValue* pPropValue = aPropertySequence.getArray(); in ImplGetNumberingLevel() local
2498 const void* pValue = pPropValue[ i ].Value.getValue(); in ImplGetNumberingLevel()
2501 ::rtl::OUString aPropName( pPropValue[ i ].Name ); in ImplGetNumberingLevel()
2528 … if ( pPropValue[ i ].Value.getValueType() == ::getCppuType( (::com::sun::star::awt::Size*)0) ) in ImplGetNumberingLevel()
2532 pPropValue[ i ].Value >>= aSize; in ImplGetNumberingLevel()

Completed in 70 milliseconds