Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx1019 const sal_Int32* pAttributeId = nBooleanPropertyAttributeIds; in exportSpecialAttributes() local
1021 for ( i = 0; i < nIdCount; ++i, ++pAttributeId, ++pPropertyName ) in exportSpecialAttributes()
1023 if ( *pAttributeId& m_nIncludeSpecial) in exportSpecialAttributes()
1026 OAttributeMetaData::getSpecialAttributeNamespace( *pAttributeId ), in exportSpecialAttributes()
1027 OAttributeMetaData::getSpecialAttributeName( *pAttributeId ), in exportSpecialAttributes()
1029 … ( *pAttributeId == SCA_FOCUS_ON_CLICK ) ? BOOLATTR_DEFAULT_TRUE : BOOLATTR_DEFAULT_FALSE in exportSpecialAttributes()
1033 m_nIncludeSpecial = m_nIncludeSpecial & ~*pAttributeId; in exportSpecialAttributes()

Completed in 17 milliseconds