Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx103 Reference<XUnoTunnel> xStyleTunnel( rStyle, UNO_QUERY); in exportStyleContent() local
104 if( xStyleTunnel.is() ) in exportStyleContent()
107 sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId() ))); in exportStyleContent()
H A Dxmlfmt.cxx402 uno::Reference<lang::XUnoTunnel> xStyleTunnel( xStyle, uno::UNO_QUERY); in Finish() local
403 if( xStyleTunnel.is() ) in Finish()
406 sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId() ))); in Finish()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx907 uno::Reference<lang::XUnoTunnel> xStyleTunnel( *pxRef, uno::UNO_QUERY); in insertByName() local
910 if(xStyleTunnel.is()) in insertByName()
913 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in insertByName()

Completed in 95 milliseconds