Lines Matching refs:xIfcTunnel
292 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()
366 xIfcTunnel->getSomething(SwXTextTable::getUnoTunnelId())); in select()
397 SwXCellRange* pRange = xIfcTunnel.is() ? reinterpret_cast<SwXCellRange*>( in select()
398 xIfcTunnel->getSomething(SwXCellRange::getUnoTunnelId())) : 0; in select()
412 if(xBkm.is() && xIfcTunnel.is()) in select()
415 SwXBookmark::GetBookmarkInDoc(pDoc, xIfcTunnel) ); in select()
450 if(xIfcTunnel.is()) in select()
451 … pSwXShape = reinterpret_cast<SwXShape*>(xIfcTunnel->getSomething(SwXShape::getUnoTunnelId())); in select()
458 … pSvxShape = reinterpret_cast<SvxShape*>(xIfcTunnel->getSomething(SvxShape::getUnoTunnelId())); in select()