/aoo41x/main/formula/source/ui/dlg/ |
H A D | FormulaHelper.cxx | 133 ::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()
|
/aoo41x/main/formula/inc/formula/ |
H A D | formulahelper.hxx | 68 void GetArgStrings ( ::std::vector< ::rtl::OUString >& _rArgs, 76 … ::std::vector< ::rtl::OUString >& _rArgs ) const;
|
/aoo41x/main/svx/source/form/ |
H A D | fmtextcontrolfeature.cxx | 81 … void FmTextControlFeature::dispatch( const Sequence< PropertyValue >& _rArgs ) const SAL_THROW(()) in dispatch() 86 m_xDispatcher->dispatch( m_aFeatureURL, _rArgs ); in dispatch()
|
H A D | formcontroller.cxx | 4176 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()
|
/aoo41x/main/comphelper/source/processfactory/ |
H A D | processfactory.cxx | 83 const Sequence< Any >& _rArgs ) SAL_THROW( ( RuntimeException ) ) in createProcessComponentWithArguments() 89 xComponent = xFactory->createInstanceWithArguments( _rServiceSpecifier, _rArgs ); in createProcessComponentWithArguments()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | singledoccontroller.cxx | 172 void OSingleDocumentController::Execute( sal_uInt16 _nId, const Sequence< PropertyValue >& _rArgs ) in Execute() argument 189 OSingleDocumentController_Base::Execute( _nId, _rArgs ); in Execute()
|
H A D | dbsubcomponentcontroller.cxx | 463 void DBSubComponentController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& _rArgs) in Execute() argument 471 DBSubComponentController_Base::Execute( _nId, _rArgs ); in Execute()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 174 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 D | dbloader.cxx | 98 const Sequence< PropertyValue >& _rArgs,
|
H A D | brwctrlr.cxx | 2052 void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< PropertyValue >& _rArgs) in Execute() argument 2060 SbaXDataBrowserController_Base::Execute( nId, _rArgs ); in Execute()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | processfactory.hxx | 72 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& _rArgs
|
/aoo41x/main/svx/source/inc/ |
H A D | fmtextcontrolfeature.hxx | 82 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const SAL_THROW(…
|
H A D | formcontroller.hxx | 237 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) throw (::com::su…
|
/aoo41x/main/sfx2/inc/ |
H A D | frmload.hxx | 72 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs, const ::com::sun:…
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 816 …Impl::setResource( const ::rtl::OUString& i_rDocumentURL, const Sequence< PropertyValue >& _rArgs ) in setResource() argument 820 ::comphelper::NamedValueCollection aMediaDescriptor( _rArgs ); in setResource()
|
H A D | ModelImpl.hxx | 323 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | dbloader2.cxx | 268 const Sequence< PropertyValue >& _rArgs,
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 217 …ments( ::comphelper::MediaDescriptor& _rDescriptor, uno::Sequence< beans::PropertyValue >& _rArgs ) in lcl_stripLoadArguments() argument 222 _rDescriptor >> _rArgs; in lcl_stripLoadArguments()
|