Home
last modified time | relevance | path

Searched refs:aPropertyName (Results 26 – 50 of 277) sorted by relevance

12345678910>>...12

/trunk/main/scripting/source/storage/
H A DScriptInfo.cxx65 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
76 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
82 const ::rtl::OUString& aPropertyName,
104 …void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, const Any& aV…
129 void SAL_CALL PropertySetImpl::setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue() argument
140 void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, in privateSetPropertyValue() argument
147 m_propertyMap[ aPropertyName ] = aValue; in privateSetPropertyValue()
172 const ::rtl::OUString& aPropertyName, in addPropertyChangeListener()
184 const ::rtl::OUString& aPropertyName, in removePropertyChangeListener()
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx363 void Adapter::setValue( const OUString & aPropertyName, const Any & value ) in setValue() argument
366 if( !hasProperty( aPropertyName ) ) in setValue()
369 buf.appendAscii( "pyuno::Adapater: Property " ).append( aPropertyName ); in setValue()
381 mWrappedObject.get(), (char*)TO_ASCII(aPropertyName), obj.get() ); in setValue()
391 Any Adapter::getValue( const OUString & aPropertyName ) in getValue() argument
399 PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aPropertyName) ), in getValue()
406 buf.appendAscii( "pyuno::Adapater: Property " ).append( aPropertyName ); in getValue()
421 sal_Bool Adapter::hasProperty( const OUString & aPropertyName ) in hasProperty() argument
428 mWrappedObject.get() , (char*) TO_ASCII( aPropertyName )); in hasProperty()
/trunk/main/sfx2/source/doc/
H A Dplugin.cxx201 void SAL_CALL PluginObject::setPropertyValue(const ::rtl::OUString& aPropertyName, const uno::Any& … in setPropertyValue() argument
204 if ( aPropertyName.equalsAscii("PluginURL") ) in setPropertyValue()
208 else if ( aPropertyName.equalsAscii("PluginMimeType") ) in setPropertyValue()
212 else if ( aPropertyName.equalsAscii("PluginCommands") ) in setPropertyValue()
223 uno::Any SAL_CALL PluginObject::getPropertyValue(const ::rtl::OUString& aPropertyName) in getPropertyValue() argument
227 if ( aPropertyName.equalsAscii("PluginURL") ) in getPropertyValue()
231 else if ( aPropertyName.equalsAscii("PluginMimeType") ) in getPropertyValue()
235 else if ( aPropertyName.equalsAscii("PluginCommands") ) in getPropertyValue()
/trunk/main/sfx2/source/inc/
H A Dtplcomp.hxx118 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, cons…
119 …:star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& aPropertyName ) throw ( ::c…
120 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
122 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName,
124 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& aPropertyName,
126 virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& aPropertyName,
196 …star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& aPropertyName ) throw ( ::c…
197 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::s…
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx272 sal_Int32 getPropertyIndex( const ::rtl::OUString& aPropertyName ) const;
286 Any getPropertyValue(const Any& obj, const ::rtl::OUString& aPropertyName) const;
429 sal_Int32 i = getPropertyIndex( aPropertyName ); in setPropertyValue()
572 sal_Int32 i = getPropertyIndex( aPropertyName ); in getPropertyValue()
860 virtual Any SAL_CALL getPropertyValue(const ::rtl::OUString& aPropertyName)
998 mpStaticImpl->setPropertyValue( mrInspectedObject, aPropertyName, aValue ); in setPropertyValue()
1004 return mpStaticImpl->getPropertyValue( mrInspectedObject, aPropertyName ); in getPropertyValue()
1016 xPropSet->addPropertyChangeListener(aPropertyName, aListener); in addPropertyChangeListener()
1029 xPropSet->removePropertyChangeListener(aPropertyName, aListener); in removePropertyChangeListener()
1042 xPropSet->addVetoableChangeListener(aPropertyName, aListener); in addVetoableChangeListener()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx112 …rtl::OUString aPropertyName = (SID_ATTR_NUMBERFORMAT_VALUE==nWhichId) ? C2U( "NumberFormat" ) : C2… in lcl_NumberFormatFromItemToPropertySet() local
135 uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) ); in lcl_NumberFormatFromItemToPropertySet()
140 …::chart::DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, aPropertyName, aOldValue… in lcl_NumberFormatFromItemToPropertySet()
142 …hart::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, aPropertyName, aValue ); in lcl_NumberFormatFromItemToPropertySet()
148 xPropertySet->setPropertyValue(aPropertyName, aValue ); in lcl_NumberFormatFromItemToPropertySet()
159 …rtl::OUString aPropertyName = (SID_ATTR_NUMBERFORMAT_SOURCE==nWhichId) ? C2U( "NumberFormat" ) : C… in lcl_UseSourceFormatFromItemToPropertySet() local
182 uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) ); in lcl_UseSourceFormatFromItemToPropertySet()
187 …::chart::DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, aPropertyName, aOldValue… in lcl_UseSourceFormatFromItemToPropertySet()
189 …t::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, aPropertyName, aNewValue ); in lcl_UseSourceFormatFromItemToPropertySet()
195 xPropertySet->setPropertyValue( aPropertyName, aNewValue ); in lcl_UseSourceFormatFromItemToPropertySet()
/trunk/main/canvas/inc/canvas/
H A Dpropertysethelper.hxx132 bool isPropertyName( const ::rtl::OUString& aPropertyName ) const;
140 void setPropertyValue( const ::rtl::OUString& aPropertyName,
143 void addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
145 void removePropertyChangeListener( const ::rtl::OUString& aPropertyName,
147 void addVetoableChangeListener( const ::rtl::OUString& aPropertyName,
149 void removeVetoableChangeListener( const ::rtl::OUString& aPropertyName,
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx522 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
531 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) || in setPropertyValue()
532 aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in setPropertyValue()
564 const rtl::OUString& aPropertyName, in addPropertyChangeListener() argument
570 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) ) in addPropertyChangeListener()
579 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in addPropertyChangeListener()
593 const rtl::OUString& aPropertyName, in removePropertyChangeListener() argument
599 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) && in removePropertyChangeListener()
605 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) && in removePropertyChangeListener()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx530 const rtl::OUString& aPropertyName, const uno::Any& /*aValue*/ ) in setPropertyValue() argument
537 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) || in setPropertyValue()
538 aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in setPropertyValue()
570 const rtl::OUString& aPropertyName, in addPropertyChangeListener() argument
576 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) ) in addPropertyChangeListener()
585 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in addPropertyChangeListener()
599 const rtl::OUString& aPropertyName, in removePropertyChangeListener() argument
605 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) && in removePropertyChangeListener()
611 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) && in removePropertyChangeListener()
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx86 void SAL_CALL PropertySetHelper::setPropertyValue( const ::rtl::OUString& aPropertyName, const Any&… in setPropertyValue() argument
89 aEntries[0] = mp->find( aPropertyName ); in setPropertyValue()
228 …pertySetHelper::getPropertyStates( const Sequence< ::rtl::OUString >& aPropertyName ) throw(Unknow… in getPropertyStates() argument
230 const sal_Int32 nCount = aPropertyName.getLength(); in getPropertyStates()
236 const OUString* pNames = aPropertyName.getConstArray(); in getPropertyStates()
272 Any SAL_CALL PropertySetHelper::getPropertyDefault( const ::rtl::OUString& aPropertyName ) throw(Un… in getPropertyDefault() argument
274 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java457 public void setValue(String aPropertyName, Object aValue) in setValue() argument
462 m_xInvocationProxy.setValue(aPropertyName, aValue); in setValue()
465 public Object getValue(String aPropertyName) in getValue() argument
468 return m_xInvocationProxy.getValue(aPropertyName); in getValue()
484 public void setPropertyValue(String aPropertyName, Object aValue) in setPropertyValue() argument
490 m_xPropertySetProxy.setPropertyValue(aPropertyName, aValue); in setPropertyValue()
501 String aPropertyName, XPropertyChangeListener xListener) in addPropertyChangeListener() argument
505 m_xPropertySetProxy.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
509 String aPropertyName, XPropertyChangeListener aListener) in removePropertyChangeListener() argument
514 aPropertyName, aListener); in removePropertyChangeListener()
/trunk/main/reportdesign/source/core/api/
H A DFormatCondition.cxx104 void SAL_CALL OFormatCondition::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::… in setPropertyValue() argument
106 FormatConditionPropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
114 void SAL_CALL OFormatCondition::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, co… in addPropertyChangeListener() argument
116 FormatConditionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
119 void SAL_CALL OFormatCondition::removePropertyChangeListener( const ::rtl::OUString& aPropertyName,… in removePropertyChangeListener() argument
121 FormatConditionPropertySet::removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
H A DFunction.cxx107 void SAL_CALL OFunction::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& aV… in setPropertyValue() argument
109 FunctionPropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
117 void SAL_CALL OFunction::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno… in addPropertyChangeListener() argument
119 FunctionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
122 void SAL_CALL OFunction::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const … in removePropertyChangeListener() argument
124 FunctionPropertySet::removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
H A DFormattedField.cxx159 void SAL_CALL OFormattedField::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::A… in setPropertyValue() argument
162 if ( !aValue.hasValue() && aPropertyName == PROPERTY_FORMATKEY ) in setPropertyValue()
165 FormattedFieldPropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
173 void SAL_CALL OFormattedField::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, con… in addPropertyChangeListener() argument
175 FormattedFieldPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
178 void SAL_CALL OFormattedField::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, … in removePropertyChangeListener() argument
180 FormattedFieldPropertySet::removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1201 rtl::OUString aPropertyName; in setupOptionalUI() local
1236 aPropertyName = aVal.Name; in setupOptionalUI()
1412 aPropertyName.equalsAscii( "PrintProspect" ) in setupOptionalUI()
1420 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI()
1452 maReverseDependencySet.insert( aPropertyName ); in setupOptionalUI()
1471 maPropertyToWindowMap[ aPropertyName ].push_back( pNewBox ); in setupOptionalUI()
1472 maControlToPropertyMap[pNewBox] = aPropertyName; in setupOptionalUI()
1533 maControlToPropertyMap[pBtn] = aPropertyName; in setupOptionalUI()
1595 maControlToPropertyMap[pList] = aPropertyName; in setupOptionalUI()
1628 maControlToPropertyMap[pField] = aPropertyName; in setupOptionalUI()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dprov.cxx545 FileProvider::setPropertyValue( const rtl::OUString& aPropertyName, in setPropertyValue() argument
553 if( aPropertyName.compareToAscii( "FileSystemNotation" ) == 0 || in setPropertyValue()
554 aPropertyName.compareToAscii( "HomeDirectory" ) == 0 || in setPropertyValue()
555 aPropertyName.compareToAscii( "HostName" ) == 0 ) in setPropertyValue()
565 const rtl::OUString& aPropertyName ) in getPropertyValue() argument
571 if( aPropertyName.compareToAscii( "FileSystemNotation" ) == 0 ) in getPropertyValue()
577 else if( aPropertyName.compareToAscii( "HomeDirectory" ) == 0 ) in getPropertyValue()
583 else if( aPropertyName.compareToAscii( "HostName" ) == 0 ) in getPropertyValue()
H A Dfilrset.cxx824 const rtl::OUString& aPropertyName, const uno::Any& ) in setPropertyValue() argument
831 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) || in setPropertyValue()
832 aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in setPropertyValue()
863 const rtl::OUString& aPropertyName, in addPropertyChangeListener() argument
869 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) ) in addPropertyChangeListener()
878 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) ) in addPropertyChangeListener()
892 const rtl::OUString& aPropertyName, in removePropertyChangeListener() argument
898 if( aPropertyName == rtl::OUString::createFromAscii( "IsRowCountFinal" ) && in removePropertyChangeListener()
904 else if ( aPropertyName == rtl::OUString::createFromAscii( "RowCount" ) && in removePropertyChangeListener()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx1352 if ( !aPropertyName.getLength() ) in setPropertyValue()
1355 if ( aPropertyName.equals( in setPropertyValue()
1361 else if ( aPropertyName.equals( in setPropertyValue()
1417 if ( aPropertyName.getLength() && in addPropertyChangeListener()
1418 !aPropertyName.equals( in addPropertyChangeListener()
1420 !aPropertyName.equals( in addPropertyChangeListener()
1429 aPropertyName, xListener ); in addPropertyChangeListener()
1443 if ( aPropertyName.getLength() && in removePropertyChangeListener()
1444 !aPropertyName.equals( in removePropertyChangeListener()
1446 !aPropertyName.equals( in removePropertyChangeListener()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx69 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st… in setPropertyValue() argument
71 { ComphelperBase::setPropertyValue ( aPropertyName, aValue ); } in setPropertyValue()
75 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… in addPropertyChangeListener() argument
77 { ComphelperBase::addPropertyChangeListener ( aPropertyName, xListener ); } in addPropertyChangeListener()
78 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::… in removePropertyChangeListener() argument
80 { ComphelperBase::removePropertyChangeListener ( aPropertyName, aListener ); } in removePropertyChangeListener()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx64 …void DataColumn::setPropertyValue(const ::rtl::OUString& aPropertyName, const Any& aValue) throw( … in setPropertyValue() argument
66 m_xPropertySet->setPropertyValue(aPropertyName, aValue); in setPropertyValue()
74 …void DataColumn::addPropertyChangeListener(const ::rtl::OUString& aPropertyName, const Reference< … in addPropertyChangeListener() argument
76 m_xPropertySet->addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
79 …void DataColumn::removePropertyChangeListener(const ::rtl::OUString& aPropertyName, const Referenc… in removePropertyChangeListener() argument
81 m_xPropertySet->removePropertyChangeListener(aPropertyName, aListener); in removePropertyChangeListener()
/trunk/main/sw/inc/
H A Dunostyle.hxx153 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
155 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
156 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
240 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
241 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
255 …ertyStates( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyName ) throw(::com:…
257 …n::star::uno::Any SAL_CALL getPropertyDefault( const ::rtl::OUString& aPropertyName ) throw(::com:…
438 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
439 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
453 …ertyStates( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyName ) throw(::com:…
[all …]
H A Dunotbl.hxx153 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
155 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
156 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
207 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
208 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
263 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
264 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
391 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
392 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
470 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
[all …]
/trunk/main/xmloff/source/chart/
H A DColorPropertySet.hxx53 const ::rtl::OUString& aPropertyName,
66 const ::rtl::OUString& aPropertyName,
72 const ::rtl::OUString& aPropertyName,
96 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyName )
104 const ::rtl::OUString& aPropertyName )
/trunk/main/sc/inc/
H A Ddptabsrc.hxx238 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
250 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
256 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName,
395 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
407 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
413 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName,
628 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
640 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
646 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName,
816 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
[all …]
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx422 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::setPropertyValue(aPropertyName, a… in setPropertyValue()
426 uno::Any SAL_CALL DatabaseDataProvider::getPropertyValue(const ::rtl::OUString & aPropertyName) thr… in getPropertyValue() argument
428 …n ::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::getPropertyValue(aPropertyName); in getPropertyValue()
432 void SAL_CALL DatabaseDataProvider::addPropertyChangeListener(const ::rtl::OUString & aPropertyName in addPropertyChangeListener() argument
434 …tMixin< chart2::data::XDatabaseDataProvider >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
438 …aseDataProvider::removePropertyChangeListener(const ::rtl::OUString & aPropertyName, const uno::Re… in removePropertyChangeListener() argument
440 …xin< chart2::data::XDatabaseDataProvider >::removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
444 void SAL_CALL DatabaseDataProvider::addVetoableChangeListener(const ::rtl::OUString & aPropertyName in addVetoableChangeListener() argument
446 …tMixin< chart2::data::XDatabaseDataProvider >::addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
450 …aseDataProvider::removeVetoableChangeListener(const ::rtl::OUString & aPropertyName, const uno::Re… in removeVetoableChangeListener() argument
[all …]

Completed in 202 milliseconds

12345678910>>...12