Home
last modified time | relevance | path

Searched refs:lArguments (Results 1 – 25 of 99) sorted by relevance

1234

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDesk.java55 public static void main(String[] lArguments) in main() argument
61 for(int i=0; i<lArguments.length; ++i) in main()
63 lArguments[i] = lArguments[i].toLowerCase(); in main()
64 if(lArguments[i].startsWith("mode=")==true) in main()
65 sMode = lArguments[i].substring(5); in main()
67 if(lArguments[i].startsWith("file=")==true) in main()
68 sFile = lArguments[i].substring(5); in main()
H A DInterceptor.java268 …id dispatch(/*IN*/ com.sun.star.util.URL aURL,/*IN*/ com.sun.star.beans.PropertyValue[] lArguments) in dispatch() argument
280 lInArguments[0] = lArguments; in dispatch()
503 …pl_dispatch(/*IN*/ com.sun.star.util.URL aURL,/*IN*/ com.sun.star.beans.PropertyValue[] lArguments) in impl_dispatch() argument
527 aNewView.load(aURL.Complete,lArguments); in impl_dispatch()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx721 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in GetBaseURLFrom_Impl()
724 lArguments[nInd].Value >>= aBaseURL; in GetBaseURLFrom_Impl()
1014 m_aDocMediaDescriptor = GetValuableArgs_Impl( lArguments, in setPersistentEntry()
1019 if ( lArguments[nInd].Name.equalsAscii( "ReadOnly" ) ) in setPersistentEntry()
1020 lArguments[nInd].Value >>= m_bReadOnly; in setPersistentEntry()
1709 if ( lArguments[nInd].Name.equalsAscii( "URL" ) ) in reload()
1712 lArguments[nInd].Value >>= m_aLinkURL; in reload()
1717 lArguments[nInd].Value >>= aNewLinkFilter; in reload()
1744 LinkInit_Impl( aObject, lArguments, lObjArgs ); in reload()
1768 if ( lArguments[nInd].Name.equalsAscii( "ReadOnly" ) ) in reload()
[all …]
/trunk/main/framework/source/dispatch/
H A Dloaddispatcher.cxx78 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification()
82 impl_dispatch( aURL, lArguments, xListener ); in dispatchWithNotification()
89 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments) in dispatch()
92 impl_dispatch( aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListener >() ); in dispatch()
99 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in dispatchWithReturnValue()
102 …return impl_dispatch( rURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListener >… in dispatchWithReturnValue()
127 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in impl_dispatch()
164 …m_aLoader.initializeLoading( rURL.Complete, lArguments, xBaseFrame, m_sTarget, m_nSearchFlags, (Lo… in impl_dispatch()
H A Dclosedispatcher.cxx110 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments) in dispatch()
113 …dispatchWithNotification(aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListene… in dispatch()
168 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification()
234 for (sal_Int32 nArgs=0; nArgs<lArguments.getLength(); nArgs++ ) in dispatchWithNotification()
236 if ( lArguments[nArgs].Name.equalsAscii("SynchronMode") ) in dispatchWithNotification()
238 lArguments[nArgs].Value >>= bIsSynchron; in dispatchWithNotification()
H A Dmailtodispatcher.cxx196 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept… in dispatch()
201 implts_dispatch(aURL,lArguments); in dispatch()
222 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification()
230 sal_Bool bState = implts_dispatch(aURL,lArguments); in dispatchWithNotification()
H A Dservicehandler.cxx194 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept… in dispatch()
199 implts_dispatch(aURL,lArguments); in dispatch()
220 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification()
228 css::uno::Reference< css::uno::XInterface > xService = implts_dispatch(aURL,lArguments); in dispatchWithNotification()
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx148 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept… in recordDispatch()
152 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Fa… in recordDispatch()
158 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept… in recordDispatchAsComment()
163 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Tr… in recordDispatchAsComment()
336 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in implts_recordMacro()
347 sal_Int32 nLength = lArguments.getLength(); in implts_recordMacro()
351 if(!lArguments[i].Value.hasValue()) in implts_recordMacro()
357 AppendToBuffer(lArguments[i].Value, sValBuffer); in implts_recordMacro()
374 aArgumentBuffer.append (lArguments[i].Name); in implts_recordMacro()
H A Ddispatchrecordersupplier.cxx182 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments , in dispatchAndRecord()
205 xRecordable->dispatchAndRecord(aURL,lArguments,xRecorder); in dispatchAndRecord()
212 xDispatcher->dispatch(aURL,lArguments); in dispatchAndRecord()
213 xRecorder->recordDispatch(aURL,lArguments); in dispatchAndRecord()
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx1374 const uno::Sequence< beans::PropertyValue >& lArguments, in setPersistentEntry()
1449 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry()
1450 if ( lArguments[nInd].Name.equalsAscii( "ReadOnly" ) ) in setPersistentEntry()
1451 lArguments[nInd].Value >>= m_bReadOnly; in setPersistentEntry()
1527 for ( sal_Int32 nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry()
1528 if ( lArguments[nInd].Name.equalsAscii( "URL" ) ) in setPersistentEntry()
1529 lArguments[nInd].Value >>= aURL; in setPersistentEntry()
1583 const uno::Sequence< beans::PropertyValue >& lArguments, in storeToEntry()
1617 const uno::Sequence< beans::PropertyValue >& lArguments, in storeAsEntry()
1981 const uno::Sequence< beans::PropertyValue >& lArguments, in reload()
[all …]
/trunk/main/framework/source/inc/dispatch/
H A Dloaddispatcher.hxx127 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
133 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments)
146 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments )
151 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx646 Sequence< PropertyValue > lArguments( 3 ); in actionPerformed() local
647 lArguments[ 0 ].Name = TKGet( TK_Settings ); in actionPerformed()
648 lArguments[ 0 ].Value <<= GetConfigurationSequence(); in actionPerformed()
649 lArguments[ 1 ].Name = TKGet( TK_StatusListener ); in actionPerformed()
650 lArguments[ 1 ].Value <<= Reference< XStatusListener >( this ); in actionPerformed()
651 lArguments[ 2 ].Name = TKGet( TK_ParentWindow ); in actionPerformed()
652 lArguments[ 2 ].Value <<= mxDialogWindowPeer; in actionPerformed()
655 xDispatch->dispatch( aURL, lArguments ); in actionPerformed()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DConfigItemTest.cxx63 …tual css::uno::Any SAL_CALL execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments)
105 …ny SAL_CALL ConfigItemTest::execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in execute() argument
112 ::sal_Int32 c = lArguments.getLength(); in execute()
115 const css::beans::NamedValue& rArg = lArguments[0]; in execute()
/trunk/main/framework/inc/dispatch/
H A Dblankdispatcher.hxx86 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::Runti…
108 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
112 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
H A Dmailtodispatcher.hxx118 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
123 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExc…
133 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept…
H A Dservicehandler.hxx124 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
129 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExc…
139 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeExcept…
/trunk/main/framework/inc/recording/
H A Ddispatchrecorder.hxx83 …til::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::un…
84 …til::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::un…
101 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
/trunk/main/offapi/com/sun/star/frame/
H A DXStorable.idl123 @param lArguments
137 [in] sequence<com::sun::star::beans::PropertyValue> lArguments )
154 @param lArguments
164 [in] sequence<com::sun::star::beans::PropertyValue> lArguments )
/trunk/main/framework/source/services/
H A Ddispatchhelper.cxx113 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in executeDispatch()
143 css::uno::Sequence< css::beans::PropertyValue > aArguments( lArguments ); in executeDispatch()
144 sal_Int32 nLength = lArguments.getLength(); in executeDispatch()
/trunk/main/framework/source/jobs/
H A Dshelljob.cxx174 const css::uno::Sequence< ::rtl::OUString >& lArguments , in impl_execute()
178 const ::sal_Int32 nArgs = lArguments.getLength (); in impl_execute()
183 …pArgs = reinterpret_cast< ::rtl_uString** >(const_cast< ::rtl::OUString* >(lArguments.getConstArra… in impl_execute()
H A Dhelponstartup.cxx154 …Any SAL_CALL HelpOnStartup::execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in execute() argument
161 ::rtl::OUString sModule = its_getModuleIdFromEnv(lArguments); in execute()
222 …lpOnStartup::its_getModuleIdFromEnv(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in its_getModuleIdFromEnv() argument
224 ::comphelper::SequenceAsHashMap lArgs (lArguments); in its_getModuleIdFromEnv()
/trunk/main/framework/source/helper/
H A Dtagwindowasmodified.cxx99 void SAL_CALL TagWindowAsModified::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument
105 if (lArguments.getLength() > 0) in initialize()
106 lArguments[0] >>= xFrame; in initialize()
H A Dpersistentwindowstate.cxx100 …d SAL_CALL PersistentWindowState::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument
106 if (lArguments.getLength() < 1) in initialize()
112 lArguments[0] >>= xFrame; in initialize()
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()
/trunk/main/embeddedobj/source/inc/
H A Ddummyobject.hxx182 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
190 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su…
200 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
235 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,

Completed in 91 milliseconds

1234