Home
last modified time | relevance | path

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

12345

/aoo4110/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.hxx143 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > &rArguments ) throw( ::com::…
/aoo4110/main/chart2/source/inc/
H A DDataSourceHelper.hxx85 …uments( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArguments
/aoo4110/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx891 void SAL_CALL PresenterAccessible::initialize (const cssu::Sequence<cssu::Any>& rArguments) in initialize() argument
894 if (rArguments.getLength() >= 1) in initialize()
896 mxAccessibleParent = Reference<XAccessible>(rArguments[0], UNO_QUERY); in initialize()
/aoo4110/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1704 const uno::Sequence<uno::Any> & rArguments, in WriteThroughComponent() argument
1756 pServiceName, rArguments, rMediaDesc ); in WriteThroughComponent()
1771 const uno::Sequence<uno::Any> & rArguments, in WriteThroughComponent() argument
1791 uno::Sequence<uno::Any> aArgs( 1 + rArguments.getLength() ); in WriteThroughComponent()
1793 for(sal_Int32 i = 0; i < rArguments.getLength(); i++) in WriteThroughComponent()
1794 aArgs[i+1] = rArguments[i]; in WriteThroughComponent()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx249 …const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> & rArguments, /// th…
261 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rArguments,
/aoo4110/main/reportdesign/inc/
H A DReportDefinition.hxx134 ::com::sun::star::uno::Any> & rArguments,
150 ::com::sun::star::uno::Any> & rArguments,
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3581 void PresentationSettingsEx::SetArguments( const Sequence< PropertyValue >& rArguments ) throw (Ill… in SetArguments() argument
3583 sal_Int32 nArguments = rArguments.getLength(); in SetArguments()
3584 const PropertyValue* pValue = rArguments.getConstArray(); in SetArguments()
H A Dslideshowimpl.hxx114 …void SetArguments( const css::uno::Sequence< css::beans::PropertyValue >& rArguments ) throw (css:…
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx540 const NamedValueCollection& rArguments( getInitParams() ); in impl_initialize() local
542 rArguments.get_ensureType( (::rtl::OUString)PROPERTY_CURRENTTABLE, m_sName ); in impl_initialize()
/aoo4110/main/sd/source/ui/presenter/
H A DPresenterCanvas.hxx153 const css::uno::Sequence<css::uno::Any>& rArguments)
/aoo4110/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx160 …oid SAL_CALL initialize (const com::sun::star::uno::Sequence<com::sun::star::uno::Any>& rArguments)
/aoo4110/main/reportdesign/source/ui/report/
H A DReportController.cxx1675 const ::comphelper::NamedValueCollection& rArguments( getInitParams() ); in impl_initialize() local
1677 rArguments.get_ensureType( (::rtl::OUString)PROPERTY_REPORTNAME, m_sName ); in impl_initialize()
1679 rArguments.get_ensureType( "DocumentTitle", m_sName ); in impl_initialize()

Completed in 116 milliseconds

12345