Searched refs:aNewArgs (Results 1 – 7 of 7) sorted by relevance
166 uno::Sequence< beans::PropertyValue > aNewArgs = Arguments; in dispatch() local169 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()
123 Sequence< Any > aNewArgs( Arguments ); in createInstanceWithArgumentsAndContext() local125 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()
153 Sequence< PropertyValue > aNewArgs = Arguments; in dispatch() local156 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()
206 uno::Sequence< beans::PropertyValue > aNewArgs = Arguments; in dispatch() local209 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()
406 uno::Sequence< uno::Any > aNewArgs( Arguments ); in createInstanceWithArguments() local442 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()
113 inline void TextSourceAdaptor::switchLayoutArgs(ImplLayoutArgs & aNewArgs) in switchLayoutArgs() argument115 mnEnd += aNewArgs.mnMinCharPos - maLayoutArgs.mnMinCharPos; in switchLayoutArgs()116 maLayoutArgs = aNewArgs; in switchLayoutArgs()
128 ::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 44 milliseconds