Home
last modified time | relevance | path

Searched refs:rArguments (Results 26 – 50 of 112) sorted by relevance

12345

/aoo4110/main/chart2/source/controller/main/
H A DShapeToolbarController.cxx116 void ShapeToolbarController::initialize( const Sequence< uno::Any >& rArguments ) throw (uno::Excep… in initialize() argument
118 ToolboxController::initialize( rArguments ); in initialize()
179 m_pToolbarController->initialize( rArguments ); in initialize()
/aoo4110/main/linguistic/workben/
H A Dsspellimp.cxx353 SpellChecker::initialize( const Sequence< Any >& rArguments ) in initialize() argument
360 INT32 nLen = rArguments.getLength(); in initialize()
364 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
/aoo4110/main/sw/source/filter/xml/
H A Dwrtxml.hxx77 ::com::sun::star::uno::Any> & rArguments,
94 ::com::sun::star::uno::Any> & rArguments,
/aoo4110/main/ucbhelper/inc/ucbhelper/
H A Dcontentbroker.hxx79 ::com::sun::star::uno::Any >& rArguments );
118 ::com::sun::star::uno::Any >& rArguments );
/aoo4110/main/uui/source/
H A Dinteractionhandler.cxx70 uno::Sequence< uno::Any > const & rArguments) in initialize()
74 m_pImpl = new UUIInteractionHelper(m_xServiceFactory, rArguments); in initialize()
H A Diahndl-errorhandler.cxx140 std::vector< rtl::OUString > const & rArguments, in handleErrorHandlerRequest()
191 aMessage = replaceMessageWithArguments( aMessage, rArguments ); in handleErrorHandlerRequest()
/aoo4110/main/stoc/source/servicemanager/
H A Dservicemanager.cxx561 Sequence< Any > const & rArguments,
721 Sequence< Any > const & rArguments, in createInstanceWithArgumentsAndContext()
724 …{ return getRoot()->createInstanceWithArgumentsAndContext( rServiceSpecifier, rArguments, xContext… in createInstanceWithArgumentsAndContext()
1278 Sequence< Any > const & rArguments, in createInstanceWithArgumentsAndContext()
1310 return xFac->createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext()
1321 return xFac2->createInstanceWithArguments( rArguments ); in createInstanceWithArgumentsAndContext()
1362 const Sequence<Any >& rArguments ) in createInstanceWithArguments()
1366 rServiceSpecifier, rArguments, m_xContext ); in createInstanceWithArguments()
/aoo4110/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx89 const ::cssu::Sequence<css::beans::PropertyValue>& rArguments) in createUIElement()
97 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement()
/aoo4110/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx92 const ::cssu::Sequence<css::beans::PropertyValue>& rArguments) in createUIElement()
100 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement()
/aoo4110/main/chart2/source/controller/dialogs/
H A DRangeSelectionHelper.cxx185 bool RangeSelectionHelper::verifyArguments( const Sequence< beans::PropertyValue > & rArguments ) in verifyArguments() argument
191 return xDataProvider->createDataSourcePossible( rArguments ); in verifyArguments()
/aoo4110/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx167 void SAL_CALL PresenterTextView::initialize (const Sequence<Any>& rArguments) in initialize() argument
172 if (rArguments.getLength() == 1) in initialize()
176 Reference<rendering::XBitmapCanvas> xCanvas (rArguments[0], UNO_QUERY_THROW); in initialize()
H A DSlideRenderer.cxx97 void SAL_CALL SlideRenderer::initialize (const Sequence<Any>& rArguments) in initialize() argument
102 if (rArguments.getLength() == 0) in initialize()
H A DPresenterHelper.cxx97 void SAL_CALL PresenterHelper::initialize (const Sequence<Any>& rArguments) in initialize() argument
100 (void)rArguments; in initialize()
/aoo4110/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx486 MacSpellChecker::initialize( const Sequence< Any >& rArguments ) in initialize() argument
493 sal_Int32 nLen = rArguments.getLength(); in initialize()
497 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
/aoo4110/main/chart2/source/model/template/
H A DDataInterpreter.hxx67 ::com::sun::star::beans::PropertyValue > & rArguments,
74 ::com::sun::star::beans::PropertyValue > & rArguments );
/aoo4110/main/svx/source/sidebar/
H A DPanelFactory.cxx109 const ::cssu::Sequence<css::beans::PropertyValue>& rArguments) in createUIElement()
115 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement()
/aoo4110/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx134 const ::cssu::Sequence<css::beans::PropertyValue>& rArguments) in createUIElement()
141 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement()
H A DSidebarFactory.cxx139 const ::cssu::Sequence<css::beans::PropertyValue>& rArguments) in createUIElement()
146 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement()
/aoo4110/main/xmloff/source/transform/
H A DOOo2Oasis.cxx1961 const Sequence< Any >& rArguments ) in initialize()
1964 Initialize( rArguments ); in initialize()
1983 const Sequence< Any >& rArguments ) in Initialize()
2000 rArguments ), in Initialize()
2012 Sequence<Any> aArgs( 1 + rArguments.getLength() ); in Initialize()
2014 for(sal_Int32 i = 0; i < rArguments.getLength(); i++) in Initialize()
2015 aArgs[i+1] = rArguments[i]; in Initialize()
2023 XMLTransformerBase::initialize( rArguments ); in Initialize()
/aoo4110/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx204 const css::uno::Sequence<css::beans::PropertyValue>& rArguments)
529 const css::uno::Sequence<css::beans::PropertyValue>& rArguments) in dispatch() argument
532 (void)rArguments; in dispatch()
/aoo4110/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx560 void SAL_CALL SpellChecker::initialize( const Sequence< Any >& rArguments ) in initialize() argument
567 sal_Int32 nLen = rArguments.getLength(); in initialize()
571 rArguments.getConstArray()[0] >>= xPropSet; in initialize()
/aoo4110/main/chart2/source/tools/
H A DDataSourceHelper.cxx193 void DataSourceHelper::readArguments( const uno::Sequence< beans::PropertyValue >& rArguments in readArguments() argument
197 const beans::PropertyValue* pArguments = rArguments.getConstArray(); in readArguments()
198 for(sal_Int32 i=0; i<rArguments.getLength(); ++i, ++pArguments) in readArguments()
/aoo4110/main/avmedia/source/win/
H A Dwindow.cxx311 bool Window::create( const uno::Sequence< uno::Any >& rArguments ) in create() argument
322 rArguments[ 0 ] >>= nWnd; in create()
323 rArguments[ 1 ] >>= aRect; in create()
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java411 java.lang.Object[] rArguments, in createInstanceWithArgumentsAndContext() argument
422 return xCompFac.createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext()
432 return xServiceFac.createInstanceWithArguments( rArguments ); in createInstanceWithArgumentsAndContext()
/aoo4110/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx582 void SAL_CALL Thesaurus::initialize( const Sequence< Any >& rArguments ) in initialize() argument
589 sal_Int32 nLen = rArguments.getLength(); in initialize()
593 rArguments.getConstArray()[0] >>= xPropSet; in initialize()

Completed in 1239 milliseconds

12345