Home
last modified time | relevance | path

Searched refs:lArguments (Results 26 – 50 of 99) sorted by relevance

1234

/aoo41x/main/framework/source/helper/
H A Dtitlebarupdate.cxx159 void SAL_CALL TitleBarUpdate::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument
165 if (lArguments.getLength() < 1) in initialize()
171 lArguments[0] >>= xFrame; in initialize()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx297 const uno::Sequence< beans::PropertyValue >& lArguments, in createInstanceUserInit()
321 uno::Sequence< beans::PropertyValue > aTempMedDescr( lArguments ); in createInstanceUserInit()
413 const uno::Sequence< beans::PropertyValue >& lArguments, in createInstanceLinkUserInit()
435 uno::Sequence< beans::PropertyValue > aTempMedDescr( lArguments ); in createInstanceLinkUserInit()
H A Dxfactory.hxx71 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
77 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
112 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
/aoo41x/main/framework/inc/jobs/
H A Dshelljob.hxx109 …tual css::uno::Any SAL_CALL execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments)
159 const css::uno::Sequence< ::rtl::OUString >& lArguments ,
H A Dhelponstartup.hxx128 …tual css::uno::Any SAL_CALL execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments)
155 …l::OUString its_getModuleIdFromEnv(const css::uno::Sequence< css::beans::NamedValue >& lArguments);
/aoo41x/main/framework/source/jobs/
H A Djobdispatch.cxx136 void SAL_CALL JobDispatch::initialize( const css::uno::Sequence< css::uno::Any >& lArguments ) thro… in initialize() argument
142 for (int a=0; a<lArguments.getLength(); ++a) in initialize()
146 lArguments[a] >>= m_xFrame; in initialize()
/aoo41x/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx234 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
362 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
370 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
380 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
434 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
H A Doleembobj.hxx238 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
393 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
401 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
411 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
463 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
/aoo41x/main/comphelper/source/misc/
H A Dsynchronousdispatch.cxx56 const uno::Sequence< beans::PropertyValue > &lArguments ) in dispatch()
81 aRet = xSyncDisp->dispatchWithReturnValue( aURL, lArguments ); in dispatch()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DOfficeConnect.java153 Class aType, String sServiceSpecifier, Any[] lArguments) in createRemoteInstanceWithArguments() argument
160 sServiceSpecifier, lArguments, mxOfficeContext)); in createRemoteInstanceWithArguments()
/aoo41x/main/framework/inc/dispatch/
H A Doxt_handler.hxx168 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
175 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeEx…
H A Dstartmoduledispatcher.hxx134 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
140 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments) throw(css::uno::RuntimeExcep…
H A Dsystemexec.hxx118 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
123 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExc…
H A Dclosedispatcher.hxx174 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
180 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments) throw(css::uno::RuntimeExcep…
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/
H A DOfficeConnect.java142 …c Object createRemoteInstanceWithArguments(Class aType, String sServiceSpecifier, Any[] lArguments) in createRemoteInstanceWithArguments() argument
149 sServiceSpecifier, lArguments, mxOfficeContext)); in createRemoteInstanceWithArguments()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java175 public void initialize( Object[] lArguments ) throws com.sun.star.uno.Exception in initialize() argument
179 if (lArguments.length<1) in initialize()
183 … com.sun.star.beans.PropertyValue[] lConfig = (com.sun.star.beans.PropertyValue[])lArguments[0]; in initialize()
/aoo41x/main/svx/source/inc/
H A Drecoveryui.hxx109 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments )
116 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments)
/aoo41x/main/framework/source/accelerators/
H A Ddocumentacceleratorconfiguration.cxx132 …DocumentAcceleratorConfiguration::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument
139 ::comphelper::SequenceAsHashMap lArgs(lArguments); in initialize()
H A Dmoduleacceleratorconfiguration.cxx115 …L ModuleAcceleratorConfiguration::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument
123 ::comphelper::SequenceAsHashMap lArgs(lArguments); in initialize()
/aoo41x/main/avmedia/source/framework/
H A Dsoundhandler.hxx135 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
142 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::Runtime…
/aoo41x/main/framework/inc/services/
H A Dcontenthandlerfactory.hxx139 …const css::uno::Sequence< css::uno::Any >& lArguments ) throw( css::uno::Exception, css::uno::…
216 const css::uno::Sequence< css::uno::Any >& lArguments );
/aoo41x/main/framework/source/dispatch/
H A Doxt_handler.cxx237 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in dispatch()
240 …dispatchWithNotification( aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListen… in dispatch()
/aoo41x/main/sdext/source/minimizer/
H A Dpppoptimizer.cxx136 void SAL_CALL PPPOptimizer::dispatch( const URL& rURL, const Sequence< PropertyValue >& lArguments ) in dispatch() argument
152 aOptimizer.Optimize( lArguments ); in dispatch()
/aoo41x/main/filter/source/config/cache/
H A Dcontenthandlerfactory.cxx81 … const css::uno::Sequence< css::uno::Any >& lArguments) in createInstanceWithArguments()
146 ::comphelper::SequenceAsVector< css::uno::Any > stlArguments(lArguments); in createInstanceWithArguments()
H A Dframeloaderfactory.cxx80 … const css::uno::Sequence< css::uno::Any >& lArguments) in createInstanceWithArguments()
143 ::comphelper::SequenceAsVector< css::uno::Any > stlArguments(lArguments); in createInstanceWithArguments()

Completed in 196 milliseconds

1234