Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/
H A Dexport.cxx831 nList = LIST_UIENTRIES; in Execute()
900 nList = LIST_UIENTRIES; in Execute()
925 nList = LIST_UIENTRIES; in Execute()
1272 case LIST_UIENTRIES: return pResData->pUIEntries != NULL; in ListExists()
1621 else if ( nList == LIST_UIENTRIES ) { in InsertListEntry()
1914 case LIST_UIENTRIES : in PrepareTextToMerge()
1929 case LIST_UIENTRIES : { in PrepareTextToMerge()
2298 for ( sal_uInt16 nT = LIST_STRING; nT <= LIST_UIENTRIES; nT++ ) { in MergeRest()
2303 …case LIST_UIENTRIES : pResData->sResTyp = "uientries"; pList = pResData->pUIEntries;bPairedList = … in MergeRest()
2360 case LIST_UIENTRIES : sHead += "UIEntries "; break; in MergeRest()
[all …]
/AOO41X/main/l10ntools/inc/
H A Dexport.hxx245 #define LIST_UIENTRIES 0x0008 macro