Searched refs:SW_PROPNAME_BEGIN (Results 1 – 2 of 2) sorted by relevance
34 /* 0001 */ SW_PROPNAME_BEGIN = 1, enumerator36 /* 0001 */ UNO_NAME_FOLLOW_STYLE = SW_PROPNAME_BEGIN,885 typedef const SwPropNameLen SwPropNameTab[ SW_PROPNAME_END - SW_PROPNAME_BEGIN ];
873 DBG_ASSERT( SW_PROPNAME_BEGIN <= nId && nId < SW_PROPNAME_END, in GetPropName()875 return aPropNameTab[ nId - SW_PROPNAME_BEGIN]; in GetPropName()
Completed in 24 milliseconds