Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/index/
H A Dcntex.cxx222 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()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx212 Reference<XDocumentIndex> xDocumentIndex; in GetIndex() local
213 aAny >>= xDocumentIndex; in GetIndex()
216 if (xDocumentIndex.is()) in GetIndex()
219 Reference<XPropertySet> xIndexPropSet(xDocumentIndex, UNO_QUERY); in GetIndex()
227 rIndex = xDocumentIndex; in GetIndex()
/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx68 com::sun::star::uno::Reference< com::sun::star::text::XDocumentIndex > xDocumentIndex; member

Completed in 33 milliseconds