Home
last modified time | relevance | path

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

/aoo41x/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()
1272 case LIST_UIENTRIES: return pResData->pUIEntries != NULL; in ListExists()
1442 if ( pResData->pUIEntries ) { in WriteData()
1444 WriteExportList( pResData, pResData->pUIEntries, sList, bCreateNew ); in WriteData()
1446 pResData->pUIEntries = 0; in WriteData()
1622 pList = pResData->pUIEntries; in InsertListEntry()
1624 pResData->pUIEntries = new ExportList(); in InsertListEntry()
1625 pList = pResData->pUIEntries; in InsertListEntry()
1931 pList = pResData->pUIEntries; in PrepareTextToMerge()
2303 …case LIST_UIENTRIES : pResData->sResTyp = "uientries"; pList = pResData->pUIEntries;bPairedList = … in MergeRest()
[all …]
/aoo41x/main/l10ntools/inc/
H A Dexport.hxx155 ExportList *pUIEntries; member in ResData
188 pUIEntries( NULL ), in ResData()
217 pUIEntries( NULL ), in ResData()

Completed in 17 milliseconds