Home
last modified time | relevance | path

Searched refs:aPropertyName (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx130 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
144 if ( aPropertyName.compareToAscii( SC_UNO_ALLOWPRINTJOBCANCEL ) == 0 ) in setPropertyValue()
148 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWZERO ) == 0 ) in setPropertyValue()
150 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWNOTES ) == 0 ) in setPropertyValue()
152 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWGRID ) == 0 ) in setPropertyValue()
154 else if ( aPropertyName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in setPropertyValue()
164 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWPAGEBR ) == 0 ) in setPropertyValue()
166 else if ( aPropertyName.compareToAscii( SC_UNONAME_LINKUPD ) == 0 ) in setPropertyValue()
168 else if ( aPropertyName.compareToAscii( SC_UNO_COLROWHDR ) == 0 ) in setPropertyValue()
170 else if ( aPropertyName.compareToAscii( SC_UNO_SHEETTABS ) == 0 ) in setPropertyValue()
[all …]
H A Ddefltuno.cxx133 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
140 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in setPropertyValue()
145 if(aPropertyName.compareToAscii(SC_UNO_STANDARDDEC) == 0) in setPropertyValue()
161 else if (aPropertyName.compareToAscii(SC_UNO_TABSTOPDIS) == 0) in setPropertyValue()
223 uno::Any SAL_CALL ScDocDefaultsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument
233 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in getPropertyValue()
239 if(aPropertyName.compareToAscii(SC_UNO_STANDARDDEC) == 0) in getPropertyValue()
255 else if (aPropertyName.compareToAscii(SC_UNO_TABSTOPDIS) == 0) in getPropertyValue()
281 …ns::PropertyState SAL_CALL ScDocDefaultsObj::getPropertyState( const rtl::OUString& aPropertyName ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
288 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
[all …]
H A Doptuno.cxx67 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
71 const SfxItemPropertySimpleEntry* pEntry = rPropMap.getByName(aPropertyName ); in setPropertyValue()
141 const rtl::OUString& aPropertyName ) in getPropertyValue() argument
144 const SfxItemPropertySimpleEntry* pEntry = rPropMap.getByName( aPropertyName ); in getPropertyValue()
208 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
212 …onsHelper::setPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), aPropertyName, aValue ); in setPropertyValue()
215 ScModelObj::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
218 uno::Any SAL_CALL ScDocOptionsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument
222 …DocOptionsHelper::getPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), aPropertyName )); in getPropertyValue()
224 aRet = ScModelObj::getPropertyValue( aPropertyName ); in getPropertyValue()
H A Dshapeuno.cxx341 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
344 String aNameString(aPropertyName); in setPropertyValue()
638 pShapePropertySet->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
642 uno::Any SAL_CALL ScShapeObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument
645 String aNameString = aPropertyName; in getPropertyValue()
817 aAny = pShapePropertySet->getPropertyValue( aPropertyName ); in getPropertyValue()
823 void SAL_CALL ScShapeObj::addPropertyChangeListener( const rtl::OUString& aPropertyName, in addPropertyChangeListener() argument
830 pShapePropertySet->addPropertyChangeListener( aPropertyName, aListener ); in addPropertyChangeListener()
845 void SAL_CALL ScShapeObj::removePropertyChangeListener( const rtl::OUString& aPropertyName, in removePropertyChangeListener() argument
852 pShapePropertySet->removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
[all …]
/trunk/main/canvas/source/tools/
H A Dpropertysethelper.cxx35 void throwUnknown( const ::rtl::OUString& aPropertyName ) in throwUnknown() argument
39 aPropertyName + in throwUnknown()
45 void throwVeto( const ::rtl::OUString& aPropertyName ) in throwVeto() argument
49 aPropertyName + in throwVeto()
103 bool PropertySetHelper::isPropertyName( const ::rtl::OUString& aPropertyName ) const in isPropertyName()
109 return mpMap->lookup( aPropertyName, in isPropertyName()
119 void PropertySetHelper::setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue() argument
124 !mpMap->lookup( aPropertyName, in setPropertyValue()
127 throwUnknown( aPropertyName ); in setPropertyValue()
131 throwVeto( aPropertyName ); in setPropertyValue()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java119 public void setPropertyValue( String aPropertyName, Object aValue ) in setPropertyValue() argument
122 if ( aPropertyName.equals( "IsVisible" ) || in setPropertyValue()
123 aPropertyName.equals( "ShowDetails" ) ) in setPropertyValue()
131 public Object getPropertyValue( String aPropertyName ) in getPropertyValue() argument
134 if ( aPropertyName.equals( "IsVisible" ) || in getPropertyValue()
135 aPropertyName.equals( "ShowDetails" ) ) in getPropertyValue()
144 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener() argument
148 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener() argument
330 public void setPropertyValue( String aPropertyName, Object aValue ) in setPropertyValue() argument
333 if ( aPropertyName.equals( "SubTotals" ) || in setPropertyValue()
[all …]
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx95 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
96 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
112 void SAL_CALL GenericPropertySet::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, … in addPropertyChangeListener() argument
117 if ( aPropertyName.isEmpty() ) in addPropertyChangeListener()
127 else if ( xInfo->hasPropertyByName(aPropertyName) ) in addPropertyChangeListener()
128 m_aListener.addInterface(aPropertyName,xListener); in addPropertyChangeListener()
130 throw UnknownPropertyException( aPropertyName, *this ); in addPropertyChangeListener()
134 …ericPropertySet::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const Referen… in removePropertyChangeListener() argument
141 if ( aPropertyName.isEmpty() ) in removePropertyChangeListener()
151 else if ( xInfo->hasPropertyByName(aPropertyName) ) in removePropertyChangeListener()
[all …]
H A Dpropertysethelper.cxx108 void SAL_CALL PropertySetHelper::setPropertyValue( const ::rtl::OUString& aPropertyName, const Any&… in setPropertyValue() argument
111 aEntries[0] = mp->find( aPropertyName ); in setPropertyValue()
114 throw UnknownPropertyException( aPropertyName, static_cast< XPropertySet* >( this ) ); in setPropertyValue()
255 …> SAL_CALL PropertySetHelper::getPropertyStates( const Sequence< ::rtl::OUString >& aPropertyName ) in getPropertyStates() argument
257 const sal_Int32 nCount = aPropertyName.getLength(); in getPropertyStates()
263 const OUString* pNames = aPropertyName.getConstArray(); in getPropertyStates()
299 Any SAL_CALL PropertySetHelper::getPropertyDefault( const ::rtl::OUString& aPropertyName ) in getPropertyDefault() argument
301 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault()
303 throw UnknownPropertyException( aPropertyName, static_cast< XPropertySet* >( this ) ); in getPropertyDefault()
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx59 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue );
61 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X…
62 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference…
68 … Sequence< PropertyState > SAL_CALL getPropertyStates( const Sequence< OUString >& aPropertyName );
70 virtual Any SAL_CALL getPropertyDefault( const OUString& aPropertyName );
102 void SAL_CALL PropertySetMergerImpl::setPropertyValue( const OUString& aPropertyName, const Any& aV… in setPropertyValue() argument
104 if( mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in setPropertyValue()
106 mxPropSet1->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
110 mxPropSet2->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
169 …te > SAL_CALL PropertySetMergerImpl::getPropertyStates( const Sequence< OUString >& aPropertyName ) in getPropertyStates() argument
[all …]
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx209 void SAL_CALL OShape::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& aValu… in setPropertyValue() argument
212 …if( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PR… in setPropertyValue()
213 m_aProps.aComponent.m_xProperty->setPropertyValue( aPropertyName,aValue); in setPropertyValue()
215 …if( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::DELEGATOR_PR… in setPropertyValue()
216 ShapePropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
230 void SAL_CALL OShape::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno::R… in addPropertyChangeListener() argument
233 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PROP… in addPropertyChangeListener()
234 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener()
236 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::DELEGATOR_PROP… in addPropertyChangeListener()
237 ShapePropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx403 virtual void setPropertyValue(const UString& aPropertyName, const UsrAny& aValue)
413 virtual void addPropertyChangeListener( const UString& aPropertyName,
418 virtual void removePropertyChangeListener( const UString& aPropertyName,
453 void MyPersistObject::setPropertyValue(const UString& aPropertyName, const UsrAny& aValue) in setPropertyValue() argument
460 if( L"long" == aPropertyName ) { in setPropertyValue()
463 else if ( L"float" == aPropertyName ) { in setPropertyValue()
466 else if( L"double" == aPropertyName ) { in setPropertyValue()
469 else if( L"bool" == aPropertyName ) { in setPropertyValue()
472 else if( L"byte" == aPropertyName ) { in setPropertyValue()
475 else if( L"char" == aPropertyName ) { in setPropertyValue()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx130 OUString aPropertyName( aIt->sName ); in fillItemSet() local
139 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
144 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
153 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
158 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
168 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
173 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
179 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
218 void SAL_CALL SdUnoPageBackground::setPropertyValue( const OUString& aPropertyName, const uno::Any&… in setPropertyValue() argument
222 const SfxItemPropertySimpleEntry* pEntry = getPropertyMapEntry( aPropertyName ); in setPropertyValue()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java93 …public void setPropertyValue(String aPropertyName, Object aValue) throws com.sun.star.beans.Unknow… in setPropertyValue() argument
95 m_prophlp.setPropertyValue(aPropertyName, aValue); in setPropertyValue()
98 …public Object getPropertyValue(String aPropertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue() argument
100 return m_prophlp.getPropertyValue(aPropertyName); in getPropertyValue()
103 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() argument
105 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
108 …public void removePropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeL… in removePropertyChangeListener() argument
110 m_prophlp.removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
113 …public void addVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeList… in addVetoableChangeListener() argument
115 m_prophlp.addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
[all …]
H A DStarFunctionDescription.java81 …public void setPropertyValue(String aPropertyName, Object aValue) throws com.sun.star.beans.Unknow… in setPropertyValue() argument
83 m_prophlp.setPropertyValue(aPropertyName, aValue); in setPropertyValue()
86 …public Object getPropertyValue(String aPropertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue() argument
88 return m_prophlp.getPropertyValue(aPropertyName); in getPropertyValue()
91 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() argument
93 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
96 …public void removePropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeL… in removePropertyChangeListener() argument
98 m_prophlp.removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
101 …public void addVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeList… in addVetoableChangeListener() argument
103 m_prophlp.addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
[all …]
H A DSOReportJobFactory.java354 public void setPropertyValue(final String aPropertyName, final Object aValue) in setPropertyValue() argument
358 m_prophlp.setPropertyValue(aPropertyName, aValue); in setPropertyValue()
361 public Object getPropertyValue(final String aPropertyName) in getPropertyValue() argument
364 return m_prophlp.getPropertyValue(aPropertyName); in getPropertyValue()
367 …public void addPropertyChangeListener(final String aPropertyName, final XPropertyChangeListener xL… in addPropertyChangeListener() argument
370 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
373 …public void removePropertyChangeListener(final String aPropertyName, final XPropertyChangeListener… in removePropertyChangeListener() argument
376 m_prophlp.removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
379 …public void addVetoableChangeListener(final String aPropertyName, final XVetoableChangeListener xL… in addVetoableChangeListener() argument
382 m_prophlp.addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
[all …]
H A DSOFormulaParser.java282 …public void setPropertyValue(String aPropertyName, Object aValue) throws com.sun.star.beans.Unknow… in setPropertyValue() argument
284 m_prophlp.setPropertyValue(aPropertyName, aValue); in setPropertyValue()
287 …public Object getPropertyValue(String aPropertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue() argument
289 return m_prophlp.getPropertyValue(aPropertyName); in getPropertyValue()
292 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() argument
294 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
297 …public void removePropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeL… in removePropertyChangeListener() argument
299 m_prophlp.removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener()
302 …public void addVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeList… in addVetoableChangeListener() argument
304 m_prophlp.addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener()
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx410 virtual void SAL_CALL setPropertyValue(const OUString& aPropertyName, const Any& aValue);
413 const OUString& aPropertyName,
417 const OUString& aPropertyName,
447 const OUString& aPropertyName, in setPropertyValue() argument
450 if( 0 == aPropertyName.compareToAscii("long") ) { in setPropertyValue()
453 else if ( 0 == aPropertyName.compareToAscii("float") ) { in setPropertyValue()
456 else if( 0 == aPropertyName.compareToAscii("double") ) { in setPropertyValue()
459 else if( 0 == aPropertyName.compareToAscii("bool") ) { in setPropertyValue()
462 else if( 0 == aPropertyName.compareToAscii("byte" ) ) { in setPropertyValue()
465 else if( 0 == aPropertyName.compareToAscii("char") ) { in setPropertyValue()
[all …]
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx75 virtual void SAL_CALL setPropertyValue(const OUString & aPropertyName, const Any & aValue);
77 …virtual void SAL_CALL addPropertyChangeListener(const OUString & aPropertyName, const Reference< X…
78 …virtual void SAL_CALL removePropertyChangeListener(const OUString & aPropertyName, const Reference…
209 void SAL_CALL Annotation::setPropertyValue(const OUString & aPropertyName, const Any & aValue) in setPropertyValue() argument
211 ::cppu::PropertySetMixin< XAnnotation >::setPropertyValue(aPropertyName, aValue); in setPropertyValue()
214 Any SAL_CALL Annotation::getPropertyValue(const OUString & aPropertyName) in getPropertyValue() argument
216 return ::cppu::PropertySetMixin< XAnnotation >::getPropertyValue(aPropertyName); in getPropertyValue()
219 void SAL_CALL Annotation::addPropertyChangeListener(const OUString & aPropertyName, const Reference… in addPropertyChangeListener() argument
221 ::cppu::PropertySetMixin< XAnnotation >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
224 void SAL_CALL Annotation::removePropertyChangeListener(const OUString & aPropertyName, const Refere… in removePropertyChangeListener() argument
[all …]
/trunk/main/sw/inc/
H A Dunosett.hxx68 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
70 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
71 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
102 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
104 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
105 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
136 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
138 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
139 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::…
203 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
[all …]
/trunk/main/basic/source/classes/
H A Dpropacc.cxx124 const ::rtl::OUString& aPropertyName, in setPropertyValue()
127 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in setPropertyValue()
136 const ::rtl::OUString& aPropertyName) in getPropertyValue()
138 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in getPropertyValue()
148 const ::rtl::OUString& aPropertyName, in addPropertyChangeListener()
152 (void)aPropertyName; in addPropertyChangeListener()
158 const ::rtl::OUString& aPropertyName, in removePropertyChangeListener()
162 (void)aPropertyName; in removePropertyChangeListener()
168 const ::rtl::OUString& aPropertyName, in addVetoableChangeListener()
172 (void)aPropertyName; in addVetoableChangeListener()
[all …]
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx299 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue() argument
303 maPropHelper.setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
306 …irtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& aPropertyName ) in getPropertyValue() argument
309 return maPropHelper.getPropertyValue( aPropertyName ); in getPropertyValue()
312 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, in addPropertyChangeListener() argument
316 maPropHelper.addPropertyChangeListener( aPropertyName, in addPropertyChangeListener()
320 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, in removePropertyChangeListener() argument
324 maPropHelper.removePropertyChangeListener( aPropertyName, in removePropertyChangeListener()
328 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& aPropertyName, in addVetoableChangeListener() argument
332 maPropHelper.addVetoableChangeListener( aPropertyName, in addVetoableChangeListener()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx253 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues()
256 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues()
276 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues()
277 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
314 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates()
315 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
341 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
342 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault()
349 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault()
350 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault()
[all …]
H A DMinMaxLineWrapper.cxx281 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues()
284 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues()
304 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues()
305 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
350 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates()
351 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
377 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
378 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault()
385 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault()
386 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault()
[all …]
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx252 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues()
255 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues()
277 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues()
278 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
347 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates()
348 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
387 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
388 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault()
395 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault()
396 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptInfo.cxx64 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName,
67 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
70 const ::rtl::OUString& aPropertyName,
83 …void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, const Any& aV…
104 void SAL_CALL PropertySetImpl::setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue() argument
112 void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, in privateSetPropertyValue() argument
116 m_propertyMap[ aPropertyName ] = aValue; in privateSetPropertyValue()
139 const ::rtl::OUString& aPropertyName, in addPropertyChangeListener()
149 const ::rtl::OUString& aPropertyName, in removePropertyChangeListener()

12345678910>>...12