Searched refs:SW_PROPNAME_BEGIN (Results 1 – 2 of 2) sorted by relevance
33 /* 0001 */ SW_PROPNAME_BEGIN = 1, enumerator35 /* 0001 */ UNO_NAME_FOLLOW_STYLE = SW_PROPNAME_BEGIN,802 typedef const SwPropNameLen SwPropNameTab[ SW_PROPNAME_END - SW_PROPNAME_BEGIN ];
790 DBG_ASSERT( SW_PROPNAME_BEGIN <= nId && nId < SW_PROPNAME_END, in GetPropName()792 return aPropNameTab[ nId - SW_PROPNAME_BEGIN]; in GetPropName()
Completed in 126 milliseconds