Searched refs:PropertyValueArray (Results 1 – 4 of 4) sorted by relevance
153 typedef ::std::vector< ::std::pair< ::rtl::OUString, Any > > PropertyValueArray; in IMPL_LINK() typedef154 PropertyValueArray aInitialProperties; in IMPL_LINK()208 …aInitialProperties.push_back( PropertyValueArray::value_type( FM_PROP_TIMEMAX, makeAny( (sal_Int32… in IMPL_LINK()241 …aInitialProperties.push_back( PropertyValueArray::value_type( FM_PROP_BORDER, makeAny( (sal_Int16)… in IMPL_LINK()246 …aInitialProperties.push_back( PropertyValueArray::value_type( FM_PROP_BORDER, makeAny( (sal_Int16)… in IMPL_LINK()257 for ( PropertyValueArray::const_iterator aInitProp = aInitialProperties.begin(); in IMPL_LINK()
266 PropertyValueArray::const_iterator aEnd = m_aValues.end(); in implApplySpecificProperties()267 for ( PropertyValueArray::iterator aCheck = m_aValues.begin(); in implApplySpecificProperties()298 PropertyValueArray::iterator aEnd = m_aValues.end(); in implApplySpecificProperties()299 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties()321 PropertyValueArray::iterator aEnd = m_aValues.end(); in implApplySpecificProperties()322 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties()352 PropertyValueArray::iterator aEnd = m_aGenericValues.end(); in implApplyGenericProperties()353 for ( PropertyValueArray::iterator aPropValues = in implApplyGenericProperties()874 PropertyValueArray::iterator aEnd = m_aValueProperties.end(); in StartElement()1023 PropertyValueArray::iterator aEnd = m_aValues.end(); in EndElement()[all …]
76 typedef ::std::vector< ::com::sun::star::beans::PropertyValue > PropertyValueArray; typedef in xmloff::OPropertyImport77 PropertyValueArray m_aValues;78 PropertyValueArray m_aGenericValues;
199 PropertyValueArray m_aValueProperties;
Completed in 42 milliseconds