Searched refs:xDocumentIndex (Results 1 – 3 of 3) sorted by relevance
222 if(!pxIndexSectionsArr[nTOXIndex]->xDocumentIndex.is()) 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()256 …uno::Reference< beans::XPropertySet > xIdxProps(pxIndexSectionsArr[nTOXIndex]->xDocumentIndex, un… in CreateOrUpdateExample()497 pxIndexSectionsArr[nTOXIndex]->xDocumentIndex->update(); in CreateOrUpdateExample()
212 Reference<XDocumentIndex> xDocumentIndex; in GetIndex() local213 aAny >>= xDocumentIndex; in GetIndex()216 if (xDocumentIndex.is()) in GetIndex()219 Reference<XPropertySet> xIndexPropSet(xDocumentIndex, UNO_QUERY); in GetIndex()227 rIndex = xDocumentIndex; in GetIndex()
68 com::sun::star::uno::Reference< com::sun::star::text::XDocumentIndex > xDocumentIndex; member
Completed in 43 milliseconds