/aoo42x/main/framework/source/uielement/ |
H A D | comboboxtoolbarcontroller.cxx | 298 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 316 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand() 340 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 352 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 355 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand() 363 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 375 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand() 391 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 404 rControlCommand.Arguments[i].Value >>= nValue; in executeControlCommand() 417 if ( rControlCommand.Arguments[i].Value >>= aColor ) in executeControlCommand() [all …]
|
H A D | dropdownboxtoolbarcontroller.cxx | 245 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand() 250 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand() 274 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand() 276 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 288 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 291 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand() 299 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 308 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 311 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand() 327 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() [all …]
|
H A D | togglebuttontoolbarcontroller.cxx | 170 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand() 175 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand() 195 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand() 225 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 238 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand() 248 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 259 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand() 262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand() [all …]
|
H A D | spinfieldtoolbarcontroller.cxx | 375 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 381 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand() 392 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 394 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand() 411 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 417 rtl::OUString aName = rControlCommand.Arguments[i].Name; in executeControlCommand() 436 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand() 441 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 458 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 475 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() [all …]
|
H A D | edittoolbarcontroller.cxx | 247 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 249 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand() 252 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
|
H A D | imagebuttontoolbarcontroller.cxx | 170 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand() 172 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "URL", 3 )) in executeControlCommand() 175 rControlCommand.Arguments[i].Value >>= aURL; in executeControlCommand()
|
/aoo42x/main/offapi/com/sun/star/script/vba/ |
H A D | VBAEventId.idl | 86 /** Document about to be closed. Arguments: [out] boolean bCancel. */ 88 /** Document about to be printed. Arguments: [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. */ 114 /** Cells in sheet have been recalculated. Arguments: short nSheet. */ [all …]
|
/aoo42x/main/configmgr/source/ |
H A D | configurationprovider.cxx | 134 css::uno::Sequence< css::uno::Any > const & Arguments) 183 css::uno::Sequence< css::uno::Any > const & Arguments) in createInstanceWithArguments() 188 for (sal_Int32 i = 0; i < Arguments.getLength(); ++i) { in createInstanceWithArguments() 193 if (Arguments[i] >>= v1) { in createInstanceWithArguments() 196 } else if (Arguments[i] >>= v2) { in createInstanceWithArguments() 199 } else if (Arguments.getLength() == 1 && (Arguments[i] >>= nodepath)) { in createInstanceWithArguments() 408 css::uno::Sequence< css::uno::Any > const & Arguments, 435 css::uno::Sequence< css::uno::Any > const & Arguments, in createInstanceWithArgumentsAndContext() 439 if (Arguments.getLength() == 0) { in createInstanceWithArgumentsAndContext() 464 if (Arguments[i] >>= v1) { in createInstanceWithArgumentsAndContext() [all …]
|
/aoo42x/main/cppuhelper/source/ |
H A D | factory.cxx | 198 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument 202 Arguments, Reference< XComponentContext >() ); in createInstanceWithArguments() 355 Reference<XInterface > SAL_CALL createInstanceWithArguments( const Sequence<Any>& Arguments ) 461 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument 471 xTheInstance = OSingleFactoryHelper::createInstanceWithArguments( Arguments ); in createInstanceWithArguments() 475 return OSingleFactoryHelper::createInstanceWithArguments( Arguments ); in createInstanceWithArguments() 602 Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments) 770 const Sequence<Any>& Arguments ) in createInstanceWithArguments() argument 788 return xModuleFactoryDepr->createInstanceWithArguments( Arguments ); in createInstanceWithArguments() 1009 const Sequence<Any>& Arguments in createInstanceWithArguments() argument [all …]
|
/aoo42x/main/framework/source/uifactory/ |
H A D | windowcontentfactorymanager.cxx | 165 …const uno::Sequence< uno::Any >& Arguments, const uno::Reference< uno::XComponentContext >& Contex… in createInstanceWithArgumentsAndContext() 172 for (sal_Int32 i=0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext() 175 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext() 240 … xWindow = xFactory->createInstanceWithArgumentsAndContext( Arguments, Context ); in createInstanceWithArgumentsAndContext()
|
H A D | uicontrollerfactory.cxx | 101 const Sequence< Any >& Arguments, in createInstanceWithArgumentsAndContext() 114 for ( int i = 0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext() 116 if (( Arguments[i] >>= aPropValue ) && ( aPropValue.Name.equals( aPropModuleName ))) in createInstanceWithArgumentsAndContext() 123 Sequence< Any > aNewArgs( Arguments ); in createInstanceWithArgumentsAndContext()
|
/aoo42x/main/ucb/source/core/ |
H A D | provprox.cxx | 270 const OUString& Arguments, in registerInstance() argument 283 m_aArguments = Arguments; in registerInstance() 295 const OUString& Arguments ) in deregisterInstance() argument 313 xParamProvider->deregisterInstance( Template, Arguments ); in deregisterInstance()
|
/aoo42x/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 160 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 83 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()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | XParameterizedContentProvider.idl | 59 @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)
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XDispatchRecorder.idl | 93 @param Arguments 101 [in] sequence<com::sun::star::beans::PropertyValue> Arguments); 114 @param Arguments 122 [in] sequence<com::sun::star::beans::PropertyValue> Arguments);
|
/aoo42x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 236 aScriptEvent.Arguments = Event.Arguments; in firing() 302 aScriptEvent.Arguments = Event.Arguments; in approveFiring() 443 Sequence< Any > Arguments( 1 ); in ImplEventAttacherManager() local 444 Arguments[0] <<= rIntrospection; in ImplEventAttacherManager() 445 xInit->initialize( Arguments ); in ImplEventAttacherManager()
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydatasource.cxx | 356 const uno::Sequence< uno::Any > & Arguments ) in createInstanceWithArguments() 359 return createInstanceWithArguments( ServiceSpecifier, Arguments, true ); in createInstanceWithArguments() 385 const uno::Sequence< uno::Any > & Arguments, in createInstanceWithArguments() 406 uno::Sequence< uno::Any > aNewArgs( Arguments ); in createInstanceWithArguments() 414 sal_Int32 nCount = Arguments.getLength(); in createInstanceWithArguments() 418 if ( Arguments[ n ] >>= aProp ) in createInstanceWithArguments()
|
/aoo42x/main/framework/source/tabwin/ |
H A D | tabwinfactory.cxx | 94 …const css::uno::Sequence< css::uno::Any >& Arguments, const css::uno::Reference< css::uno::XCompon… in createInstanceWithArgumentsAndContext() 110 for ( sal_Int32 i = 0; i < Arguments.getLength(); i++ ) in createInstanceWithArgumentsAndContext() 112 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext()
|
/aoo42x/main/xmlhelp/source/treeview/ |
H A D | tvfactory.cxx | 158 const Sequence< Any >& Arguments ) in createInstanceWithArguments() 173 for( int i = 0; i < Arguments.getLength(); ++i ) in createInstanceWithArguments() 176 if( ! ( Arguments[i] >>= pV ) ) in createInstanceWithArguments()
|
/aoo42x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 377 aScriptEvent.Arguments = Event.Arguments; in firing_impl() 493 aInParams = aScriptEvent.Arguments; in firing_impl() 536 const Any* pArguments = aScriptEvent.Arguments.getConstArray(); in firing_impl()
|
/aoo42x/main/migrationanalysis/src/driver_docs/ |
H A D | CreateDriverDocs.wsf | 58 '### Process Arguments ### 59 Set mArgsNamed = WScript.Arguments.Named 60 Set mArgsUnnamed = WScript.Arguments.Unnamed
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | registerucb.hxx | 81 rtl::OUString Arguments; member 87 : ServiceName( rService ), URLTemplate( rTemplate ), Arguments( rArgs ) {} in ContentProviderData()
|
/aoo42x/main/autodoc/inc/cosv/ |
H A D | commandline.hxx | 71 Arguments() const; 155 CommandLine::Arguments() const in Arguments() function in csv::CommandLine
|
/aoo42x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 169 aAllEvent.Arguments = Params; in invoke() 323 void SAL_CALL EventAttacherImpl::initialize(const Sequence< Any >& Arguments) throw( Exception, Run… in initialize() argument 326 const Any * pArray = Arguments.getConstArray(); in initialize() 327 for( sal_Int32 i = 0; i < Arguments.getLength(); i++ ) in initialize()
|