Home
last modified time | relevance | path

Searched defs:rNameSeq (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx257 …ues( const uno::Sequence< ::rtl::OUString >& rNameSeq, const uno::Sequence< uno::Any >& rValueSeq ) in setPropertyValues()
279 … > SAL_CALL UpDownBarWrapper::getPropertyValues( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyValues()
322 … > SAL_CALL UpDownBarWrapper::getPropertyStates( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyStates()
365 …L_CALL UpDownBarWrapper::setPropertiesToDefault( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in setPropertiesToDefault()
374 … SAL_CALL UpDownBarWrapper::getPropertyDefaults( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyDefaults()
H A DMinMaxLineWrapper.cxx285 …ues( const uno::Sequence< ::rtl::OUString >& rNameSeq, const uno::Sequence< uno::Any >& rValueSeq ) in setPropertyValues()
307 …> SAL_CALL MinMaxLineWrapper::getPropertyValues( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyValues()
358 …> SAL_CALL MinMaxLineWrapper::getPropertyStates( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyStates()
401 …_CALL MinMaxLineWrapper::setPropertiesToDefault( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in setPropertiesToDefault()
410 …SAL_CALL MinMaxLineWrapper::getPropertyDefaults( const uno::Sequence< ::rtl::OUString >& rNameSeq ) in getPropertyDefaults()
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx253 …rtySet::setPropertyValues( const Sequence< OUString >& rNameSeq, const Sequence< Any >& rValueSeq ) in setPropertyValues()
275 …uence< Any > SAL_CALL WrappedPropertySet::getPropertyValues( const Sequence< OUString >& rNameSeq ) in getPropertyValues()
352 …pertyState > SAL_CALL WrappedPropertySet::getPropertyStates( const Sequence< OUString >& rNameSeq ) in getPropertyStates()
408 void SAL_CALL WrappedPropertySet::setPropertiesToDefault( const Sequence< OUString >& rNameSeq ) in setPropertiesToDefault()
417 …nce< Any > SAL_CALL WrappedPropertySet::getPropertyDefaults( const Sequence< OUString >& rNameSeq ) in getPropertyDefaults()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2288 Sequence< ::rtl::OUString >& rNameSeq = pArgNamesArray->getNames(); in TYPEINIT1() local