Home
last modified time | relevance | path

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

/AOO42X/main/l10ntools/source/
H A Dexport.cxx821 nList = LIST_FILTER; in Execute()
874 nList = LIST_FILTER; in Execute()
919 nList = LIST_FILTER; in Execute()
1259 case LIST_FILTER: return pResData->pFilterList != NULL; in ListExists()
1587 else if ( nList == LIST_FILTER ) { in InsertListEntry()
1905 case LIST_FILTER : in PrepareTextToMerge()
1924 case LIST_FILTER : { in PrepareTextToMerge()
2292 …case LIST_FILTER : pResData->sResTyp = "filterlist"; pList = pResData->pFilterList; bPairedList = … in MergeRest()
2347 case LIST_FILTER : sHead += "FilterList "; break; in MergeRest()
2461 case LIST_FILTER : pList = pResData->pFilterList; break; in MergeRest()
/AOO42X/main/l10ntools/inc/
H A Dexport.hxx242 #define LIST_FILTER 0x0002 macro