| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | confuno.cxx | 131 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument 148 if ( aPropertyName.compareToAscii( SC_UNO_ALLOWPRINTJOBCANCEL ) == 0 ) in setPropertyValue() 152 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWZERO ) == 0 ) in setPropertyValue() 154 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWNOTES ) == 0 ) in setPropertyValue() 156 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWGRID ) == 0 ) in setPropertyValue() 158 else if ( aPropertyName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in setPropertyValue() 168 else if ( aPropertyName.compareToAscii( SC_UNO_SHOWPAGEBR ) == 0 ) in setPropertyValue() 170 else if ( aPropertyName.compareToAscii( SC_UNONAME_LINKUPD ) == 0 ) in setPropertyValue() 172 else if ( aPropertyName.compareToAscii( SC_UNO_COLROWHDR ) == 0 ) in setPropertyValue() 174 else if ( aPropertyName.compareToAscii( SC_UNO_SHEETTABS ) == 0 ) in setPropertyValue() [all …]
|
| H A D | defltuno.cxx | 134 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument 144 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in setPropertyValue() 149 if(aPropertyName.compareToAscii(SC_UNO_STANDARDDEC) == 0) in setPropertyValue() 165 else if (aPropertyName.compareToAscii(SC_UNO_TABSTOPDIS) == 0) in setPropertyValue() 227 uno::Any SAL_CALL ScDocDefaultsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument 239 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in getPropertyValue() 245 if(aPropertyName.compareToAscii(SC_UNO_STANDARDDEC) == 0) in getPropertyValue() 261 else if (aPropertyName.compareToAscii(SC_UNO_TABSTOPDIS) == 0) in getPropertyValue() 287 …ns::PropertyState SAL_CALL ScDocDefaultsObj::getPropertyState( const rtl::OUString& aPropertyName ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() 295 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in SC_IMPL_DUMMY_PROPERTY_LISTENER() [all …]
|
| H A D | optuno.cxx | 67 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 215 …onsHelper::setPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), aPropertyName, aValue ); in setPropertyValue() 218 ScModelObj::setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 221 uno::Any SAL_CALL ScDocOptionsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument 227 …DocOptionsHelper::getPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), aPropertyName )); in getPropertyValue() 229 aRet = ScModelObj::getPropertyValue( aPropertyName ); in getPropertyValue()
|
| H A D | shapeuno.cxx | 343 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument 349 String aNameString(aPropertyName); in setPropertyValue() 643 pShapePropertySet->setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 647 uno::Any SAL_CALL ScShapeObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() argument 652 String aNameString = aPropertyName; in getPropertyValue() 824 aAny = pShapePropertySet->getPropertyValue( aPropertyName ); in getPropertyValue() 830 void SAL_CALL ScShapeObj::addPropertyChangeListener( const rtl::OUString& aPropertyName, in addPropertyChangeListener() argument 839 pShapePropertySet->addPropertyChangeListener( aPropertyName, aListener ); in addPropertyChangeListener() 854 void SAL_CALL ScShapeObj::removePropertyChangeListener( const rtl::OUString& aPropertyName, in removePropertyChangeListener() argument 863 pShapePropertySet->removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener() [all …]
|
| /AOO41X/main/canvas/source/tools/ |
| H A D | propertysethelper.cxx | 35 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 …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Spreadsheet/ |
| H A D | ExampleDataPilotSource.java | 119 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 …]
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | genericpropertyset.cxx | 95 …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 D | propertysethelper.cxx | 108 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 …pertySetHelper::getPropertyStates( const Sequence< ::rtl::OUString >& aPropertyName ) throw(Unknow… 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 ) throw(Un… in getPropertyDefault() argument 301 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault() 303 throw UnknownPropertyException( aPropertyName, static_cast< XPropertySet* >( this ) ); in getPropertyDefault()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | PropertySetMerger.cxx | 59 …virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw(U… 61 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X… 62 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference… 68 …opertyState > SAL_CALL getPropertyStates( const Sequence< OUString >& aPropertyName ) throw(Unknow… 70 …virtual Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropertyExce… 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 …PropertySetMergerImpl::getPropertyStates( const Sequence< OUString >& aPropertyName ) throw(Unknow… in getPropertyStates() argument [all …]
|
| /AOO41X/main/extensions/test/stm/ |
| H A D | datatest.cxx | 403 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 …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | StarFunctionCategory.java | 93 …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 D | StarFunctionDescription.java | 81 …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 D | SOReportJobFactory.java | 354 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 D | SOFormulaParser.java | 282 …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 …]
|
| /AOO41X/main/reportdesign/source/core/api/ |
| H A D | Shape.cxx | 208 void SAL_CALL OShape::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& aValu… in setPropertyValue() argument 211 …if( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PR… in setPropertyValue() 212 m_aProps.aComponent.m_xProperty->setPropertyValue( aPropertyName,aValue); in setPropertyValue() 214 …if( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::DELEGATOR_PR… in setPropertyValue() 215 ShapePropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 229 void SAL_CALL OShape::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno::R… in addPropertyChangeListener() argument 232 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PROP… in addPropertyChangeListener() 233 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener() 235 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::DELEGATOR_PROP… in addPropertyChangeListener() 236 ShapePropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener() [all …]
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unopback.cxx | 130 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() 222 void SAL_CALL SdUnoPageBackground::setPropertyValue( const OUString& aPropertyName, const uno::Any&… in setPropertyValue() argument 227 const SfxItemPropertySimpleEntry* pEntry = getPropertyMapEntry( aPropertyName ); in setPropertyValue() [all …]
|
| /AOO41X/main/io/test/stm/ |
| H A D | datatest.cxx | 421 virtual void SAL_CALL setPropertyValue(const OUString& aPropertyName, const Any& aValue) 432 const OUString& aPropertyName, 439 const OUString& aPropertyName, 479 const OUString& aPropertyName, in setPropertyValue() argument 487 if( 0 == aPropertyName.compareToAscii("long") ) { in setPropertyValue() 490 else if ( 0 == aPropertyName.compareToAscii("float") ) { in setPropertyValue() 493 else if( 0 == aPropertyName.compareToAscii("double") ) { in setPropertyValue() 496 else if( 0 == aPropertyName.compareToAscii("bool") ) { in setPropertyValue() 499 else if( 0 == aPropertyName.compareToAscii("byte" ) ) { in setPropertyValue() 502 else if( 0 == aPropertyName.compareToAscii("char") ) { in setPropertyValue() [all …]
|
| /AOO41X/main/sd/source/core/annotations/ |
| H A D | Annotation.cxx | 75 …virtual void SAL_CALL setPropertyValue(const OUString & aPropertyName, const Any & aValue) throw (… 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) thro… in setPropertyValue() argument 211 ::cppu::PropertySetMixin< XAnnotation >::setPropertyValue(aPropertyName, aValue); in setPropertyValue() 214 Any SAL_CALL Annotation::getPropertyValue(const OUString & aPropertyName) throw (RuntimeException, … 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 …]
|
| /AOO41X/main/basic/source/classes/ |
| H A D | propacc.cxx | 124 const ::rtl::OUString& aPropertyName, in setPropertyValue() 132 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in setPropertyValue() 141 const ::rtl::OUString& aPropertyName) in getPropertyValue() 146 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in getPropertyValue() 156 const ::rtl::OUString& aPropertyName, in addPropertyChangeListener() 160 (void)aPropertyName; in addPropertyChangeListener() 166 const ::rtl::OUString& aPropertyName, in removePropertyChangeListener() 170 (void)aPropertyName; in removePropertyChangeListener() 176 const ::rtl::OUString& aPropertyName, in addVetoableChangeListener() 180 (void)aPropertyName; in addVetoableChangeListener() [all …]
|
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | UpDownBarWrapper.cxx | 264 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 267 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 288 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues() 289 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues() 331 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates() 332 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates() 361 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault() 362 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault() 370 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault() 371 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault() [all …]
|
| H A D | MinMaxLineWrapper.cxx | 292 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 295 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 316 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues() 317 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues() 367 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates() 368 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates() 397 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault() 398 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault() 406 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault() 407 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault() [all …]
|
| /AOO41X/main/chart2/source/tools/ |
| H A D | WrappedPropertySet.cxx | 260 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 263 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 286 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues() 287 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues() 361 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates() 362 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates() 404 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault() 405 this->setPropertyToDefault( aPropertyName ); in setAllPropertiesToDefault() 413 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault() 414 this->setPropertyToDefault( aPropertyName ); in setPropertiesToDefault() [all …]
|
| /AOO41X/main/canvas/inc/canvas/base/ |
| H A D | graphicdevicebase.hxx | 303 virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue() argument 311 maPropHelper.setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 314 …sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& aPropertyName ) throw (::com… in getPropertyValue() argument 319 return maPropHelper.getPropertyValue( aPropertyName ); in getPropertyValue() 322 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, in addPropertyChangeListener() argument 328 maPropHelper.addPropertyChangeListener( aPropertyName, in addPropertyChangeListener() 332 virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, in removePropertyChangeListener() argument 338 maPropHelper.removePropertyChangeListener( aPropertyName, in removePropertyChangeListener() 342 virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& aPropertyName, in addVetoableChangeListener() argument 348 maPropHelper.addVetoableChangeListener( aPropertyName, in addVetoableChangeListener() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | unosett.hxx | 68 …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 …]
|
| /AOO41X/main/scripting/source/storage/ |
| H A D | ScriptInfo.cxx | 65 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()
|