Home
last modified time | relevance | path

Searched refs:_rPropertyNames (Results 1 – 14 of 14) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dpropagg.cxx628 OPropertySetHelper::addPropertiesChangeListener(_rPropertyNames, _rxListener); in addPropertiesChangeListener()
719 const Sequence< ::rtl::OUString >& _rPropertyNames, const Sequence< Any >& _rValues ) in setPropertyValues()
727 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues()
728 else if (_rPropertyNames.getLength() == 1) // use the more efficient way in setPropertyValues()
732 setPropertyValue( _rPropertyNames[0], _rValues[0] ); in setPropertyValues()
740 … aMessage.append( ::rtl::OUStringToOString( _rPropertyNames[0], RTL_TEXTENCODING_ASCII_US ) ); in setPropertyValues()
754 const ::rtl::OUString* pNames = _rPropertyNames.getConstArray(); in setPropertyValues()
756 sal_Int32 nLen(_rPropertyNames.getLength()); in setPropertyValues()
771 pNames = _rPropertyNames.getConstArray(); // reset, we'll need it again below ... in setPropertyValues()
775 m_xAggregateMultiSet->setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues()
[all …]
H A Dpropertystatecontainer.cxx95 …tateContainer::getPropertyStates( const Sequence< ::rtl::OUString >& _rPropertyNames ) throw (Unkn… in getPropertyStates() argument
97 sal_Int32 nProperties = _rPropertyNames.getLength(); in getPropertyStates()
105 const ::rtl::OUString* pNames = _rPropertyNames.getConstArray(); in getPropertyStates()
107 const ::rtl::OUString* pNamesEnd = _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in getPropertyStates()
114 const ::rtl::OUString* pLookup = _rPropertyNames.getConstArray(); in getPropertyStates()
H A Dpropstate.cxx131 …rtyStates(const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rPropertyNames) throw( ::com… in getPropertyStates() argument
133 sal_Int32 nLen = _rPropertyNames.getLength(); in getPropertyStates()
136 const ::rtl::OUString* pNames = _rPropertyNames.getConstArray(); in getPropertyStates()
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx314 …tedFieldModel::setPropertyValues( const Sequence< ::rtl::OUString >& _rPropertyNames, const Sequen… in setPropertyValues() argument
318 for ( const ::rtl::OUString* pPropertyNames = _rPropertyNames.getConstArray(); in setPropertyValues()
319 pPropertyNames != _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in setPropertyValues()
332 UnoControlModel::setPropertyValues( _rPropertyNames, _rValues ); in setPropertyValues()
/trunk/main/forms/source/component/
H A DListBox.cxx408 …OListBoxModel::setPropertyValues( const Sequence< ::rtl::OUString >& _rPropertyNames, const Sequen… in setPropertyValues() argument
414 const ::rtl::OUString* pStartPos = _rPropertyNames.getConstArray(); in setPropertyValues()
415 … const ::rtl::OUString* pEndPos = _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in setPropertyValues()
431 OBoundControlModel::setPropertyValues( _rPropertyNames, _rValues ); in setPropertyValues()
/trunk/main/svtools/inc/svtools/
H A Dfontsubstconfig.hxx49 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
H A Dapearcfg.hxx72 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
H A Dhtmlcfg.hxx61 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
/trunk/main/cui/source/options/
H A Dcfgchart.hxx86 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
H A Doptinet2.cxx1525 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
H A Dtreeopt.cxx300 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx506 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3691 void FmXFormShell::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames) in Notify() argument
3696 const ::rtl::OUString* pSearch = _rPropertyNames.getConstArray(); in Notify()
3697 const ::rtl::OUString* pSearchTil = pSearch + _rPropertyNames.getLength(); in Notify()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx95 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);

Completed in 96 milliseconds