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()
1892 uno::Sequence< uno::Any > aStorageCreationArgs(2); in load() local1893 aStorageCreationArgs[0] = aStorageSource; in load()1894 aStorageCreationArgs[1] <<= nOpenModes[i]; in load()1898 …ocumentStorage.set( xStorageFactory->createInstanceWithArguments( aStorageCreationArgs ), uno::UNO… in load()
Completed in 43 milliseconds