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()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 …]
155 ExportList *pUIEntries; member in ResData188 pUIEntries( NULL ), in ResData()217 pUIEntries( NULL ), in ResData()
Completed in 17 milliseconds