Lines Matching refs:nIntegerPropertyAttributeIds
641 static sal_Int32 nIntegerPropertyAttributeIds[] = in exportCommonControlAttributes() local
658 …sal_Int32 nIdCount = sizeof(nIntegerPropertyAttributeIds) / sizeof(nIntegerPropertyAttributeIds[0]… in exportCommonControlAttributes()
664 for (i=0; i<sizeof(nIntegerPropertyAttributeIds)/sizeof(nIntegerPropertyAttributeIds[0]); ++i) in exportCommonControlAttributes()
665 if (nIntegerPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()
668 OAttributeMetaData::getCommonControlAttributeNamespace(nIntegerPropertyAttributeIds[i]), in exportCommonControlAttributes()
669 OAttributeMetaData::getCommonControlAttributeName(nIntegerPropertyAttributeIds[i]), in exportCommonControlAttributes()
674 m_nIncludeCommon = m_nIncludeCommon & ~nIntegerPropertyAttributeIds[i]; in exportCommonControlAttributes()
1042 static sal_Int32 nIntegerPropertyAttributeIds[] = in exportSpecialAttributes() local
1055 …sal_Int32 nIdCount = sizeof( nIntegerPropertyAttributeIds ) / sizeof( nIntegerPropertyAttributeIds… in exportSpecialAttributes()
1065 if ( nIntegerPropertyAttributeIds[i] & m_nIncludeSpecial ) in exportSpecialAttributes()
1068 OAttributeMetaData::getSpecialAttributeNamespace( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
1069 OAttributeMetaData::getSpecialAttributeName( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
1075 m_nIncludeSpecial = m_nIncludeSpecial & ~nIntegerPropertyAttributeIds[i]; in exportSpecialAttributes()