Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx641 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()
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()
1069 OAttributeMetaData::getSpecialAttributeName( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
[all …]

Completed in 18 milliseconds