Searched refs:ppBase (Results 1 – 3 of 3) sorted by relevance
293 SwTOXBase** ppBase, in UpdateOrInsertTOX() argument298 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()[all …]
71 static void * CreateInstance( SvPersistBase ** ppBase ); \82 void * Class::CreateInstance( SvPersistBase ** ppBase )\85 *ppBase = p; \
301 …sal_Bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = 0, const SfxItemSe…
Completed in 31 milliseconds