Lines Matching refs:nTOXIndex
199 TOXTypes nTOXIndex, sal_uInt16 nPage, sal_uInt16 nCurrentLevel) in CreateOrUpdateExample() argument
217 DBG_ASSERT(pxIndexSectionsArr[nTOXIndex] && in CreateOrUpdateExample()
218 pxIndexSectionsArr[nTOXIndex]->xContainerSection.is(), in CreateOrUpdateExample()
222 if(!pxIndexSectionsArr[nTOXIndex]->xDocumentIndex.is()) in CreateOrUpdateExample()
225 if(!pxIndexSectionsArr[nTOXIndex]->xContainerSection.is()) in CreateOrUpdateExample()
227 …uno::Reference< text::XTextRange > xAnchor = pxIndexSectionsArr[nTOXIndex]->xContainerSection->ge… in CreateOrUpdateExample()
235 nTOXIndex <= TOX_AUTHORITIES ? nTOXIndex : TOX_USER] ); in CreateOrUpdateExample()
236 …pxIndexSectionsArr[nTOXIndex]->xDocumentIndex = uno::Reference< text::XDocumentIndex > (xFact->cre… in CreateOrUpdateExample()
238 …uno::Reference< text::XTextContent > xContent(pxIndexSectionsArr[nTOXIndex]->xDocumentIndex, uno:… in CreateOrUpdateExample()
250 sal_Bool bTemp = i == nTOXIndex; in CreateOrUpdateExample()
256 …uno::Reference< beans::XPropertySet > xIdxProps(pxIndexSectionsArr[nTOXIndex]->xDocumentIndex, un… in CreateOrUpdateExample()
497 pxIndexSectionsArr[nTOXIndex]->xDocumentIndex->update(); in CreateOrUpdateExample()