Home
last modified time | relevance | path

Searched refs:pUIEntries (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/l10ntools/source/
H A Dexport2.cxx74 if ( pUIEntries ) { in ~ResData()
76 for ( sal_uLong i = 0; i < pUIEntries->Count(); i++ ) { in ~ResData()
77 ExportListEntry* test = pUIEntries->GetObject( i ); in ~ResData()
80 delete pUIEntries; in ~ResData()
543 if ( pResData->pUIEntries ) in FillInFallbacks()
545 pResData->pUIEntries, sCur, nFallbackIndex ); in FillInFallbacks()
H A Dexport.cxx346 if( pUIEntries ) Export::DumpExportList( b , *pUIEntries ); in Dump()
1262 case LIST_UIENTRIES: return pResData->pUIEntries != NULL; in ListExists()
1432 if ( pResData->pUIEntries ) { in WriteData()
1434 WriteExportList( pResData, pResData->pUIEntries, sList, bCreateNew ); in WriteData()
1436 pResData->pUIEntries = 0; in WriteData()
1612 pList = pResData->pUIEntries; in InsertListEntry()
1614 pResData->pUIEntries = new ExportList(); in InsertListEntry()
1615 pList = pResData->pUIEntries; in InsertListEntry()
1921 pList = pResData->pUIEntries; in PrepareTextToMerge()
2293 …case LIST_UIENTRIES : pResData->sResTyp = "uientries"; pList = pResData->pUIEntries;bPairedList = … in MergeRest()
[all …]
/aoo42x/main/l10ntools/inc/
H A Dexport.hxx155 ExportList *pUIEntries; member in ResData
188 pUIEntries( NULL ), in ResData()
217 pUIEntries( NULL ), in ResData()

Completed in 30 milliseconds