Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx292 uno::Reference< lang::XUnoTunnel > xIfcTunnel(xInterface, uno::UNO_QUERY); in select() local
296 SwXFrame* pFrame = xIfcTunnel.is() ? reinterpret_cast<SwXFrame*>( in select()
297 xIfcTunnel->getSomething(SwXFrame::getUnoTunnelId())) : 0; in select()
299 SwXCell* pCell = xIfcTunnel.is() ? reinterpret_cast<SwXCell*>( in select()
300 xIfcTunnel->getSomething(SwXCell::getUnoTunnelId())) : 0; in select()
308 xIfcTunnel.is() ? in select()
309 …reinterpret_cast<OTextCursorHelper*>(xIfcTunnel->getSomething(OTextCursorHelper::getUnoTunnelId())) in select()
318 xIfcTunnel.is() && in select()
319 …0 != (pPosN = reinterpret_cast<SwXTextRanges*>(xIfcTunnel->getSomething(SwXTextRanges::getUnoTunne… in select()
363 if(xTbl.is() && xIfcTunnel.is()) in select()
[all …]