Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/fsstor/
H A Dfsfactory.cxx145 uno::Sequence< beans::PropertyValue > aPropsToSet; in createInstanceWithArguments() local
151 aPropsToSet.realloc(1); in createInstanceWithArguments()
152 aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createInstanceWithArguments()
153 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
159 aPropsToSet.realloc( ++nNumArgs ); in createInstanceWithArguments()
160 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
161 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
197 aPropsToSet, in createInstanceWithArguments()
/aoo4110/main/package/source/xstor/
H A Dxfactory.cxx183 uno::Sequence< beans::PropertyValue > aPropsToSet; in createInstanceWithArguments() local
193 aPropsToSet.realloc(1); in createInstanceWithArguments()
194 aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createInstanceWithArguments()
195 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
206 aPropsToSet.realloc( ++nNumArgs ); in createInstanceWithArguments()
207 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
208 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
267 …static_cast< OWeakObject* >( new OStorage( xInputStream, nStorageMode, aPropsToSet, m_xFactory, nS… in createInstanceWithArguments()
287 …static_cast< OWeakObject* >( new OStorage( xStream, nStorageMode, aPropsToSet, m_xFactory, nStorag… in createInstanceWithArguments()

Completed in 14 milliseconds