Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/uno/
H A Dunotxdoc.cxx889 Reference<XUnoTunnel> xCursorTunnel( xLastResult, UNO_QUERY); in FindAny() local
891 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()
/aoo4110/main/sw/source/core/unocore/
H A Dunotext.cxx2382 uno::Reference< lang::XUnoTunnel > const xCursorTunnel(xCursor, in copyText() local
2386 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCursorTunnel); in copyText()

Completed in 49 milliseconds