Home
last modified time | relevance | path

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

/AOO41X/main/sw/qa/complex/writer/ !
H A DTextPortionEnumerationTest.java3485 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3489 xText.insertTextContent(xStart, xContent1, false); in doMetaXTextAttach()
3492 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3511 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3518 xText.insertTextContent(xTextCursor, xContent1, false); in doMetaXTextAttach()
3522 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3542 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3550 xText.insertTextContent(xTextCursor, xContent1, true); in doMetaXTextAttach()
3555 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3574 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
[all …]
/AOO41X/main/connectivity/source/drivers/file/ !
H A DFDatabaseMetaData.cxx145 Reference< XContent > xContent1 = aContent1.get(); in isCaseSensitiveParentFolder() local
147 …OSL_ENSURE( xContent1.is() && xContent2.is(), "isCaseSensitiveParentFolder: invalid content interf… in isCaseSensitiveParentFolder()
148 if ( xContent1.is() && xContent2.is() ) in isCaseSensitiveParentFolder()
150 Reference< XContentIdentifier > xID1 = xContent1->getIdentifier(); in isCaseSensitiveParentFolder()