Home
last modified time | relevance | path

Searched refs:pAktEntry (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/ui/inc/
H A Dregionsw.hxx110 SvLBoxEntry* pAktEntry; member in SwEditRegionDlg
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx397 pAktEntry( 0 ), in SwEditRegionDlg()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx578 ImpItemListRow* pAktEntry=ImpGetEntry(nEntryNum); in ImpSetEntry() local
579 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()

Completed in 44 milliseconds