Searched refs:xCursorTunnel (Results 1 – 2 of 2) sorted by relevance
889 Reference<XUnoTunnel> xCursorTunnel( xLastResult, UNO_QUERY); in FindAny() local891 if(xCursorTunnel.is()) in FindAny()893 pPosCrsr = reinterpret_cast<OTextCursorHelper*>(xCursorTunnel->getSomething( in FindAny()905 if(xCursorTunnel.is()) in FindAny()907 pRange = reinterpret_cast<SwXTextRange*>(xCursorTunnel->getSomething( in FindAny()
2382 uno::Reference< lang::XUnoTunnel > const xCursorTunnel(xCursor, in copyText() local2386 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCursorTunnel); in copyText()
Completed in 34 milliseconds