Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmobjfac.cxx153 typedef ::std::vector< ::std::pair< ::rtl::OUString, Any > > PropertyValueArray; in IMPL_LINK() typedef
154 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()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx266 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 …]
H A Dpropertyimport.hxx76 typedef ::std::vector< ::com::sun::star::beans::PropertyValue > PropertyValueArray; typedef in xmloff::OPropertyImport
77 PropertyValueArray m_aValues;
78 PropertyValueArray m_aGenericValues;
H A Delementimport.hxx199 PropertyValueArray m_aValueProperties;

Completed in 47 milliseconds