Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/forms/
H A Delementimport.cxx860 const sal_Char* pValueProperty = NULL; in StartElement() local
888 … getValuePropertyNames(m_eElementType, nClassId, pCurrentValueProperty, pValueProperty); in StartElement()
889 … ENSURE_OR_BREAK( pValueProperty, "OControlImport::StartElement: illegal value property names!" ); in StartElement()
892 ENSURE_OR_BREAK((PROPID_VALUE != aValueProps->Handle) || pValueProperty, in StartElement()
899 aValueProps->Name = ::rtl::OUString::createFromAscii(pValueProperty); in StartElement()
1013 const sal_Char* pValueProperty = NULL; in EndElement() local
1015 … getRuntimeValuePropertyNames(m_eElementType, nClassId, pValueProperty, pDefaultValueProperty); in EndElement()
1016 if ( pDefaultValueProperty && pValueProperty ) in EndElement()
1030 else if ( aCheck->Name.equalsAscii( pValueProperty ) ) in EndElement()
1043 …PropertyValue = m_xElement->getPropertyValue( ::rtl::OUString::createFromAscii( pValueProperty ) ); in EndElement()
[all …]