Searched refs:pPropValue (Results 1 – 4 of 4) sorted by relevance
252 PropertyValue* pPropValue = NULL; in GetPropertyValue() local259 pPropValue = &rPropSeq[ i ]; in GetPropertyValue()263 return pPropValue; in GetPropertyValue()
937 const PropertyValue* pPropValue = aPropertySequence.getArray(); in WriteParagraphNumbering() local954 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()
427 sal_Int16* pPropValue = aPropertyValueList.getArray(); in implApplyGenericProperties() local429 … for ( sal_Int32 i=0; i<aXMLValueList.getLength(); ++i, ++pXMLValue, ++pPropValue ) in implApplyGenericProperties()434 *pPropValue = static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
2486 const ::com::sun::star::beans::PropertyValue* pPropValue = aPropertySequence.getArray(); in ImplGetNumberingLevel() local2498 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 272 milliseconds