Home
last modified time | relevance | path

Searched refs:xPostData (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx597 css::uno::Reference< css::io::XInputStream > xPostData; in impl_addInputStream() local
598 rPostData >>= xPostData; in impl_addInputStream()
600 return impl_openStreamWithPostData( xPostData ); in impl_addInputStream()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx136 … const NS_UNO::Reference < NS_IO::XInputStream >& xPostData,
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1662 …const Reference < XInputStream >& xPostData, const Reference < XInteractionHandler >& xInteraction… in CreateLockBytes()
1672 aArgument.Source = xPostData; in CreateLockBytes()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx2191 Reference< XInputStream > xPostData = new SequenceInputStream(aPostData); in lcl_dispatch() local
2194 aArgs.getArray()[1].Value <<= xPostData; in lcl_dispatch()
2320 Reference< XInputStream > xPostData = new SequenceInputStream(aData); in submit_impl() local
2323 aArgs.getArray()[2].Value <<= xPostData; in submit_impl()

Completed in 42 milliseconds