Searched refs:TAG_NOGROUP (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/l10ntools/source/ |
| H A D | tagtest.cxx | 1057 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() 1287 if ( !HAS_FLAG( nActiveRefTypes, TAG_NOGROUP( aTag.nId ) ) ) in TagRef() [all …]
|
| /AOO41X/main/l10ntools/inc/ |
| H A D | tagtest.hxx | 135 #define TAG_NOGROUP( nTag ) ( nTag & ~TAG_GROUPMASK ) // ~ = Bitweises NOT macro
|