Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/
H A Dexport.cxx883 nList = LIST_PAIRED; in Execute()
921 nList = LIST_PAIRED; // abcd in Execute()
1271 case LIST_PAIRED: return pResData->pPairedList != NULL; in ListExists()
1613 else if ( nList == LIST_PAIRED ) { in InsertListEntry()
1640 if( nList == LIST_PAIRED ){ in InsertListEntry()
1648 if( nList == LIST_PAIRED ){ in InsertListEntry()
1669 if( nList == LIST_PAIRED ){ in InsertListEntry()
1916 case LIST_PAIRED: in PrepareTextToMerge()
1944 case LIST_PAIRED : { in PrepareTextToMerge()
1958 if( nTyp == LIST_PAIRED ){ in PrepareTextToMerge()
[all …]
/AOO41X/main/l10ntools/inc/
H A Dexport.hxx244 #define LIST_PAIRED 0x0005 macro