Searched refs:xInStr (Results 1 – 3 of 3) sorted by relevance
91 XInterface xInStr = null ; in _createAdapter() local96 xInStr = (XInterface) UnoRuntime.queryInterface in _createAdapter()100 if (xInStr != null) in _createAdapter()
91 XInterface xInStr = null ; in _createAdapter() local98 xInStr = (XInterface) UnoRuntime.queryInterface in _createAdapter()102 if (xInStr != null) in _createAdapter()
383 uno::Reference< io::XInputStream > xInStr = m_xStream->getInputStream(); in ~OStorage_Impl() local384 if ( xInStr.is() ) in ~OStorage_Impl()385 xInStr->closeInput(); in ~OStorage_Impl()
Completed in 59 milliseconds