Home
last modified time | relevance | path

Searched refs:_rArguments (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx102 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 Dcomponentcontext.cxx120 …nentWithArguments( const ::rtl::OUString& _rServiceName, const Sequence< Any >& _rArguments ) const in createComponentWithArguments()
123 m_xORB->createInstanceWithArgumentsAndContext( _rServiceName, _rArguments, m_xContext ) in createComponentWithArguments()
H A Dlegacysingletonfactory.cxx165 …Factory::createInstanceWithArgumentsAndContext( const Sequence< Any >& _rArguments, const Referenc… in createInstanceWithArgumentsAndContext() argument
175 xInit->initialize( _rArguments ); in createInstanceWithArgumentsAndContext()
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx75 …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 Dcomponentcontext.hxx115 …, 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()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx323 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 …]
/trunk/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx166 …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()
/trunk/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.cxx103 …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 Dspecialdispatchers.cxx169 …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 Dattributedispatcher.cxx95 …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()
/trunk/main/fpicker/source/office/
H A Dcommonpicker.cxx424 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 DOfficeFilePicker.cxx1060 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()
/trunk/main/extensions/source/logging/
H A Dconsolehandler.cxx256 …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 Dfilehandler.cxx353 …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 Dsysloghandler.cxx312 …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()
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx356 …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 Dcellvaluebinding.cxx573 …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()
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx385 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 Dformfeaturedispatcher.cxx151 …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()
/trunk/main/svl/source/numbers/
H A Dsupservs.cxx85 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()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationwizard.cxx199 …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()
/trunk/main/reportdesign/source/ui/misc/
H A Dstatusbarcontroller.cxx89 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 Dtoolboxcontroller.cxx138 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()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1529 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()
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx175 …void SAL_CALL ConnectionTools::initialize(const Sequence< Any > & _rArguments) throw (RuntimeExcep… in initialize() argument
179 ::comphelper::NamedValueCollection aArguments( _rArguments ); in initialize()

Completed in 125 milliseconds

12