Home
last modified time | relevance | path

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

/AOO41X/main/sot/source/base/
H A Dexchange.cxx249 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatName()
262 return i + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatName()
274 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatName()
286 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatMimeType()
297 return i + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatMimeType()
309 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatMimeType()
325 nRet = rL.Count() + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormat()
342 if( SOT_FORMATSTR_ID_USER_END >= nFormat ) in GetFormatDataFlavor()
355 nFormat -= SOT_FORMATSTR_ID_USER_END + 1; in GetFormatDataFlavor()
383 if( SOT_FORMATSTR_ID_USER_END >= nFormat ) in GetFormatMimeType()
[all …]
/AOO41X/main/sot/inc/sot/
H A Dformats.hxx185 #define SOT_FORMATSTR_ID_USER_END SOT_FORMATSTR_ID_PNG macro