Searched refs:pCurTOX (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/ui/index/ |
H A D | toxmgr.cxx | 298 const SwTOXBase* pCurTOX = ppBase && *ppBase ? *ppBase : GetCurTOX(); in UpdateOrInsertTOX() local 299 SwTOXBase* pTOX = (SwTOXBase*)pCurTOX; 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() 359 const_cast<SwTOXBase*>( pCurTOX )->SetCreate(rDesc.GetContentOptions()); in UpdateOrInsertTOX() 392 if(!pCurTOX || (ppBase && !(*ppBase))) in UpdateOrInsertTOX() 404 pNewTOX = (SwTOXBase*)pCurTOX; in UpdateOrInsertTOX() 433 if(!pCurTOX || (ppBase && !(*ppBase)) ) in UpdateOrInsertTOX()
|
H A D | cnttab.cxx | 278 SwTOXBase* pCurTOX, in SwMultiTOXTabDialog() argument 287 pParamTOXBase(pCurTOX), in SwMultiTOXTabDialog() 310 if(pCurTOX) in SwMultiTOXTabDialog() 319 if(pCurTOX) in SwMultiTOXTabDialog() 321 eCurrentTOXType.eType = pCurTOX->GetType(); in SwMultiTOXTabDialog() 329 if(pCurTOX->GetTOXType() == pTemp) in SwMultiTOXTabDialog() 367 if(!pCurTOX) in SwMultiTOXTabDialog() 523 const SwTOXBase*pCurTOX) in CreateTOXDescFromTOXBase() argument 529 pDesc->SetTitle(pCurTOX->GetTitle()); in CreateTOXDescFromTOXBase() 542 pDesc->SetReadonly(pCurTOX->IsProtected()); in CreateTOXDescFromTOXBase() [all …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textidx.cxx | 138 const SwTOXBase* pCurTOX = 0; in ExecIdx() local 142 pCurTOX = (const SwTOXBase* )((SwPtrItem*)pItem)->GetValue(); in ExecIdx() 146 pCurTOX = rSh.GetCurTOX(); in ExecIdx() 147 if(pCurTOX) in ExecIdx() 149 const SfxItemSet* pSet = pCurTOX->GetAttrSet(); in ExecIdx() 156 pMDI, aSet, rSh, (SwTOXBase* )pCurTOX, in ExecIdx()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swuicnttab.hxx | 102 SwTOXDescription* CreateTOXDescFromTOXBase(const SwTOXBase*pCurTOX); 110 SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX,
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 1536 SwTOXBase* pCurTOX, sal_uInt16 nToxType, in CreateMultiTOXTabDialog() argument 1543 pDlg = new SwMultiTOXTabDialog( pParent, rSet, rShell, pCurTOX, nToxType, bGlobal ); in CreateMultiTOXTabDialog()
|
H A D | swdlgfact.hxx | 545 SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX,
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 470 SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX,
|
Completed in 302 milliseconds