Searched refs:pExcept (Results 1 – 4 of 4) sorted by relevance
76 void UpdateUIDisplay(CXFA_FFWidget* pExcept = nullptr);
701 void CXFA_WidgetAcc::UpdateUIDisplay(CXFA_FFWidget* pExcept) { in UpdateUIDisplay() argument704 if (pWidget == pExcept || !pWidget->IsLoaded() || in UpdateUIDisplay()
59661 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){59664 assert( pExcept==0 || pExcept->pBt==pBt );59666 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;59668 if( p ) return saveCursorsOnList(p, iRoot, pExcept);59669 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;59681 BtCursor *pExcept /* Do not save this cursor */59684 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){