Kaydet (Commit) dbd3be90 authored tarafından Caolán McNamara's avatar Caolán McNamara

createInstanceWithContextAndArguments->createInstanceWithArgumentsAndContext

Change-Id: Ie22398eb42f61e50177f88672a1407d9dda58f8a
Reviewed-on: https://gerrit.libreoffice.org/68106Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 45980b72
...@@ -1780,7 +1780,7 @@ Assembly ^ TypeEmitter::type_resolve( ...@@ -1780,7 +1780,7 @@ Assembly ^ TypeEmitter::type_resolve(
ilGen->Emit(Emit::OpCodes::Ldloc, arLocalAny[i]); ilGen->Emit(Emit::OpCodes::Ldloc, arLocalAny[i]);
ilGen->Emit(Emit::OpCodes::Stobj, typeAny); ilGen->Emit(Emit::OpCodes::Stobj, typeAny);
} }
// call createInstanceWithContextAndArguments // call createInstanceWithArgumentsAndContext
ilGen->Emit(Emit::OpCodes::Ldloc, local_factory); ilGen->Emit(Emit::OpCodes::Ldloc, local_factory);
ilGen->Emit(Emit::OpCodes::Ldstr, ustring_to_String(xServiceType->getName())); ilGen->Emit(Emit::OpCodes::Ldstr, ustring_to_String(xServiceType->getName()));
ilGen->Emit(Emit::OpCodes::Ldloc, local_anyParams); ilGen->Emit(Emit::OpCodes::Ldloc, local_anyParams);
......
...@@ -44,7 +44,7 @@ module com { module sun { module star { module configuration { ...@@ -44,7 +44,7 @@ module com { module sun { module star { module configuration {
</p> </p>
<p>An implementation is usually obtained from a <p>An implementation is usually obtained from a
com::sun::star::lang::ServiceManager. The arguments passed to com::sun::star::lang::ServiceManager. The arguments passed to
com::sun::star::lang::XMultiComponentFactory::createInstanceWithContextAndArguments() com::sun::star::lang::XMultiComponentFactory::createInstanceWithArgumentsAndContext()
select the configuration data source. They may also define the scope of select the configuration data source. They may also define the scope of
administrable data or contain credentials to be used to authorize the administrable data or contain credentials to be used to authorize the
administrative access. Missing parameters may be filled in administrative access. Missing parameters may be filled in
......
...@@ -30,7 +30,7 @@ module com { module sun { module star { module configuration { ...@@ -30,7 +30,7 @@ module com { module sun { module star { module configuration {
<p>An implementation is usually obtained from a <p>An implementation is usually obtained from a
com::sun::star::lang::ServiceManager. The arguments passed to com::sun::star::lang::ServiceManager. The arguments passed to
com::sun::star::lang::XMultiComponentFactory::createInstanceWithContextAndArguments() com::sun::star::lang::XMultiComponentFactory::createInstanceWithArgumentsAndContext()
select the configuration data source. Arguments must be provided as select the configuration data source. Arguments must be provided as
com::sun::star::beans::NamedValue com::sun::star::beans::NamedValue
or com::sun::star::beans::PropertyValue. or com::sun::star::beans::PropertyValue.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment