Lines Matching refs:xISP
110 Reference< XInputStreamProvider > xISP; in createEmptyLibraryElement() local
112 aRetAny <<= xISP; in createEmptyLibraryElement()
193 Reference< XInputStreamProvider > xISP; in writeLibraryElement() local
194 aElement >>= xISP; in writeLibraryElement()
195 if( !xISP.is() ) in writeLibraryElement()
198 Reference< XInputStream > xInput( xISP->createInputStream() ); in writeLibraryElement()
335 Reference< XInputStreamProvider > xISP = ::xmlscript::exportDialogModel( xDialogModel, xContext ); in importLibraryElement() local
336 aRetAny <<= xISP; in importLibraryElement()
642 Reference< XInputStreamProvider > xISP; in containsValidDialog() local
643 aElement >>= xISP; in containsValidDialog()
644 return xISP.is(); in containsValidDialog()