Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/forms/
H A Delementexport.cxx234 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_SERVICE_NAME), in exportServiceNameAttribute()
235 OAttributeMetaData::getCommonControlAttributeName(CCA_SERVICE_NAME), in exportServiceNameAttribute()
296 if (m_nIncludeCommon & CCA_SERVICE_NAME) in exportOuterAttributes()
301 m_nIncludeCommon = m_nIncludeCommon & ~CCA_SERVICE_NAME; in exportOuterAttributes()
1531 CCA_NAME | CCA_SERVICE_NAME | CCA_DISABLED | in examine()
1585 CCA_NAME | CCA_SERVICE_NAME | CCA_CURRENT_VALUE | CCA_DISABLED | in examine()
1594 CCA_NAME | CCA_SERVICE_NAME | CCA_DISABLED | CCA_LABEL | in examine()
1603 CCA_NAME | CCA_SERVICE_NAME | CCA_CURRENT_VALUE | in examine()
1614 CCA_NAME | CCA_SERVICE_NAME | CCA_DISABLED | CCA_DROPDOWN | in examine()
1649 CCA_NAME | CCA_SERVICE_NAME | CCA_BUTTON_TYPE | CCA_DISABLED | in examine()
[all …]
H A Dformattributes.hxx42 #define CCA_SERVICE_NAME 0x00000002 macro
H A Dformattributes.cxx50 case CCA_SERVICE_NAME: return "control-implementation"; in getCommonControlAttributeName()