Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx1188 if ((SCA_MIN_VALUE | SCA_MAX_VALUE) & m_nIncludeSpecial) in exportSpecialAttributes()
1197 OSL_ENSURE((NULL == pMinValuePropertyName) == (0 == (SCA_MIN_VALUE & m_nIncludeSpecial)), in exportSpecialAttributes()
1203 …onst sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MIN_VALUE); in exportSpecialAttributes()
1205 …sal_uInt16 nMinValueNamespaceKey = OAttributeMetaData::getSpecialAttributeNamespace(SCA_MIN_VALUE); in exportSpecialAttributes()
1208 if (pMinValuePropertyName && (SCA_MIN_VALUE & m_nIncludeSpecial)) in exportSpecialAttributes()
1221 m_nIncludeSpecial = m_nIncludeSpecial & ~(SCA_MIN_VALUE | SCA_MAX_VALUE); in exportSpecialAttributes()
1564 m_nIncludeSpecial |= SCA_MAX_VALUE | SCA_MIN_VALUE; in examine()
1711 … m_nIncludeSpecial = SCA_MAX_VALUE | SCA_STEP_SIZE | SCA_MIN_VALUE | SCA_REPEAT_DELAY; in examine()
H A Dformattributes.hxx120 #define SCA_MIN_VALUE 0x00000004 macro
H A Dformattributes.cxx189 case SCA_MIN_VALUE: return "min-value"; in getSpecialAttributeName()
H A Delementimport.cxx787 …onst sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MIN_VALUE); in handleAttribute()

Completed in 41 milliseconds