Searched refs:aPostArgument (Results 1 – 2 of 2) sorted by relevance
66 PostCommandArgument2 aPostArgument; in submit() local67 aPostArgument.Source = apSerialization->getInputStream(); in submit()72 aPostArgument.Sink = aSink; in submit()73 aPostArgument.MediaType = OUString::createFromAscii("application/xml"); in submit()74 aPostArgument.Referer = OUString(); in submit()76 aCommandArgument <<= aPostArgument; in submit()
675 css::ucb::PostCommandArgument2 aPostArgument; in impl_openStreamWithPostData() local676 aPostArgument.Source = _rxPostData; in impl_openStreamWithPostData()678 aPostArgument.Sink = xSink; in impl_openStreamWithPostData()679 aPostArgument.MediaType = sMediaType; in impl_openStreamWithPostData()680 aPostArgument.Referer = getUnpackedValueOrDefault( PROP_REFERRER(), ::rtl::OUString() ); in impl_openStreamWithPostData()683 aContent.executeCommand( sCommandName, css::uno::makeAny( aPostArgument ) ); in impl_openStreamWithPostData()
Completed in 20 milliseconds