Home
last modified time | relevance | path

Searched refs:aArgs2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx276 Sequence < PropertyValue > aArgs2(1); in executeDispatchRequests() local
277 aArgs2[0].Name = ::rtl::OUString::createFromAscii("SynchronMode"); in executeDispatchRequests()
278 aArgs2[0].Value <<= sal_True; in executeDispatchRequests()
281 xDisp->dispatchWithNotification( aURL, aArgs2, DispatchWatcher::GetDispatchWatcher() ); in executeDispatchRequests()
283 xDispatcher->dispatch( aURL, aArgs2 ); in executeDispatchRequests()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx394 uno::Sequence< uno::Any > aArgs2( 2 ); in run() local
395 aArgs2[0] <<= outFileUrl; in run()
396 aArgs2[1] <<= embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE; in run()
397 …e<embed::XStorage> xStorage(xStorageFactory->createInstanceWithArguments(aArgs2), uno::UNO_QUERY_T… in run()

Completed in 21 milliseconds