Searched refs:m_nIncludeSpecial (Results 1 – 2 of 2) sorted by relevance
264 ,m_nIncludeSpecial(0) in OControlExport()1023 if ( *pAttributeId& m_nIncludeSpecial) in exportSpecialAttributes()1033 m_nIncludeSpecial = m_nIncludeSpecial & ~*pAttributeId; in exportSpecialAttributes()1065 if ( nIntegerPropertyAttributeIds[i] & m_nIncludeSpecial ) in exportSpecialAttributes()1075 m_nIncludeSpecial = m_nIncludeSpecial & ~nIntegerPropertyAttributeIds[i]; in exportSpecialAttributes()1079 if ( SCA_STEP_SIZE & m_nIncludeSpecial ) in exportSpecialAttributes()1099 m_nIncludeSpecial = m_nIncludeSpecial & ~SCA_STEP_SIZE; in exportSpecialAttributes()1108 if (SCA_STATE & m_nIncludeSpecial) in exportSpecialAttributes()1118 m_nIncludeSpecial = m_nIncludeSpecial & ~SCA_STATE; in exportSpecialAttributes()1122 if (SCA_CURRENT_STATE & m_nIncludeSpecial) in exportSpecialAttributes()[all …]
105 sal_Int32 m_nIncludeSpecial; // special attributes to include member in xmloff::OControlExport