Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dunoprnms.hxx34 /* 0001 */ SW_PROPNAME_BEGIN = 1, enumerator
36 /* 0001 */ UNO_NAME_FOLLOW_STYLE = SW_PROPNAME_BEGIN,
885 typedef const SwPropNameLen SwPropNameTab[ SW_PROPNAME_END - SW_PROPNAME_BEGIN ];
/trunk/main/sw/source/core/unocore/
H A Dunoprnms.cxx873 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