Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/
H A Dtagtest.cxx1057 if ( !HAS_FLAG( nPfCaseOptions, TAG_NOGROUP( aTag.nId ) ) ) in PfCaseBegin()
1059 SET_FLAG( nPfCaseOptions, TAG_NOGROUP( aTag.nId ) ); in PfCaseBegin()
1125 if ( !HAS_FLAG( nAppCaseOptions, TAG_NOGROUP( aTag.nId ) ) ) in AppCaseBegin()
1127 SET_FLAG( nAppCaseOptions, TAG_NOGROUP( aTag.nId ) ); in AppCaseBegin()
1239 if ( !HAS_FLAG( nActiveRefTypes, TAG_NOGROUP( aTag.nId ) ) ) in TagRef()
1242 SET_FLAG( nActiveRefTypes, TAG_NOGROUP( aThisToken ) ); in TagRef()
1261 if ( !HAS_FLAG( nActiveRefTypes, TAG_NOGROUP( aTag.nId ) ) ) in TagRef()
1264 SET_FLAG( nActiveRefTypes, TAG_NOGROUP( aThisToken ) ); in TagRef()
1268 RESET_FLAG( nActiveRefTypes, TAG_NOGROUP( aThisToken ) ); in TagRef()
1293 SET_FLAG( nActiveRefTypes, TAG_NOGROUP( aThisToken ) ); in TagRef()
[all …]
/aoo4110/main/l10ntools/inc/
H A Dtagtest.hxx135 #define TAG_NOGROUP( nTag ) ( nTag & ~TAG_GROUPMASK ) // ~ = Bitweises NOT macro

Completed in 42 milliseconds