Home
last modified time | relevance | path

Searched refs:_rArgs (Results 1 – 18 of 18) sorted by relevance

/trunk/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx133 ::std::vector< ::rtl::OUString >& _rArgs ) const in FillArgStrings()
149 _rArgs.push_back(rFormula.Copy( nStart, nEnd-1-nStart )); in FillArgStrings()
151 _rArgs.push_back(String()), bLast = sal_True; in FillArgStrings()
157 _rArgs.push_back( rFormula.Copy( nStart, nEnd-nStart ) ); in FillArgStrings()
159 _rArgs.push_back(String()); in FillArgStrings()
165 _rArgs.push_back(String()); in FillArgStrings()
170 void FormulaHelper::GetArgStrings( ::std::vector< ::rtl::OUString >& _rArgs in GetArgStrings() argument
177 FillArgStrings( rFormula, nFuncPos, nArgs, _rArgs ); in GetArgStrings()
/trunk/main/formula/inc/formula/
H A Dformulahelper.hxx68 void GetArgStrings ( ::std::vector< ::rtl::OUString >& _rArgs,
76 … ::std::vector< ::rtl::OUString >& _rArgs ) const;
/trunk/main/svx/source/form/
H A Dfmtextcontrolfeature.cxx81 … void FmTextControlFeature::dispatch( const Sequence< PropertyValue >& _rArgs ) const SAL_THROW(()) in dispatch()
86 m_xDispatcher->dispatch( m_aFeatureURL, _rArgs ); in dispatch()
H A Dformcontroller.cxx4176 void SAL_CALL FormController::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _rArgs )… in dispatch() argument
4178 if ( _rArgs.getLength() != 1 ) in dispatch()
4187 OSL_VERIFY( _rArgs[0].Value >>= xRequest ); in dispatch()
/trunk/main/comphelper/source/processfactory/
H A Dprocessfactory.cxx83 const Sequence< Any >& _rArgs ) SAL_THROW( ( RuntimeException ) ) in createProcessComponentWithArguments()
89 xComponent = xFactory->createInstanceWithArguments( _rServiceSpecifier, _rArgs ); in createProcessComponentWithArguments()
/trunk/main/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx172 void OSingleDocumentController::Execute( sal_uInt16 _nId, const Sequence< PropertyValue >& _rArgs ) in Execute() argument
189 OSingleDocumentController_Base::Execute( _nId, _rArgs ); in Execute()
H A Ddbsubcomponentcontroller.cxx463 void DBSubComponentController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& _rArgs) in Execute() argument
471 DBSubComponentController_Base::Execute( _nId, _rArgs ); in Execute()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx174 void execute( const URL& _rFeatureURL, const Sequence< PropertyValue>& _rArgs );
198 void UserDefinedFeatures::execute( const URL& _rFeatureURL, const Sequence< PropertyValue>& _rArgs ) in execute() argument
217 xDispatch->dispatch( _rFeatureURL, _rArgs ); in execute()
1044 void OGenericUnoController::Execute( sal_uInt16 _nId, const Sequence< PropertyValue>& _rArgs ) in Execute() argument
1051 m_pData->m_aUserDefinedFeatures.execute( getURLForId( _nId ), _rArgs ); in Execute()
H A Ddbloader.cxx98 const Sequence< PropertyValue >& _rArgs,
H A Dbrwctrlr.cxx2052 void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< PropertyValue >& _rArgs) in Execute() argument
2060 SbaXDataBrowserController_Base::Execute( nId, _rArgs ); in Execute()
/trunk/main/comphelper/inc/comphelper/
H A Dprocessfactory.hxx72 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArgs
/trunk/main/svx/source/inc/
H A Dfmtextcontrolfeature.hxx82 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const SAL_THROW(…
H A Dformcontroller.hxx237 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) throw (::com::su…
/trunk/main/sfx2/inc/
H A Dfrmload.hxx72 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs, const ::com::sun:…
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx816 …Impl::setResource( const ::rtl::OUString& i_rDocumentURL, const Sequence< PropertyValue >& _rArgs ) in setResource() argument
820 ::comphelper::NamedValueCollection aMediaDescriptor( _rArgs ); in setResource()
H A DModelImpl.hxx323 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx268 const Sequence< PropertyValue >& _rArgs,
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx217 …ments( ::comphelper::MediaDescriptor& _rDescriptor, uno::Sequence< beans::PropertyValue >& _rArgs ) in lcl_stripLoadArguments() argument
222 _rDescriptor >> _rArgs; in lcl_stripLoadArguments()

Completed in 138 milliseconds