Searched refs:CCA_VALUE (Results 1 – 4 of 4) sorted by relevance
806 if ((CCA_CURRENT_VALUE | CCA_VALUE) & m_nIncludeCommon) in exportCommonControlAttributes()834 if (pValuePropertyName && (CCA_VALUE & m_nIncludeCommon)) in exportCommonControlAttributes()840 OSL_ENSURE((NULL == pValuePropertyName) == (0 == (CCA_VALUE & m_nIncludeCommon)), in exportCommonControlAttributes()847 m_nIncludeCommon = m_nIncludeCommon & ~(CCA_CURRENT_VALUE | CCA_VALUE); in exportCommonControlAttributes()1332 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_VALUE), in exportListSourceAsElements()1333 OAttributeMetaData::getCommonControlAttributeName(CCA_VALUE), in exportListSourceAsElements()1538 m_nIncludeCommon |= CCA_VALUE; in examine()1587 CCA_VALUE; in examine()1605 CCA_TAB_INDEX | CCA_TAB_STOP | CCA_TITLE | CCA_VALUE; in examine()1694 CCA_NAME | CCA_SERVICE_NAME | CCA_VALUE; in examine()[all …]
62 #define CCA_VALUE 0x00200000 macro
71 case CCA_VALUE: return "value"; in getCommonControlAttributeName()
785 …const sal_Char* pValueAttributeName = OAttributeMetaData::getCommonControlAttributeName(CCA_VALUE); in handleAttribute()
Completed in 34 milliseconds