Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx296 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()
318 xIfcTunnel.is() && in select()
363 if(xTbl.is() && xIfcTunnel.is()) in select()
366 xIfcTunnel->getSomething(SwXTextTable::getUnoTunnelId())); in select()
412 if(xBkm.is() && xIfcTunnel.is()) in select()
415 SwXBookmark::GetBookmarkInDoc(pDoc, xIfcTunnel) ); in select()
[all …]

Completed in 25 milliseconds