Home
last modified time | relevance | path

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

/aoo4110/main/sw/inc/
H A Dunoprnms.hxx33 /* 0001 */ SW_PROPNAME_BEGIN = 1, enumerator
35 /* 0001 */ UNO_NAME_FOLLOW_STYLE = SW_PROPNAME_BEGIN,
802 typedef const SwPropNameLen SwPropNameTab[ SW_PROPNAME_END - SW_PROPNAME_BEGIN ];
/aoo4110/main/sw/source/core/unocore/
H A Dunoprnms.cxx790 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