Home
last modified time | relevance | path

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

/trunk/main/svl/source/fsstor/
H A Dfsfactory.cxx141 uno::Sequence< beans::PropertyValue > aPropsToSet; in createInstanceWithArguments() local
147 aPropsToSet.realloc(1); in createInstanceWithArguments()
148 aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createInstanceWithArguments()
149 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
155 aPropsToSet.realloc( ++nNumArgs ); in createInstanceWithArguments()
156 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
157 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
193 aPropsToSet, in createInstanceWithArguments()
/trunk/main/package/source/xstor/
H A Dxfactory.cxx179 uno::Sequence< beans::PropertyValue > aPropsToSet; in createInstanceWithArguments() local
189 aPropsToSet.realloc(1); in createInstanceWithArguments()
190 aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createInstanceWithArguments()
191 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
202 aPropsToSet.realloc( ++nNumArgs ); in createInstanceWithArguments()
203 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
204 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
263 …static_cast< OWeakObject* >( new OStorage( xInputStream, nStorageMode, aPropsToSet, m_xFactory, nS… in createInstanceWithArguments()
283 …static_cast< OWeakObject* >( new OStorage( xStream, nStorageMode, aPropsToSet, m_xFactory, nStorag… in createInstanceWithArguments()