Searched refs:m_nIncludeCommon (Results 1 – 2 of 2) sorted by relevance
262 ,m_nIncludeCommon(0) in OControlExport()282 if (CCA_NAME & m_nIncludeCommon) in exportOuterAttributes()291 m_nIncludeCommon = m_nIncludeCommon & ~CCA_NAME; in exportOuterAttributes()296 if (m_nIncludeCommon & CCA_SERVICE_NAME) in exportOuterAttributes()301 m_nIncludeCommon = m_nIncludeCommon & ~CCA_SERVICE_NAME; in exportOuterAttributes()310 if (CCA_CONTROL_ID & m_nIncludeCommon) in exportInnerAttributes()317 m_nIncludeCommon = m_nIncludeCommon & ~CCA_CONTROL_ID; in exportInnerAttributes()585 if (nStringPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()594 m_nIncludeCommon = m_nIncludeCommon & ~nStringPropertyAttributeIds[i]; in exportCommonControlAttributes()622 if (nBooleanPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()[all …]
103 sal_Int32 m_nIncludeCommon; // common control attributes to include member in xmloff::OControlExport