Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Rajath Shashidhara
Hello Ariel, in you code: copyStream() is to be implemented by me or is it there in any library? On Thu, Jun 20, 2013 at 9:25 AM, Rajath Shashidhara rajaths.raja...@gmail.com wrote: Thanks ariel. I have finished major part of this code. I only had doubt in that queryInterface part. On

OpenCommandArgument2 Data Sink

2013-06-19 Thread Rajath Shashidhara
Hello, I'm working on the XActiveDataSink. I'm slightly confused about how to handle OpenCommandArgument2.Sink . The object is the one which is filled with the XActiveDataSink object for which I have to set the InputStream by calling setInputStream() and pass the XInputStream implementation. This

Re: OpenCommandArgument2 Data Sink

2013-06-19 Thread Rajath Shashidhara
Hello, with reference to my previous mail. From webdav ucp, this is the statement I'm not understanding: uno::Reference io::XActiveDataSink xSink( rArg.Sink, uno::UNO_QUERY ); Where is this constructor coming from? On Wed, Jun 19, 2013 at 9:55 PM, Rajath Shashidhara rajaths.raja...@gmail.com