Home
last modified time | relevance | path

Searched refs:aNewArgs (Results 1 – 7 of 7) sorted by relevance

/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx166 uno::Sequence< beans::PropertyValue > aNewArgs = Arguments; in dispatch() local
169 while( nInd < aNewArgs.getLength() ) in dispatch()
171 if ( aNewArgs[nInd].Name.equalsAscii( "SaveTo" ) ) in dispatch()
173 aNewArgs[nInd].Value <<= sal_True; in dispatch()
179 if ( nInd == aNewArgs.getLength() ) in dispatch()
181 aNewArgs.realloc( nInd + 1 ); in dispatch()
182 aNewArgs[nInd].Name = ::rtl::OUString::createFromAscii( "SaveTo" ); in dispatch()
183 aNewArgs[nInd].Value <<= sal_True; in dispatch()
189 xDispatch->dispatch( URL, aNewArgs ); in dispatch()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx153 Sequence< PropertyValue > aNewArgs = Arguments; in dispatch() local
156 while( nInd < aNewArgs.getLength() ) in dispatch()
158 if ( aNewArgs[nInd].Name.equalsAscii( "SaveTo" ) ) in dispatch()
160 aNewArgs[nInd].Value <<= sal_True; in dispatch()
166 if ( nInd == aNewArgs.getLength() ) in dispatch()
168 aNewArgs.realloc( nInd + 1 ); in dispatch()
169 aNewArgs[nInd].Name = ::rtl::OUString::createFromAscii( "SaveTo" ); in dispatch()
170 aNewArgs[nInd].Value <<= sal_True; in dispatch()
176 xDispatch->dispatch( _URL, aNewArgs ); in dispatch()
/trunk/main/framework/source/uifactory/
H A Duicontrollerfactory.cxx123 Sequence< Any > aNewArgs( Arguments ); in createInstanceWithArgumentsAndContext() local
125 sal_Int32 nAppendIndex = aNewArgs.getLength(); in createInstanceWithArgumentsAndContext()
127 aNewArgs.realloc( aNewArgs.getLength() + (bHasValue ? 2 : 1) ); in createInstanceWithArgumentsAndContext()
133 aNewArgs[nAppendIndex] <<= aPropValue; in createInstanceWithArgumentsAndContext()
142 aNewArgs[nAppendIndex+1] <<= aPropValue; in createInstanceWithArgumentsAndContext()
162 return xServiceManager->createInstanceWithArguments( aServiceName, aNewArgs ); in createInstanceWithArgumentsAndContext()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx206 uno::Sequence< beans::PropertyValue > aNewArgs = Arguments; in dispatch() local
209 while( nInd < aNewArgs.getLength() ) in dispatch()
211 if ( aNewArgs[nInd].Name.equalsAscii( "SaveTo" ) ) in dispatch()
213 aNewArgs[nInd].Value <<= sal_True; in dispatch()
219 if ( nInd == aNewArgs.getLength() ) in dispatch()
221 aNewArgs.realloc( nInd + 1 ); in dispatch()
222 aNewArgs[nInd].Name = ::rtl::OUString::createFromAscii( "SaveTo" ); in dispatch()
223 aNewArgs[nInd].Value <<= sal_True; in dispatch()
229 xDispatch->dispatch( URL, aNewArgs ); in dispatch()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx406 uno::Sequence< uno::Any > aNewArgs( Arguments ); in createInstanceWithArguments() local
442 aNewArgs[ n ] <<= aProp; in createInstanceWithArguments()
500 aNewArgs ); in createInstanceWithArguments()
507 sal_Int32 nLen = aNewArgs.getLength(); in createInstanceWithArguments()
508 aNewArgs.realloc( nLen + 1 ); in createInstanceWithArguments()
514 aNewArgs[ nLen ] <<= aProp; in createInstanceWithArguments()
521 aNewArgs ); in createInstanceWithArguments()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx113 inline void TextSourceAdaptor::switchLayoutArgs(ImplLayoutArgs & aNewArgs) in switchLayoutArgs() argument
115 mnEnd += aNewArgs.mnMinCharPos - maLayoutArgs.mnMinCharPos; in switchLayoutArgs()
116 maLayoutArgs = aNewArgs; in switchLayoutArgs()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx128 ::comphelper::NamedValueCollection aNewArgs; in impl_detectFilterForURL()
129 aNewArgs.put( "URL", sURL ); in impl_detectFilterForURL()
132 aNewArgs.put( "InteractionHandler", i_rDescriptor.get( "InteractionHandler" ) ); in impl_detectFilterForURL()
134 aNewArgs.put( "StatusIndicator", i_rDescriptor.get( "StatusIndicator" ) ); in impl_detectFilterForURL()
136 Sequence< PropertyValue > aQueryArgs( aNewArgs.getPropertyValues() ); in impl_detectFilterForURL()

Completed in 60 milliseconds