Searched refs:UnoTunnelImpl (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/inc/ |
H A D | unobaseclass.hxx | 147 UnoTunnelImpl(const ::com::sun::star::uno::Sequence< sal_Int8 > & rId, in UnoTunnelImpl() function
|
/trunk/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 180 return ::sw::UnoTunnelImpl<SwXReferenceMark>(rId, this); in getSomething() 959 return ::sw::UnoTunnelImpl<SwXMeta>(i_rId, this); in getSomething()
|
H A D | unoflatpara.cxx | 290 return sw::UnoTunnelImpl(rId, this); in getSomething()
|
H A D | unoftn.cxx | 204 const sal_Int64 nRet( ::sw::UnoTunnelImpl<SwXFootnote>(rId, this) ); in getSomething()
|
H A D | unoobj2.cxx | 919 return ::sw::UnoTunnelImpl<SwXTextRange>(rId, this); in getSomething() 1645 return ::sw::UnoTunnelImpl<SwXTextRanges>(rId, this); in getSomething()
|
H A D | unobkm.cxx | 200 return ::sw::UnoTunnelImpl<SwXBookmark>(rId, this); in getSomething()
|
H A D | unoidx.cxx | 480 return ::sw::UnoTunnelImpl<SwXDocumentIndex>(rId, this); in getSomething() 1769 return ::sw::UnoTunnelImpl<SwXDocumentIndexMark>(rId, this); in getSomething()
|
H A D | unoparagraph.cxx | 317 return ::sw::UnoTunnelImpl<SwXParagraph>(rId, this); in getSomething()
|
H A D | unosect.cxx | 251 return ::sw::UnoTunnelImpl<SwXTextSection>(rId, this); in getSomething()
|
H A D | unotext.cxx | 1325 return ::sw::UnoTunnelImpl<SwXText>(rId, this); in getSomething()
|
H A D | unoobj.cxx | 1087 const sal_Int64 nRet( ::sw::UnoTunnelImpl<SwXTextCursor>(rId, this) ); in getSomething()
|
Completed in 244 milliseconds