/aoo42x/main/comphelper/source/misc/ |
H A D | namedvaluecollection.cxx | 102 NamedValueCollection::NamedValueCollection( const Sequence< Any >& _rArguments ) in NamedValueCollection() argument 105 impl_assign( _rArguments ); in NamedValueCollection() 112 impl_assign( _rArguments ); in NamedValueCollection() 119 impl_assign( _rArguments ); in NamedValueCollection() 201 void NamedValueCollection::impl_assign( const Sequence< Any >& _rArguments ) in impl_assign() argument 211 const Any* pArgument = _rArguments.getConstArray(); in impl_assign() 212 const Any* pArgumentEnd = _rArguments.getConstArray() + _rArguments.getLength(); in impl_assign() 239 const PropertyValue* pArgument = _rArguments.getConstArray(); in impl_assign() 240 const PropertyValue* pArgumentEnd = _rArguments.getConstArray() + _rArguments.getLength(); in impl_assign() 253 const NamedValue* pArgument = _rArguments.getConstArray(); in impl_assign() [all …]
|
H A D | componentcontext.cxx | 120 …nentWithArguments( const ::rtl::OUString& _rServiceName, const Sequence< Any >& _rArguments ) const in createComponentWithArguments() 123 m_xORB->createInstanceWithArgumentsAndContext( _rServiceName, _rArguments, m_xContext ) in createComponentWithArguments()
|
H A D | legacysingletonfactory.cxx | 165 …Factory::createInstanceWithArgumentsAndContext( const Sequence< Any >& _rArguments, const Referenc… in createInstanceWithArgumentsAndContext() argument 175 xInit->initialize( _rArguments ); in createInstanceWithArgumentsAndContext()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | namedvaluecollection.hxx | 75 …alueCollection( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments ); 81 …on( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArguments ); 87 …ction( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rArguments ); 96 …ine void assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments ) in assign() argument 98 impl_assign( _rArguments ); in assign() 101 …ign( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArguments ) in assign() argument 103 impl_assign( _rArguments ); in assign() 106 …assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rArguments ) in assign() argument 108 impl_assign( _rArguments ); in assign() 331 … impl_assign( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments ); [all …]
|
H A D | componentcontext.hxx | 115 …, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments, ::com::sun::st… in createComponentWithArguments() argument 119 … m_xORB->createInstanceWithArgumentsAndContext( _rServiceName, _rArguments, m_xContext ) in createComponentWithArguments() 130 …, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments, ::com::sun::st… in createComponentWithArguments() argument 132 …WithArguments( ::rtl::OUString::createFromAscii( _pAsciiServiceName ), _rArguments, _out_rxCompone… in createComponentWithArguments() 171 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments 185 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArguments in createComponentWithArguments() 188 …reateComponentWithArguments( ::rtl::OUString::createFromAscii( _pAsciiServiceName ), _rArguments ); in createComponentWithArguments()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 323 return _rArguments.getOrDefault( "StatusIndicator", xStatusIndicator ); in lcl_extractStatusIndicator() 329 Reference< XStatusIndicator > xStatusIndicator( lcl_extractStatusIndicator( _rArguments ) ); in lcl_triggerStatusIndicator_throw() 352 Reference< XStatusIndicator > xStatusIndicator( lcl_extractStatusIndicator( _rArguments ) ); in lcl_extractStatusIndicator() 365 _rxStatusIndicator = lcl_extractStatusIndicator( _rArguments ); in lcl_extractAndStartStatusIndicator() 710 return impl_attachResource( _rURL, _rArguments, aGuard ); in attachResource() 1046 …Sequence< PropertyValue > aMediaDescriptor( lcl_appendFileNameToDescriptor( _rArguments, _rURL ) ); in impl_storeAs_throw() 1127 impl_storeAs_throw( _rURL, _rArguments, SAVE_AS, aGuard ); in storeAsURL() 1560 WriteThroughComponent( xOutputStream, xComponent, pServiceName, _rArguments, rMediaDesc ); in WriteThroughComponent() 1582 Sequence<Any> aArgs( 1 + _rArguments.getLength() ); in WriteThroughComponent() 1584 for ( sal_Int32 i = 0; i < _rArguments.getLength(); ++i ) in WriteThroughComponent() [all …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxmodelfactory.cxx | 166 …L SfxModelFactory::createInstanceWithArguments( const Sequence< Any >& _rArguments ) throw (Except… in createInstanceWithArguments() argument 168 ::comphelper::NamedValueCollection aArgs( _rArguments ); in createInstanceWithArguments() 182 Sequence< Any > aStrippedArguments( _rArguments.getLength() ); in createInstanceWithArguments() 185 _rArguments.getConstArray(), in createInstanceWithArguments() 186 _rArguments.getConstArray() + _rArguments.getLength(), in createInstanceWithArguments()
|
/aoo42x/main/forms/source/richtext/ |
H A D | parametrizedattributedispatcher.cxx | 103 …rizedAttributeDispatcher::convertDispatchArgsToItem( const Sequence< PropertyValue >& _rArguments ) in convertDispatchArgsToItem() argument 110 TransformParameters( nSlotId, _rArguments, aParameterSet ); in convertDispatchArgsToItem() 125 …spatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _rArguments ) throw (Runtim… in dispatch() argument 132 const SfxPoolItem* pConvertedArgument = convertDispatchArgsToItem( _rArguments ); in dispatch()
|
H A D | specialdispatchers.cxx | 169 …sianFontLayoutDispatcher::convertDispatchArgsToItem( const Sequence< PropertyValue >& _rArguments ) in convertDispatchArgsToItem() argument 172 const PropertyValue* pLookup = _rArguments.getConstArray(); in convertDispatchArgsToItem() 173 const PropertyValue* pLookupEnd = _rArguments.getConstArray() + _rArguments.getLength(); in convertDispatchArgsToItem()
|
H A D | attributedispatcher.cxx | 95 …spatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _rArguments ) throw (Runtim… in dispatch() argument 102 (void)_rArguments; in dispatch() 106 if ( _rArguments.getLength() ) in dispatch()
|
/aoo42x/main/fpicker/source/office/ |
H A D | commonpicker.cxx | 424 void SAL_CALL OCommonPicker::initialize( const Sequence< Any >& _rArguments ) in initialize() argument 436 const Any* pArguments = _rArguments.getConstArray(); in initialize() 437 const Any* pArgumentsEnd = _rArguments.getConstArray() + _rArguments.getLength(); in initialize() 465 += ::rtl::OString::valueOf( (sal_Int32)( pArguments - _rArguments.getConstArray() ) ) in initialize()
|
H A D | OfficeFilePicker.cxx | 1060 void SAL_CALL SvtFilePicker::initialize( const Sequence< Any >& _rArguments ) in initialize() argument 1065 Sequence< Any > aArguments( _rArguments.getLength()); in initialize() 1069 if ( _rArguments.getLength() >= 1 ) in initialize() 1074 if (_rArguments[0] >>= m_nServiceType) in initialize() 1082 for ( int i = index; i < _rArguments.getLength(); i++) in initialize() 1085 aArguments[i] <<= _rArguments[i]; in initialize()
|
/aoo42x/main/extensions/source/logging/ |
H A D | consolehandler.cxx | 256 …void SAL_CALL ConsoleHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize() argument 263 if ( _rArguments.getLength() == 0 ) in initialize() 269 if ( _rArguments.getLength() != 1 ) in initialize() 273 if ( !( _rArguments[0] >>= aSettings ) ) in initialize()
|
H A D | filehandler.cxx | 353 …void SAL_CALL FileHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, Runt… in initialize() argument 360 if ( _rArguments.getLength() != 1 ) in initialize() 364 if ( _rArguments[0] >>= m_sFileURL ) in initialize() 369 else if ( _rArguments[0] >>= aSettings ) in initialize()
|
H A D | sysloghandler.cxx | 312 …void SAL_CALL SyslogHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, Ru… in initialize() argument 319 if ( _rArguments.getLength() != 1 ) in initialize() 323 if ( !( _rArguments[0] >>= aSettings ) ) in initialize()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | celllistsource.cxx | 356 …void SAL_CALL OCellListSource::initialize( const Sequence< Any >& _rArguments ) throw (Exception, … in initialize() argument 366 const Any* pLoop = _rArguments.getConstArray(); in initialize() 367 const Any* pLoopEnd = _rArguments.getConstArray() + _rArguments.getLength(); in initialize()
|
H A D | cellvaluebinding.cxx | 573 …void SAL_CALL OCellValueBinding::initialize( const Sequence< Any >& _rArguments ) throw (Exception… in initialize() argument 583 const Any* pLoop = _rArguments.getConstArray(); in initialize() 584 const Any* pLoopEnd = _rArguments.getConstArray() + _rArguments.getLength(); in initialize()
|
/aoo42x/main/svx/source/form/ |
H A D | fmscriptingenv.cxx | 385 virtual void invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult ) = 0; 407 virtual void invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult ); 411 … void NewStyleUNOScript::invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult ) in invoke() argument 416 …m_rObjectShell.CallXScript( m_sScriptCode, _rArguments, _rSynchronousResult, aOutArgsIndex, aOutAr… in invoke()
|
H A D | formfeaturedispatcher.cxx | 151 …spatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _rArguments ) throw (Runtim… in dispatch() argument 169 if ( !_rArguments.getLength() ) in dispatch() 175 ::comphelper::NamedValueCollection aArgs( _rArguments ); in dispatch()
|
/aoo42x/main/svl/source/numbers/ |
H A D | supservs.cxx | 85 void SAL_CALL SvNumberFormatsSupplierServiceObject::initialize( const Sequence< Any >& _rArguments … in initialize() argument 104 const Any* pArgs = _rArguments.getConstArray(); in initialize() 105 for (sal_Int32 i=0; i<_rArguments.getLength(); ++i, ++pArgs) in initialize()
|
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationwizard.cxx | 199 …void SAL_CALL MacroMigrationDialogService::initialize( const Sequence< Any >& _rArguments ) throw(… in initialize() argument 205 if ( _rArguments.getLength() != 1 ) in initialize() 212 m_xDocument.set( _rArguments[0], UNO_QUERY ); in initialize()
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | statusbarcontroller.cxx | 89 void SAL_CALL OStatusbarController::initialize( const Sequence< Any >& _rArguments ) throw (Excepti… in initialize() argument 91 StatusbarController::initialize(_rArguments); in initialize() 124 m_rController->initialize(_rArguments); in initialize()
|
H A D | toolboxcontroller.cxx | 138 void SAL_CALL OToolboxController::initialize( const Sequence< Any >& _rArguments ) throw (Exception… in initialize() argument 140 ToolboxController::initialize(_rArguments); in initialize() 209 m_pToolbarController->initialize(_rArguments); in initialize()
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1529 void SAL_CALL CopyTableWizard::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize() argument 1535 sal_Int32 nArgCount( _rArguments.getLength() ); in initialize() 1547 if ( !( _rArguments[2] >>= m_xInteractionHandler ) ) in initialize() 1558 …ropertySet > xSourceDescriptor( impl_ensureDataAccessDescriptor_throw( _rArguments, 0, m_xSourceCo… in initialize() 1564 impl_ensureDataAccessDescriptor_throw( _rArguments, 1, m_xDestConnection, xDestDocHandler ); in initialize()
|
/aoo42x/main/dbaccess/source/sdbtools/connection/ |
H A D | connectiontools.cxx | 175 …void SAL_CALL ConnectionTools::initialize(const Sequence< Any > & _rArguments) throw (RuntimeExcep… in initialize() argument 179 ::comphelper::NamedValueCollection aArguments( _rArguments ); in initialize()
|