Home
last modified time | relevance | path

Searched refs:pNewTOX (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sw/source/ui/index/
H A Dtoxmgr.cxx301 SwTOXBase * pNewTOX = NULL; in UpdateOrInsertTOX() local
304 pNewTOX = new SwTOXBase(*pTOX); in UpdateOrInsertTOX()
318pNewTOX = new SwTOXBase(pType, aForm, nsSwTOXElement::TOX_MARK, pType->GetTypeName()); in UpdateOrInsertTOX()
320 pNewTOX->SetOptions(rDesc.GetIndexOptions()); in UpdateOrInsertTOX()
321 pNewTOX->SetMainEntryCharStyle(rDesc.GetMainEntryCharStyle()); in UpdateOrInsertTOX()
332pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
334 pNewTOX->SetCreate(rDesc.GetContentOptions()); in UpdateOrInsertTOX()
335 pNewTOX->SetLevel(rDesc.GetLevel()); in UpdateOrInsertTOX()
354pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
361 pNewTOX->SetLevelFromChapter(rDesc.IsLevelFromChapter()); in UpdateOrInsertTOX()
[all …]