Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx602 static sal_Int32 nBooleanPropertyAttributeIds[] = in exportCommonControlAttributes() local
615 …sal_Int32 nIdCount = sizeof(nBooleanPropertyAttributeIds) / sizeof(nBooleanPropertyAttributeIds[0]… in exportCommonControlAttributes()
621 for (i=0; i<sizeof(nBooleanPropertyAttributeIds)/sizeof(nBooleanPropertyAttributeIds[0]); ++i) in exportCommonControlAttributes()
622 if (nBooleanPropertyAttributeIds[i] & m_nIncludeCommon) in exportCommonControlAttributes()
625 OAttributeMetaData::getCommonControlAttributeNamespace(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes()
626 OAttributeMetaData::getCommonControlAttributeName(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes()
631 m_nIncludeCommon = m_nIncludeCommon & ~nBooleanPropertyAttributeIds[i]; in exportCommonControlAttributes()
1003 static const sal_Int32 nBooleanPropertyAttributeIds[] = in exportSpecialAttributes() local
1013 …sal_Int32 nIdCount = sizeof(nBooleanPropertyAttributeIds) / sizeof(nBooleanPropertyAttributeIds[0]… in exportSpecialAttributes()
1019 const sal_Int32* pAttributeId = nBooleanPropertyAttributeIds; in exportSpecialAttributes()

Completed in 25 milliseconds