Home
last modified time | relevance | path

Searched refs:rArgs (Results 51 – 75 of 101) sorted by path

12345

/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx178 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) const;
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx225 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs, SfxAllItemSet& rS… in TransformParameters() argument
238 sal_Int32 nCount = rArgs.getLength(); in TransformParameters()
242 const ::com::sun::star::beans::PropertyValue* pPropsVal = rArgs.getConstArray(); in TransformParameters()
953 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs, const SfxSlot* pS… in TransformItems() argument
1668 rArgs = aSequ; in TransformItems()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1132 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, const SfxItemSet& rArgs, in ExecuteFunction() argument
1169 SfxRequest aReq( nSlot, eCall, rArgs ); in ExecuteFunction()
1381 const SfxItemSet &rArgs // <SfxItemSet> mit Parametern in Execute() argument
1401 return Execute( nSlot, eCall, 0, rArgs ); in Execute()
1410 const SfxItemSet &rArgs in Execute() argument
1422 SfxItemIter aIter(rArgs); in Execute()
H A Dmacro.cxx64 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rArgs in SfxMacroStatement()
116 aArgs( rArgs ), in SfxMacroStatement()
229 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rArgs in SfxMacroStatement()
242 aArgs( rArgs ), in SfxMacroStatement()
H A Drequest.cxx102 void Record( const uno::Sequence < beans::PropertyValue >& rArgs );
260 const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& rArgs, in SfxRequest()
278 TransformParameters( nSlot, rArgs, *pArgs, pSlot ); in SfxRequest()
331 void SfxRequest::SetInternalArgs_Impl( const SfxAllItemSet& rArgs ) in SetInternalArgs_Impl() argument
334 pImp->pInternalArgs = new SfxAllItemSet( rArgs ); in SetInternalArgs_Impl()
347 const uno::Sequence < beans::PropertyValue >& rArgs // aktuelle Parameter in Record()
378 rArgs[0].Value >>= aNew; in Record()
401 xRecorder->recordDispatch(aURL,rArgs); in Record()
403 xRecorder->recordDispatchAsComment(aURL,rArgs); in Record()
437 void SfxRequest::SetArgs( const SfxAllItemSet& rArgs ) in SetArgs() argument
[all …]
H A Dunoctitm.cxx593 sal_Int32 nLen = rArgs.getLength(); in addParametersToArgs()
594 rArgs.realloc( nLen+1 ); in addParametersToArgs()
595 rArgs[nLen].Name = aParamName; in addParametersToArgs()
600 rArgs[nLen].Value <<= aValue.toInt32(); in addParametersToArgs()
605 rArgs[nLen].Value <<= aValue.toBoolean(); in addParametersToArgs()
610 rArgs[nLen].Value <<= sal_Int8( aValue.toInt32() ); in addParametersToArgs()
615 rArgs[nLen].Value <<= aValue.toInt32(); in addParametersToArgs()
620 rArgs[nLen].Value <<= sal_Int8( aValue.toInt32() ); in addParametersToArgs()
625 rArgs[nLen].Value <<= aValue.toInt64(); in addParametersToArgs()
630 rArgs[nLen].Value <<= aValue.toFloat(); in addParametersToArgs()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx217 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) in ShowFilterOptionsDialog()
290 rArgs.realloc( ++rNumArgs ); in ShowFilterOptionsDialog()
291 rArgs[rNumArgs-1].Name = aPropsFromDialog[ nInd ].Name; in ShowFilterOptionsDialog()
292 rArgs[rNumArgs-1].Value = aPropsFromDialog[ nInd ].Value; in ShowFilterOptionsDialog()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx948 … const uno::Sequence< beans::PropertyValue >& rArgs ) in attachResource()
952 …if ( rURL.getLength() == 0 && rArgs.getLength() == 1 && rArgs[0].Name.equalsAscii( "SetEmbedded" )… in attachResource()
959 if ( ( rArgs[0].Value >>= bEmb ) && bEmb ) in attachResource()
972 ::comphelper::NamedValueCollection aArgs( rArgs ); in attachResource()
1005 TransformParameters( SID_OPENDOC, rArgs, aSet ); in attachResource()
1694 const uno::Sequence< beans::PropertyValue >& rArgs ) in storeAsURL()
1706 impl_store( rURL, rArgs, sal_False ); in storeAsURL()
1735 const uno::Sequence< beans::PropertyValue >& rArgs ) in storeToURL()
1744 impl_store( rURL, rArgs, sal_True ); in storeToURL()
/trunk/main/sfx2/source/inc/
H A Dhexplwnd.hxx89 …RL& rURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
H A Dtplcomp.hxx113 …d SAL_CALL execute( const ::rtl::OUString& rCommand, const ::com::sun::star::uno::Any& rArgs,
191 …oid SAL_CALL execute( const ::rtl::OUString& rCommand, const ::com::sun::star::uno::Any& rArgs,
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx517 sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rArgs, in load() argument
527 ::comphelper::NamedValueCollection aDescriptor( rArgs ); in load()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx863 const RenderArgs& rArgs, in update() argument
874 rArgs.maOrigBounds, in update()
875 rArgs.maBounds, in update()
876 rArgs.maUnitBounds, in update()
878 rArgs.mrAttr, in update()
879 rArgs.mrSubsets, in update()
880 rArgs.mnShapePriority, in update()
885 rArgs.maBounds, in update()
886 rArgs.maUpdateBounds, in update()
888 rArgs.mrAttr, in update()
[all …]
H A Dviewshape.hxx197 const RenderArgs& rArgs,
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx385 …virtual Any SAL_CALL invoke( const Any & rObj, Sequence< Any > & rArgs ) throw(::com::sun::star::l…
602 Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > & rArgs ) in invoke() argument
630 if (rArgs.getLength() != nParams) in invoke()
638 Any * pCppArgs = rArgs.getArray(); in invoke()
/trunk/main/svtools/inc/svtools/
H A Dpopupmenucontrollerbase.hxx106 …mmandURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
H A Dtoolboxcontroller.hxx127 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs, const rtl::OUStri…
151 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) in DispatchInfo()
154 , maArgs( rArgs ) in DispatchInfo()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx77 … const Reference< XDispatch >& xDispatch, const URL& rURL, const Sequence< PropertyValue >& rArgs ) in PopupMenuControllerBaseDispatchInfo()
78 : mxDispatch( xDispatch ), maURL( rURL ), maArgs( rArgs ) {} in PopupMenuControllerBaseDispatchInfo()
170 …ommandURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) in dispatchCommand() argument
185 …trollerBase, ExecuteHdl_Impl), new PopupMenuControllerBaseDispatchInfo( xDispatch, aURL, rArgs ) ); in dispatchCommand()
H A Dtoolboxcontroller.cxx717 …tchCommand( const OUString& sCommandURL, const Sequence< PropertyValue >& rArgs, const OUString &s… in dispatchCommand() argument
728 DispatchInfo *pDispatchInfo = new DispatchInfo( xDispatch, aURL, rArgs ); in dispatchCommand()
/trunk/main/svx/inc/
H A Dtbunocontroller.hxx73 …hCommand( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx402 const uno::Sequence< beans::PropertyValue >& rArgs ) in dispatchCommand()
415 xDispatch->dispatch( aURL, rArgs ); in dispatchCommand()
/trunk/main/sw/source/core/doc/
H A Ddocbasic.cxx50 static Sequence<Any> *lcl_docbasic_convertArgs( SbxArray& rArgs ) in lcl_docbasic_convertArgs() argument
54 sal_uInt16 nCount = rArgs.Count(); in lcl_docbasic_convertArgs()
62 SbxVariable *pVar = rArgs.Get( i+1 ); in lcl_docbasic_convertArgs()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx162 SwConversionArgs &rArgs; member in SwConvIter
165 rArgs( rConvArgs ) in SwConvIter()
448 xEmpty, pPageCnt, pPageSt, false, &rArgs ) >>= aConvText; in Continue()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1029 sal_uInt16 SwTxtNode::Convert( SwConversionArgs &rArgs ) in Convert() argument
1036 if ( rArgs.pStartNode != this ) in Convert()
1041 nTextBegin = rArgs.pStartIdx->GetIndex(); in Convert()
1047 nTextEnd = ( rArgs.pEndNode != this ) in Convert()
1051 rArgs.aConvText = rtl::OUString(); in Convert()
1135 rArgs.nConvTextLang = nLangFound; in Convert()
1138 rArgs.pStartNode = this; in Convert()
1139 rArgs.pStartIdx->Assign(this, nBegin + nLen ); in Convert()
1141 rArgs.pEndNode = this; in Convert()
1142 rArgs.pEndIdx->Assign(this, nBegin ); in Convert()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaeventshelper.hxx35 const css::uno::Sequence< css::uno::Any >& rArgs,
40 …const EventHandlerInfo& rInfo, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::uno:…
41 …const EventHandlerInfo& rInfo, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang…
43 …const EventHandlerInfo& rInfo, const css::uno::Sequence< css::uno::Any >& rArgs ) const throw (css…
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx128 virtual sal_Int32 SAL_CALL run( const Sequence< OUString > & rArgs ) throw (RuntimeException);
1139 sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) in run() argument
1145 if (! rArgs.getLength()) in run()
1156 if( rArgs.getLength() > 1 && 0 == rArgs[0].compareToAscii( "-u" ) ) in run()
1167 if (i < rArgs.getLength() in run()
1168 && rArgs[i].equalsAsciiL( in run()
1175 if (i < rArgs.getLength() in run()
1176 && rArgs[i].equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("stress"))) in run()
1185 o = UnoUrlResolver::create(m_xContext)->resolve(rArgs[1]); in run()
1188 rArgs[0], m_xContext); in run()

Completed in 228 milliseconds

12345