Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/
H A Dexport.cxx821 nList = LIST_FILTER; in Execute()
874 nList = LIST_FILTER; in Execute()
919 nList = LIST_FILTER; in Execute()
1269 case LIST_FILTER: return pResData->pFilterList != NULL; in ListExists()
1597 else if ( nList == LIST_FILTER ) { in InsertListEntry()
1915 case LIST_FILTER : in PrepareTextToMerge()
1934 case LIST_FILTER : { in PrepareTextToMerge()
2302 …case LIST_FILTER : pResData->sResTyp = "filterlist"; pList = pResData->pFilterList; bPairedList = … in MergeRest()
2357 case LIST_FILTER : sHead += "FilterList "; break; in MergeRest()
2471 case LIST_FILTER : pList = pResData->pFilterList; break; in MergeRest()
/AOO41X/main/l10ntools/inc/
H A Dexport.hxx242 #define LIST_FILTER 0x0002 macro