Searched refs:MN_ST_INSERT_START (Results 1 – 3 of 3) sorted by relevance
67 const sal_uInt16 MN_ST_INSERT_START = 500; variable77 sal_uInt16 nSubMenuId = MN_ST_INSERT_START; in FillMenu()178 if ( nMyId < MN_ST_INSERT_START) return 0; in IMPL_LINK_INLINE_START()179 nMyId -= MN_ST_INSERT_START; in IMPL_LINK_INLINE_START()
64 sal_uInt16 nSubMenuId = MN_ST_INSERT_START; in SwSmartTagPopup()157 if ( nId < MN_ST_INSERT_START) return nId; in Execute()158 nId -= MN_ST_INSERT_START; in Execute()
34 #define MN_ST_INSERT_START 500
Completed in 22 milliseconds