Searched refs:xContentId (Results 1 – 2 of 2) sorted by relevance
143 XContentIdentifier[] xContentId = new XContentIdentifier[countDocs+5]; in checkTDOCRoot() local147 … xContentId[i] = xContentIdentifierFactory.createContentIdentifier("vnd.sun.star.tdoc:/" + i); in checkTDOCRoot()149 xCont[i] = xContentProvider.queryContent(xContentId[i]); in checkTDOCRoot()150 … int returnVal = xContentProvider.compareContentIds(xContentId[i], xContentIdentifier); in checkTDOCRoot()158 …xContentId[i] = xContentIdentifierFactory.createContentIdentifier("vnd.sun.star.tdoc:/" + i + "/co… in checkTDOCRoot()160 xCont[i] = xContentProvider.queryContent(xContentId[i]); in checkTDOCRoot()
607 uno::Reference< ucb::XContentIdentifier > xContentId in queryContentIdentifierString() local610 if( xContentId.is() ) in queryContentIdentifierString()611 return xContentId->getContentIdentifier(); in queryContentIdentifierString()
Completed in 19 milliseconds