Searched refs:pUIEntries (Results 1 – 3 of 3) sorted by relevance
74 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()
346 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 …]
155 ExportList *pUIEntries; member in ResData188 pUIEntries( NULL ), in ResData()217 pUIEntries( NULL ), in ResData()
Completed in 36 milliseconds