| /trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
| H A D | Desk.java | 55 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 D | Interceptor.java | 268 …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 D | persistence.cxx | 715 const uno::Sequence< beans::PropertyValue >& lArguments, in GetBaseURLFrom_Impl() 721 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in GetBaseURLFrom_Impl() 722 …if ( lArguments[nInd].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentBaseURL"… in GetBaseURLFrom_Impl() 724 lArguments[nInd].Value >>= aBaseURL; in GetBaseURLFrom_Impl() 932 const uno::Sequence< beans::PropertyValue >& lArguments, in setPersistentEntry() 1009 m_aDocMediaDescriptor = GetValuableArgs_Impl( lArguments, in setPersistentEntry() 1013 for ( sal_Int32 nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry() 1014 if ( lArguments[nInd].Name.equalsAscii( "ReadOnly" ) ) in setPersistentEntry() 1015 lArguments[nInd].Value >>= m_bReadOnly; in setPersistentEntry() 1138 m_pDocHolder->SetComponent( CreateDocFromMediaDescr_Impl( lArguments ), m_bReadOnly ); in setPersistentEntry() [all …]
|
| /trunk/main/framework/source/dispatch/ |
| H A D | loaddispatcher.cxx | 78 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification() 81 impl_dispatch( aURL, lArguments, xListener ); in dispatchWithNotification() 88 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments) in dispatch() 90 impl_dispatch( aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListener >() ); in dispatch() 97 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in dispatchWithReturnValue() 99 …return impl_dispatch( rURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListener >… in dispatchWithReturnValue() 122 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in impl_dispatch() 159 …m_aLoader.initializeLoading( rURL.Complete, lArguments, xBaseFrame, m_sTarget, m_nSearchFlags, (Lo… in impl_dispatch()
|
| H A D | closedispatcher.cxx | 110 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments) in dispatch() 112 …dispatchWithNotification(aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListene… in dispatch() 163 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in dispatchWithNotification() 228 for (sal_Int32 nArgs=0; nArgs<lArguments.getLength(); nArgs++ ) in dispatchWithNotification() 230 if ( lArguments[nArgs].Name.equalsAscii("SynchronMode") ) in dispatchWithNotification() 232 lArguments[nArgs].Value >>= bIsSynchron; in dispatchWithNotification()
|
| H A D | mailtodispatcher.cxx | 196 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) 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 D | servicehandler.cxx | 194 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) 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 D | dispatchrecorder.cxx | 147 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in recordDispatch() 151 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Fa… in recordDispatch() 157 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in recordDispatchAsComment() 162 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Tr… in recordDispatchAsComment() 335 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, in implts_recordMacro() 346 sal_Int32 nLength = lArguments.getLength(); in implts_recordMacro() 350 if(!lArguments[i].Value.hasValue()) in implts_recordMacro() 356 AppendToBuffer(lArguments[i].Value, sValBuffer); in implts_recordMacro() 373 aArgumentBuffer.append (lArguments[i].Name); in implts_recordMacro()
|
| H A D | dispatchrecordersupplier.cxx | 182 … 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 D | olepersist.cxx | 1365 const uno::Sequence< beans::PropertyValue >& lArguments, in setPersistentEntry() 1375 …xWrappedObject->setPersistentEntry( xStorage, sEntName, nEntryConnectionMode, lArguments, lObjArgs… in setPersistentEntry() 1435 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry() 1436 if ( lArguments[nInd].Name.equalsAscii( "ReadOnly" ) ) in setPersistentEntry() 1437 lArguments[nInd].Value >>= m_bReadOnly; in setPersistentEntry() 1513 for ( sal_Int32 nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry() 1514 if ( lArguments[nInd].Name.equalsAscii( "URL" ) ) in setPersistentEntry() 1515 lArguments[nInd].Value >>= aURL; in setPersistentEntry() 1569 const uno::Sequence< beans::PropertyValue >& lArguments, in storeToEntry() 1579 xWrappedObject->storeToEntry( xStorage, sEntName, lArguments, lObjArgs ); in storeToEntry() [all …]
|
| /trunk/main/framework/source/inc/dispatch/ |
| H A D | loaddispatcher.hxx | 127 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, 132 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments); 142 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 146 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | optimizerdialog.cxx | 640 Sequence< PropertyValue > lArguments( 3 ); in actionPerformed() local 641 lArguments[ 0 ].Name = TKGet( TK_Settings ); in actionPerformed() 642 lArguments[ 0 ].Value <<= GetConfigurationSequence(); in actionPerformed() 643 lArguments[ 1 ].Name = TKGet( TK_StatusListener ); in actionPerformed() 644 lArguments[ 1 ].Value <<= Reference< XStatusListener >( this ); in actionPerformed() 645 lArguments[ 2 ].Name = TKGet( TK_ParentWindow ); in actionPerformed() 646 lArguments[ 2 ].Value <<= mxDialogWindowPeer; in actionPerformed() 649 xDispatch->dispatch( aURL, lArguments ); in actionPerformed()
|
| /trunk/main/svl/qa/complex/ConfigItems/helper/ |
| H A D | ConfigItemTest.cxx | 63 …ual css::uno::Any SAL_CALL execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments); 99 …ny SAL_CALL ConfigItemTest::execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in execute() argument 103 ::sal_Int32 c = lArguments.getLength(); in execute() 106 const css::beans::NamedValue& rArg = lArguments[0]; in execute()
|
| /trunk/main/embeddedobj/source/inc/ |
| H A D | dummyobject.hxx | 141 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 144 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su… 149 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 166 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
|
| H A D | oleembobj.hxx | 236 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 345 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 348 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su… 353 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 377 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
|
| H A D | commonembobj.hxx | 234 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 318 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 321 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, const ::com::su… 326 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments, 352 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArguments,
|
| /trunk/main/framework/inc/dispatch/ |
| H A D | blankdispatcher.hxx | 86 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 108 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments , 112 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
|
| H A D | servicehandler.hxx | 124 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, 129 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 139 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments );
|
| H A D | mailtodispatcher.hxx | 118 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments, 123 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 133 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments );
|
| /trunk/main/framework/inc/recording/ |
| H A D | dispatchrecorder.hxx | 83 … ( const css::util::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 84 …t( const css::util::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& lArguments ); 101 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
|
| /trunk/main/framework/source/services/ |
| H A D | dispatchhelper.cxx | 113 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) in executeDispatch() 142 css::uno::Sequence< css::beans::PropertyValue > aArguments( lArguments ); in executeDispatch() 143 sal_Int32 nLength = lArguments.getLength(); in executeDispatch()
|
| /trunk/main/offapi/com/sun/star/frame/ |
| H A D | XStorable.idl | 123 @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/jobs/ |
| H A D | shelljob.cxx | 171 const css::uno::Sequence< ::rtl::OUString >& lArguments , in impl_execute() 175 const ::sal_Int32 nArgs = lArguments.getLength (); in impl_execute() 180 …pArgs = reinterpret_cast< ::rtl_uString** >(const_cast< ::rtl::OUString* >(lArguments.getConstArra… in impl_execute()
|
| H A D | helponstartup.cxx | 154 …Any SAL_CALL HelpOnStartup::execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in execute() argument 158 ::rtl::OUString sModule = its_getModuleIdFromEnv(lArguments); in execute() 218 …lpOnStartup::its_getModuleIdFromEnv(const css::uno::Sequence< css::beans::NamedValue >& lArguments) in its_getModuleIdFromEnv() argument 220 ::comphelper::SequenceAsHashMap lArgs (lArguments); in its_getModuleIdFromEnv()
|
| /trunk/main/framework/source/helper/ |
| H A D | tagwindowasmodified.cxx | 99 void SAL_CALL TagWindowAsModified::initialize(const css::uno::Sequence< css::uno::Any >& lArguments) in initialize() argument 103 if (lArguments.getLength() > 0) in initialize() 104 lArguments[0] >>= xFrame; in initialize()
|