Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/forms/
H A Delementimport.cxx861 const sal_Char* pValueProperty = NULL; in StartElement() local
889 … getValuePropertyNames(m_eElementType, nClassId, pCurrentValueProperty, pValueProperty); in StartElement()
890 … ENSURE_OR_BREAK( pValueProperty, "OControlImport::StartElement: illegal value property names!" ); in StartElement()
893 ENSURE_OR_BREAK((PROPID_VALUE != aValueProps->Handle) || pValueProperty, in StartElement()
900 aValueProps->Name = ::rtl::OUString::createFromAscii(pValueProperty); in StartElement()
1014 const sal_Char* pValueProperty = NULL; in EndElement() local
1016 … getRuntimeValuePropertyNames(m_eElementType, nClassId, pValueProperty, pDefaultValueProperty); in EndElement()
1017 if ( pDefaultValueProperty && pValueProperty ) in EndElement()
1031 else if ( aCheck->Name.equalsAscii( pValueProperty ) ) in EndElement()
1044 …PropertyValue = m_xElement->getPropertyValue( ::rtl::OUString::createFromAscii( pValueProperty ) ); in EndElement()
[all …]