Home
last modified time | relevance | path

Searched refs:rArgs (Results 26 – 50 of 101) sorted by relevance

12345

/trunk/main/testtools/source/performance/
H A Dubtest.cxx426 virtual sal_Int32 SAL_CALL run( const Sequence< OUString > & rArgs ) throw (RuntimeException);
947 static OUString extractParam( const Sequence< OUString > & rArgs, const OUString & rParam ) in extractParam() argument
949 const OUString * pArgs = rArgs.getConstArray(); in extractParam()
950 for ( sal_Int32 nPos = rArgs.getLength(); nPos--; ) in extractParam()
965 sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) in run() argument
975 OUString aLoopStr( extractParam( rArgs, OUString( RTL_CONSTASCII_USTRINGPARAM("loop") ) ) ); in run()
983 …OUString aDurationStr( extractParam( rArgs , OUString( RTL_CONSTASCII_USTRINGPARAM("duration" ) ) … in run()
991 OUString aLogStr( extractParam( rArgs, OUString( RTL_CONSTASCII_USTRINGPARAM("log") ) ) ); in run()
1017 OUString aArgStr( extractParam( rArgs, OUString( RTL_CONSTASCII_USTRINGPARAM("opt") ) ) ); in run()
1023 if (! rArgs.getLength()) in run()
[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()
/trunk/main/oox/source/xls/
H A Dooxformulaparser.cxx179 void SAL_CALL OOXMLFormulaParser::initialize( const Sequence< Any >& rArgs ) throw( Exception, Runt… in initialize() argument
181 OSL_ENSURE( rArgs.hasElements(), "OOXMLFormulaParser::initialize - missing arguments" ); in initialize()
182 if( !rArgs.hasElements() ) in initialize()
184 mxComponent.set( rArgs[ 0 ], UNO_QUERY_THROW ); in initialize()
/trunk/main/sfx2/source/control/
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()
/trunk/main/registry/tools/
H A Dchecksingleton.cxx69 virtual bool initOptions_Impl (std::vector< std::string > & rArgs);
100 bool Options_Impl::initOptions_Impl(std::vector< std::string > & rArgs) in initOptions_Impl() argument
102 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl()
/trunk/main/idlc/inc/idlc/
H A Doptions.hxx52 static bool checkArgument(std::vector< std::string > & rArgs, char const * arg, size_t len);
53 static bool checkCommandFile(std::vector< std::string > & rArgs, char const * filename);
55 bool initOptions(std::vector< std::string > & rArgs)
/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()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx515 void SAL_CALL VBAMacroResolver::initialize( const uno::Sequence< uno::Any >& rArgs ) throw (uno::Ex… in initialize() argument
517 OSL_ENSURE( rArgs.getLength() < 2, "VBAMacroResolver::initialize - missing arguments" ); in initialize()
518 if( rArgs.getLength() < 2 ) in initialize()
522 mxModel.set( rArgs[ 0 ], uno::UNO_QUERY_THROW ); in initialize()
529 if( !(rArgs[ 1 ] >>= maProjectName) || (maProjectName.getLength() == 0) ) in initialize()
/trunk/main/sfx2/inc/sfx2/
H A Drequest.hxx74 …fxSlot* pSlot, const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& rArgs,
85 SAL_DLLPRIVATE void SetInternalArgs_Impl( const SfxAllItemSet& rArgs );
88 void SetArgs( const SfxAllItemSet& rArgs );
H A Ddispatch.hxx156 …sal_uInt16 ExecuteFunction( sal_uInt16 nSID, const SfxItemSet& rArgs , sal_uInt16 nMo…
178 const SfxItemSet &rArgs );
183 const SfxItemSet &rArgs );
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx110 …ence< XMultiServiceFactory > xFactory, const OUString& rServiceName, const Sequence< Any >& rArgs ) in CreateInstanceWithArgs()
117 xInt = xFactory->createInstanceWithArguments( rServiceName, rArgs ); in CreateInstanceWithArgs()
134 const OUString& rServiceName, const Sequence< Any >& rArgs ) in CreateInstanceWithArgs()
136 return CreateInstanceWithArgs( ::comphelper::getProcessServiceFactory(), rServiceName, rArgs ); in CreateInstanceWithArgs()
/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/canvas/source/tools/
H A Dparametricpolypolygon.cxx62 const uno::Sequence< uno::Any >& rArgs ) in create()
78 for( sal_Int32 i=0; i<rArgs.getLength(); ++i ) in create()
81 if( (rArgs[i] >>= aProp) ) in create()
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx41 ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs, in ScVbaHyperlink() argument
43 HyperlinkImpl_BASE( getXSomethingFromArgs< XHelperInterface >( rArgs, 0 ), rxContext ), in ScVbaHyperlink()
44 mxCell( getXSomethingFromArgs< table::XCell >( rArgs, 1, false ) ), in ScVbaHyperlink()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx72 …URL& aURL, const ::rtl::OUString& rCommand, const Sequence< NamedValue >& rArgs, sal_Bool bEnabled… in SendCommand() argument
86 aCtrlCmd.Arguments = rArgs; in SendCommand()
92 …URL& aURL, const ::rtl::OUString& rCommand, const Sequence< NamedValue >& rArgs, sal_Bool bEnabled… in SendCommandTo() argument
103 aCtrlCmd.Arguments = rArgs; in SendCommandTo()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx297 …dDispatch::execute( const ::rtl::OUString& rCommand, const Sequence< beans::PropertyValue>& rArgs ) in execute() argument
299 (void)rArgs; in execute()
392 const beans::PropertyValue* pIter = rArgs.getConstArray(); in execute()
393 const beans::PropertyValue* pEnd = pIter + rArgs.getLength(); in execute()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx183 const Sequence< PropertyValue >& rArgs, in load()
189 m_aArgs = rArgs; in load()
227 ::comphelper::NamedValueCollection aLoadArgs( rArgs ); in load()
/trunk/main/svtools/inc/svtools/
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/ucbhelper/source/provider/
H A Dsimpleioerrorrequest.cxx35 const uno::Sequence< uno::Any > & rArgs, in SimpleIOErrorRequest()
45 aRequest.Arguments = rArgs; in SimpleIOErrorRequest()
H A Dcancelcommandexecution.cxx91 const uno::Sequence< uno::Any > & rArgs, in cancelCommandExecution()
101 eError, rArgs, rMessage, xContext ); in cancelCommandExecution()
/trunk/main/sc/source/ui/inc/
H A Ddrtxtob.hxx69 sal_Bool ExecuteCharDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet , sal_uInt16 nSlot);
70 sal_Bool ExecuteParaDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet );
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dregisterucb.hxx86 const rtl::OUString & rArgs ) in ContentProviderData()
87 : ServiceName( rService ), URLTemplate( rTemplate ), Arguments( rArgs ) {} in ContentProviderData()
/trunk/main/framework/source/inc/dispatch/
H A Duieventloghelper.hxx51 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs) in log()
66 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> aArgsWithOrigin(rArgs); in log()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx148 static uno::Reference<rendering::XCanvas> grabCanvas( uno::Sequence<uno::Any> const& rArgs ) in grabCanvas() argument
153 if( rArgs.getLength() < 1 ) in grabCanvas()
156 xRet.set( rArgs[0], uno::UNO_QUERY ); in grabCanvas()

Completed in 91 milliseconds

12345