Lines Matching refs:ppBase
293 SwTOXBase** ppBase, in UpdateOrInsertTOX() argument
298 const SwTOXBase* pCurTOX = ppBase && *ppBase ? *ppBase : GetCurTOX(); in UpdateOrInsertTOX()
307 if(pCurTOX && !ppBase && pSh->HasSelection()) in UpdateOrInsertTOX()
314 if(!pCurTOX || (ppBase && !(*ppBase))) in UpdateOrInsertTOX()
328 if(!pCurTOX || (ppBase && !(*ppBase))) in UpdateOrInsertTOX()
340 if(!pCurTOX || (ppBase && !(*ppBase))) in UpdateOrInsertTOX()
392 if(!pCurTOX || (ppBase && !(*ppBase))) in UpdateOrInsertTOX()
402 if((!ppBase || !(*ppBase)) && pSh->HasSelection()) in UpdateOrInsertTOX()
433 if(!pCurTOX || (ppBase && !(*ppBase)) ) in UpdateOrInsertTOX()
437 if(ppBase) in UpdateOrInsertTOX()
438 (*ppBase) = pNewTOX; in UpdateOrInsertTOX()