Home
last modified time | relevance | path

Searched refs:aTunnel (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx524 Reference< XUnoTunnel > aTunnel(aInstance, UNO_QUERY_THROW); in xforms_instanceFuction() local
525 …xmlNodePtr pNode = reinterpret_cast< xmlNodePtr >( aTunnel->getSomething(Sequence< sal_Int8 >()) ); in xforms_instanceFuction()
551 Reference< XUnoTunnel > aTunnel(aNode, UNO_QUERY_THROW); in xforms_currentFunction() local
552 …xmlNodePtr pNode = reinterpret_cast< xmlNodePtr >( aTunnel->getSomething(Sequence< sal_Int8 >()) ); in xforms_currentFunction()

Completed in 12 milliseconds