Searched refs:pAktEntry (Results 1 – 3 of 3) sorted by relevance
578 ImpItemListRow* pAktEntry=ImpGetEntry(nEntryNum); in ImpSetEntry() local579 if (pAktEntry==NULL) { in ImpSetEntry()582 } else if (*pAktEntry!=rEntry) { in ImpSetEntry()583 FASTBOOL bStateDiff=rEntry.eState!=pAktEntry->eState; in ImpSetEntry()584 FASTBOOL bValueDiff=!rEntry.aValue.Equals(pAktEntry->aValue); in ImpSetEntry()589 aTest.eState=pAktEntry->eState; in ImpSetEntry()590 aTest.aValue=pAktEntry->aValue; in ImpSetEntry()591 if (aTest==*pAktEntry) bAllDiff=sal_False; in ImpSetEntry()593 *pAktEntry=rEntry; in ImpSetEntry()
110 SvLBoxEntry* pAktEntry; member in SwEditRegionDlg
397 pAktEntry( 0 ), in SwEditRegionDlg()
Completed in 69 milliseconds