Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx808 const sal_Char* pCurrentValuePropertyName = NULL; in exportCommonControlAttributes() local
812 getValuePropertyNames(m_eType, m_nClassId, pCurrentValuePropertyName, pValuePropertyName); in exportCommonControlAttributes()
820 if (pCurrentValuePropertyName && (CCA_CURRENT_VALUE & m_nIncludeCommon)) in exportCommonControlAttributes()
825 … exportedProperty( ::rtl::OUString::createFromAscii( pCurrentValuePropertyName ) ); in exportCommonControlAttributes()
830 pCurrentValuePropertyName in exportCommonControlAttributes()
842 OSL_ENSURE((NULL == pCurrentValuePropertyName ) == (0 == (CCA_CURRENT_VALUE & m_nIncludeCommon)), in exportCommonControlAttributes()

Completed in 26 milliseconds