Searched refs:aStorageCreationArgs (Results 1 – 2 of 2) sorted by relevance
894 Sequence< Any > aStorageCreationArgs(2); in getOrCreateRootStorage() local895 aStorageCreationArgs[0] = aSource; in getOrCreateRootStorage()896 aStorageCreationArgs[1] <<= ElementModes::READWRITE; in getOrCreateRootStorage()901 …xDocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), UNO_QU… in getOrCreateRootStorage()906 aStorageCreationArgs[1] <<= ElementModes::READ; in getOrCreateRootStorage()909 …xDocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), UNO_QU… in getOrCreateRootStorage()
1893 uno::Sequence< uno::Any > aStorageCreationArgs(2); in load() local1894 aStorageCreationArgs[0] = aStorageSource; in load()1895 aStorageCreationArgs[1] <<= nOpenModes[i]; in load()1899 …ocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), uno::UNO… in load()
Completed in 39 milliseconds