Searched refs:_rPropertyNames (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | propagg.cxx | 628 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 D | propertystatecontainer.cxx | 95 …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 D | propstate.cxx | 131 …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()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 314 …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()
|
/aoo42x/main/forms/source/component/ |
H A D | ListBox.cxx | 408 …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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | fontsubstconfig.hxx | 49 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
H A D | apearcfg.hxx | 72 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
H A D | htmlcfg.hxx | 61 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
/aoo42x/main/cui/source/options/ |
H A D | cfgchart.hxx | 86 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
H A D | optinet2.cxx | 1525 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
H A D | treeopt.cxx | 300 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
/aoo42x/main/svx/source/inc/ |
H A D | fmshimp.hxx | 506 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
/aoo42x/main/svx/source/form/ |
H A D | fmshimp.cxx | 3691 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()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | page.cxx | 95 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
|
Completed in 143 milliseconds