Home
last modified time | relevance | path

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

/AOO42X/main/l10ntools/source/ !
H A Dexport.cxx831 nList = LIST_UIENTRIES; in Execute()
900 nList = LIST_UIENTRIES; in Execute()
925 nList = LIST_UIENTRIES; in Execute()
1262 case LIST_UIENTRIES: return pResData->pUIEntries != NULL; in ListExists()
1611 else if ( nList == LIST_UIENTRIES ) { in InsertListEntry()
1904 case LIST_UIENTRIES : in PrepareTextToMerge()
1919 case LIST_UIENTRIES : { in PrepareTextToMerge()
2288 for ( sal_uInt16 nT = LIST_STRING; nT <= LIST_UIENTRIES; nT++ ) { in MergeRest()
2293 …case LIST_UIENTRIES : pResData->sResTyp = "uientries"; pList = pResData->pUIEntries;bPairedList = … in MergeRest()
2350 case LIST_UIENTRIES : sHead += "UIEntries "; break; in MergeRest()
[all …]
/AOO42X/main/l10ntools/inc/ !
H A Dexport.hxx245 #define LIST_UIENTRIES 0x0008 macro