Home
last modified time | relevance | path

Searched refs:Arguments (Results 1 – 25 of 215) sorted by relevance

123456789

/trunk/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx292 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
294 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
297 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
308 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
310 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
315 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
335 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
337 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
339 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
349 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
[all …]
H A Ddropdownboxtoolbarcontroller.cxx242 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
244 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
249 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
271 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
273 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
275 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
285 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
287 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
290 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
297 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
[all …]
H A Dtogglebuttontoolbarcontroller.cxx166 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
168 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
173 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
191 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
193 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
197 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
219 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
221 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
223 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
234 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
[all …]
H A Dspinfieldtoolbarcontroller.cxx374 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
380 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand()
382 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
391 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
393 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand()
399 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
410 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
416 rtl::OUString aName = rControlCommand.Arguments[i].Name; in executeControlCommand()
417 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
435 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()
[all …]
H A Dedittoolbarcontroller.cxx246 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
248 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
251 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
H A Dimagebuttontoolbarcontroller.cxx169 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
171 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "URL", 3 )) in executeControlCommand()
174 rControlCommand.Arguments[i].Value >>= aURL; in executeControlCommand()
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl86 /** Document about to be closed. Arguments: [out] boolean bCancel. */
88 /** Document about to be printed. Arguments: [out] boolean bCancel. */
90 /** Document about to be saved. Arguments: boolean bSaveAs, [out] boolean bCancel. */
92 /** Document has been saved. Arguments: boolean bSuccess. */
94 /** New sheet inserted. Arguments: short nSheet. */
96 /** Document window has been activated. Arguments: XController aController. */
98 /** Document window has been deactivated. Arguments: XController aController. */
100 /** Document window has been resized. Arguments: XController aController. */
106 /** Worksheet has been activated (made visible). Arguments: short nSheet. */
108 /** Worksheet has been activated (made visible). Arguments: short nSheet. */
[all …]
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx131 css::uno::Sequence< css::uno::Any > const & Arguments);
172 css::uno::Sequence< css::uno::Any > const & Arguments) in createInstanceWithArguments()
176 for (sal_Int32 i = 0; i < Arguments.getLength(); ++i) { in createInstanceWithArguments()
181 if (Arguments[i] >>= v1) { in createInstanceWithArguments()
184 } else if (Arguments[i] >>= v2) { in createInstanceWithArguments()
187 } else if (Arguments.getLength() == 1 && (Arguments[i] >>= nodepath)) { in createInstanceWithArguments()
389 css::uno::Sequence< css::uno::Any > const & Arguments,
412 css::uno::Sequence< css::uno::Any > const & Arguments, in createInstanceWithArgumentsAndContext()
415 if (Arguments.getLength() == 0) { in createInstanceWithArgumentsAndContext()
435 for (sal_Int32 i = 0; i < Arguments.getLength(); ++i) { in createInstanceWithArgumentsAndContext()
[all …]
/trunk/main/cppuhelper/source/
H A Dfactory.cxx109 …irtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments);
186 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument
189 Arguments, Reference< XComponentContext >() ); in createInstanceWithArguments()
335 Reference<XInterface > SAL_CALL createInstanceWithArguments( const Sequence<Any>& Arguments );
431 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument
440 xTheInstance = OSingleFactoryHelper::createInstanceWithArguments( Arguments ); in createInstanceWithArguments()
444 return OSingleFactoryHelper::createInstanceWithArguments( Arguments ); in createInstanceWithArguments()
562 Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments);
722 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument
739 return xModuleFactoryDepr->createInstanceWithArguments( Arguments ); in createInstanceWithArguments()
[all …]
/trunk/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx164 …const uno::Sequence< uno::Any >& Arguments, const uno::Reference< uno::XComponentContext >& Contex… in createInstanceWithArgumentsAndContext()
170 for (sal_Int32 i=0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext()
173 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext()
238 … xWindow = xFactory->createInstanceWithArgumentsAndContext( Arguments, Context ); in createInstanceWithArgumentsAndContext()
H A Duicontrollerfactory.cxx100 const Sequence< Any >& Arguments, in createInstanceWithArgumentsAndContext()
112 for ( int i = 0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext()
114 if (( Arguments[i] >>= aPropValue ) && ( aPropValue.Name.equals( aPropModuleName ))) in createInstanceWithArgumentsAndContext()
121 Sequence< Any > aNewArgs( Arguments ); in createInstanceWithArgumentsAndContext()
/trunk/main/ucb/source/core/
H A Dprovprox.cxx264 const OUString& Arguments, in registerInstance() argument
275 m_aArguments = Arguments; in registerInstance()
287 const OUString& Arguments ) in deregisterInstance() argument
303 xParamProvider->deregisterInstance( Template, Arguments ); in deregisterInstance()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx160 sal_Int32 nLen = evt.Arguments.getLength();
164 rtl::OUStringToOString( comphelper::anyToString( evt.Arguments[ index ] ),
827 evt.Arguments[ 0 ] >>= aEvent; in FindControl()
864 evt.Arguments[ 0 ] >>= aEvent; in DenyMouseDrag()
891 evt.Arguments[ 0 ] >>= aEvent; in firing_Impl()
892 …OSL_TRACE("Argument[0] is %s", rtl::OUStringToOString( comphelper::anyToString( evt.Arguments[0] … in firing_Impl()
954 aArguments = (*txInfo).toVBA( evt.Arguments ); in firing_Impl()
956 aArguments = evt.Arguments; in firing_Impl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XURLTransformer.java83 url[0].Arguments = arguments; in _assemble()
193 if (!url[0].Arguments.equals(arguments)) { in _parseStrict()
195 log.println("arguments field : " + url[0].Arguments); in _parseStrict()
333 if (!url[0].Arguments.equals(arguments)) { in _parseSmart()
335 log.println("arguments field : " + url[0].Arguments); in _parseSmart()
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchRecorder.idl93 @param Arguments
101 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
114 @param Arguments
122 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
/trunk/main/offapi/com/sun/star/ucb/
H A DXParameterizedContentProvider.idl59 @param Arguments Any supplementary arguments required by this
81 [in] string Arguments,
91 @param Arguments Any supplementary arguments required by this
106 [in] string Arguments)
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx223 aScriptEvent.Arguments = Event.Arguments; in firing()
287 aScriptEvent.Arguments = Event.Arguments; in approveFiring()
425 Sequence< Any > Arguments( 1 ); in ImplEventAttacherManager() local
426 Arguments[0] <<= rIntrospection; in ImplEventAttacherManager()
427 xInit->initialize( Arguments ); in ImplEventAttacherManager()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx322 const uno::Sequence< uno::Any > & Arguments ) in createInstanceWithArguments()
324 return createInstanceWithArguments( ServiceSpecifier, Arguments, true ); in createInstanceWithArguments()
349 const uno::Sequence< uno::Any > & Arguments, in createInstanceWithArguments()
369 uno::Sequence< uno::Any > aNewArgs( Arguments ); in createInstanceWithArguments()
377 sal_Int32 nCount = Arguments.getLength(); in createInstanceWithArguments()
381 if ( Arguments[ n ] >>= aProp ) in createInstanceWithArguments()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx152 const Sequence< Any >& Arguments ) in createInstanceWithArguments()
165 for( int i = 0; i < Arguments.getLength(); ++i ) in createInstanceWithArguments()
168 if( ! ( Arguments[i] >>= pV ) ) in createInstanceWithArguments()
/trunk/main/framework/source/tabwin/
H A Dtabwinfactory.cxx93 …const css::uno::Sequence< css::uno::Any >& Arguments, const css::uno::Reference< css::uno::XCompon… in createInstanceWithArgumentsAndContext()
108 for ( sal_Int32 i = 0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext()
110 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx375 aScriptEvent.Arguments = Event.Arguments; in firing_impl()
490 aInParams = aScriptEvent.Arguments; in firing_impl()
533 const Any* pArguments = aScriptEvent.Arguments.getConstArray(); in firing_impl()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx552 …nterface > SAL_CALL createInstanceWithArguments(const OUString &, const Sequence<Any >& Arguments);
702 …face > SAL_CALL createInstanceWithArguments(const OUString & name, const Sequence<Any >& Arguments) in createInstanceWithArguments() argument
703 { return getRoot()->createInstanceWithArgumentsAndContext( name, Arguments, m_xContext ); } in createInstanceWithArguments()
1600 void SAL_CALL initialize(const Sequence< Any >& Arguments);
1805 void ORegistryServiceManager::initialize(const Sequence< Any >& Arguments) in initialize() argument
1809 if (Arguments.getLength() > 0) in initialize()
1812 Arguments[ 0 ] >>= m_xRegistry; in initialize()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx164 aAllEvent.Arguments = Params; in invoke()
306 void SAL_CALL EventAttacherImpl::initialize(const Sequence< Any >& Arguments) in initialize() argument
309 const Any * pArray = Arguments.getConstArray(); in initialize()
310 for( sal_Int32 i = 0; i < Arguments.getLength(); i++ ) in initialize()
/trunk/main/migrationanalysis/src/driver_docs/
H A DCreateDriverDocs.wsf58 '### Process Arguments ###
59 Set mArgsNamed = WScript.Arguments.Named
60 Set mArgsUnnamed = WScript.Arguments.Unnamed
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx122 void SAL_CALL OInterceptor::dispatch( const URL& _URL,const Sequence<PropertyValue >& Arguments ) in dispatch() argument
152 Sequence< PropertyValue > aNewArgs = Arguments; in dispatch()
186 pHelper->aArguments = Arguments; in dispatch()

123456789