Home
last modified time | relevance | path

Searched refs:lArgs (Results 26 – 48 of 48) sorted by relevance

12

/aoo41x/main/framework/source/jobs/
H A Dhelponstartup.cxx224 ::comphelper::SequenceAsHashMap lArgs (lArguments); in its_getModuleIdFromEnv()
225 …::comphelper::SequenceAsHashMap lEnvironment = lArgs.getUnpackedValueOrDefault(PROP_ENVIRONMENT, c… in its_getModuleIdFromEnv()
226 …::comphelper::SequenceAsHashMap lJobConfig = lArgs.getUnpackedValueOrDefault(PROP_JOBCONFIG , c… in its_getModuleIdFromEnv()
H A Dshelljob.cxx107 ::comphelper::SequenceAsHashMap lArgs (lJobArguments); in execute()
108 …::comphelper::SequenceAsHashMap lOwnCfg(lArgs.getUnpackedValueOrDefault(PROP_JOBCONFIG, css::uno::… in execute()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java95 …protected XComponent setDocument(String url, PropertyValue[] lArgs) throws com.sun.star.lang.Illeg… in setDocument() argument
97 loadArgs = lArgs; in setDocument()
/aoo41x/main/scripting/source/protocolhandler/
H A Dscripthandler.hxx124 const css::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs,
129 const css::uno::Sequence< css::beans::PropertyValue >& lArgs )
/aoo41x/main/framework/source/dispatch/
H A Dclosedispatcher.cxx555 css::uno::Sequence< css::uno::Any > lArgs(1); in implts_establishBackingMode() local
556 lArgs[0] <<= xContainerWindow; in implts_establishBackingMode()
559 xSMGR->createInstanceWithArguments(SERVICENAME_STARTMODULE, lArgs), in implts_establishBackingMode()
/aoo41x/main/framework/source/services/
H A Dbackingcomp.cxx798 void SAL_CALL BackingComp::initialize( /*IN*/ const css::uno::Sequence< css::uno::Any >& lArgs ) in initialize() argument
811 (lArgs.getLength()!=1 ) || in initialize()
812 (!(lArgs[0] >>= xParentWindow)) || in initialize()
H A Dautorecovery.cxx466 DispatchParams::DispatchParams(const ::comphelper::SequenceAsHashMap& lArgs , in DispatchParams() argument
469 …m_nWorkingEntryID = lArgs.getUnpackedValueOrDefault(PROP_ENTRY_ID, (sal_Int32)-1 … in DispatchParams()
470 …m_xProgress = lArgs.getUnpackedValueOrDefault(PROP_PROGRESS, css::uno::Reference< cs… in DispatchParams()
471 …m_sSavePath = lArgs.getUnpackedValueOrDefault(PROP_SAVEPATH, ::rtl::OUString() … in DispatchParams()
624 ::comphelper::SequenceAsHashMap lArgs(lArguments); in dispatch()
641 sal_Bool bOn = lArgs.getUnpackedValueOrDefault(PROP_AUTOSAVE_STATE, (sal_Bool)sal_True); in dispatch()
663 …sal_Bool bAsync = lArgs.getUnpackedValueOrDefault(PROP_DISPATCH_ASYNCHRON, (sal_Bool)sal_Fa… in dispatch()
664 DispatchParams aParams (lArgs, static_cast< css::frame::XDispatch* >(this)); in dispatch()
H A Dframe.cxx610 css::uno::Sequence< css::uno::Any > lArgs(2); in initialize() local
614 lArgs[0] <<= aArg; in initialize()
617 lArgs[1] <<= aArg; in initialize()
618 xIndicatorInit->initialize(lArgs); in initialize()
/aoo41x/main/sfx2/source/appl/
H A Dappuno.cxx1757 …findReferer(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs) in findReferer() argument
1759 sal_uInt32 nPropertyCount = lArgs.getLength(); in findReferer()
1763 if( lArgs[nProperty].Name == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Referer")) ) in findReferer()
1765 lArgs[nProperty].Value >>= aReferer; in findReferer()
1775 …t ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs , in dispatchWithNotification()
1782 ErrCode nErr = loadMacro( aURL.Complete, aAny, findReferer(lArgs), GetObjectShell_Impl() ); in dispatchWithNotification()
1801 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs) throw (::c… in dispatchWithReturnValue()
1804 /*ErrCode nErr = */loadMacro( aURL.Complete, aRet, findReferer(lArgs), GetObjectShell_Impl() ); in dispatchWithReturnValue()
1810 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs ) in dispatch()
1816 /*ErrCode nErr = */loadMacro( aURL.Complete, aAny, findReferer(lArgs), GetObjectShell_Impl() ); in dispatch()
/aoo41x/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx831 ::comphelper::SequenceAsHashMap lArgs(aArguments); in initialize()
832 …m_aModuleIdentifier = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleIden… in initialize()
833 …m_aModuleShortName = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleShor… in initialize()
1397 Sequence< Any > lArgs(1); in getShortCutManager() local
1398 lArgs[0] <<= aProp; in getShortCutManager()
1400 xInit->initialize(lArgs); in getShortCutManager()
H A Duiconfigurationmanagerimpl.cxx802 ::comphelper::SequenceAsHashMap lArgs(aArguments); in initialize()
803 …m_aModuleIdentifier = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleIden… in initialize()
804 …m_aModuleShortName = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleShor… in initialize()
1378 Sequence< Any > lArgs(1); in getShortCutManager() local
1389 lArgs[0] <<= aProp; in getShortCutManager()
1390 xInit->initialize(lArgs); in getShortCutManager()
H A Duiconfigurationmanager.cxx1110 Sequence< Any > lArgs(1); in getShortCutManager() local
1111 lArgs[0] <<= aProp; in getShortCutManager()
1113 xInit->initialize(lArgs); in getShortCutManager()
/aoo41x/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java641 Object[] lArgs = new Object[1]; in LoadDocumentAcceleratorConfiguration() local
642 lArgs[0] = aProp; in LoadDocumentAcceleratorConfiguration()
645 xInit.initialize(lArgs); in LoadDocumentAcceleratorConfiguration()
/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx185 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs ) in loadComponentFromURL()
200 lArgs, in loadComponentFromURL()
1317 ::comphelper::SequenceAsHashMap lArgs; in impl_jumpToMark()
1318 lArgs[::rtl::OUString::createFromAscii("Bookmark")] <<= aURL.Mark; in impl_jumpToMark()
1319 xDispatcher->dispatch(aCmd, lArgs.getAsConstPropertyValueList()); in impl_jumpToMark()
/aoo41x/main/filter/source/config/tools/split/
H A DFCFGSplit.java255 public static void main(java.lang.String[] lArgs) in main() argument
269 … aCmdLine = new ConfigHelper("com/sun/star/filter/config/tools/split/FCFGSplit.cfg", lArgs); in main()
/aoo41x/main/framework/inc/dispatch/
H A Dhelpagentdispatcher.hxx94 const css::uno::Sequence< css::beans::PropertyValue >& lArgs)
/aoo41x/main/extensions/source/abpilot/
H A Dunodialogabp.hxx83 …t ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lArgs ) throw (::com::su…
/aoo41x/main/framework/inc/services/
H A Dbackingcomp.hxx126 …virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& lArgs ) throw(css::un…
H A Dautorecovery.hxx84 DispatchParams(const ::comphelper::SequenceAsHashMap& lArgs ,
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Daddon.cxx126 void SAL_CALL Addon::dispatch( const URL& aURL, const Sequence < PropertyValue >& lArgs ) throw (Ru… in dispatch() argument
H A Daddon.hxx81 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs )
/aoo41x/main/framework/source/inc/loadenv/
H A Dloadenv.hxx264 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs )
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.h131 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs )

Completed in 393 milliseconds

12