Lines Matching refs:pValueProperty
860 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()
1056 if ( bRestoreValuePropertyValue && pValueProperty ) in EndElement()
1060 …m_xElement->setPropertyValue( ::rtl::OUString::createFromAscii( pValueProperty ), aValuePropertyVa… in EndElement()