Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx57 const sal_uInt16 MAX_PROP_TYPES = 4; variable
71 static XMLPropType aPropTypes[XML_FAMILY_TYPE_END][MAX_PROP_TYPES] =
234 m_aPropContexts[MAX_PROP_TYPES];
236 typedef XMLPropType XMLPropTypes[MAX_PROP_TYPES];
285 sal_uInt16 nIndex = MAX_PROP_TYPES; in GetPropContext()
286 for( sal_uInt16 i=0; i< MAX_PROP_TYPES; i++ ) in GetPropContext()
294 if( MAX_PROP_TYPES == nIndex ) in GetPropContext()
323 while( i < MAX_PROP_TYPES && XML_PROP_TYPE_END!=m_aPropTypes[i]) in GetPropContextAndAction()
352 (i<MAX_PROP_TYPES && XML_PROP_TYPE_END!=m_aPropTypes[i]) ) ) in GetPropContextAndAction()
395 for( sal_uInt16 i=0; i < MAX_PROP_TYPES; ++i ) in XMLPropertiesOOoTContext_Impl()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx72 const sal_uInt16 MAX_PROP_TYPES = variable
76 static XMLPropTokens_Impl aPropTokens[MAX_PROP_TYPES] =
853 for( sal_uInt16 i=0; i<MAX_PROP_TYPES; ++i ) in exportXML()

Completed in 33 milliseconds