/aoo41x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 131 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument 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() 172 else if ( aPropertyName.compareToAscii( SC_UNO_COLROWHDR ) == 0 ) in setPropertyValue() 174 else if ( aPropertyName.compareToAscii( SC_UNO_SHEETTABS ) == 0 ) in setPropertyValue() 176 else if ( aPropertyName.compareToAscii( SC_UNO_OUTLSYMB ) == 0 ) in setPropertyValue() 178 else if ( aPropertyName.compareToAscii( SC_UNO_AUTOCALC ) == 0 ) in setPropertyValue() 239 else if ( aPropertyName.compareToAscii( SC_UNO_CHARCOMP ) == 0 ) in setPropertyValue() 251 else if ( aPropertyName.compareToAscii( SCSAVEVERSION ) == 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() 295 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in SC_IMPL_DUMMY_PROPERTY_LISTENER() 344 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in setPropertyToDefault() [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() 652 String aNameString = aPropertyName; in getPropertyValue() 824 aAny = pShapePropertySet->getPropertyValue( aPropertyName ); in getPropertyValue() 896 String aNameString(aPropertyName); in getPropertyState() 919 eRet = pShapePropertyState->getPropertyState( aPropertyName ); in getPropertyState() 945 String aNameString(aPropertyName); in setPropertyToDefault() 968 pShapePropertyState->setPropertyToDefault( aPropertyName ); in setPropertyToDefault() 977 String aNameString = aPropertyName; in getPropertyDefault() [all …]
|
/aoo41x/main/canvas/source/tools/ |
H A D | propertysethelper.cxx | 39 aPropertyName + in throwUnknown() 49 aPropertyName + in throwVeto() 109 return mpMap->lookup( aPropertyName, in isPropertyName() 124 !mpMap->lookup( aPropertyName, in setPropertyValue() 127 throwUnknown( aPropertyName ); in setPropertyValue() 131 throwVeto( aPropertyName ); in setPropertyValue() 140 !mpMap->lookup( aPropertyName, in getPropertyValue() 143 throwUnknown( aPropertyName ); in getPropertyValue() 159 if( !isPropertyName( aPropertyName ) ) in addPropertyChangeListener() 160 throwUnknown( aPropertyName ); in addPropertyChangeListener() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleDataPilotSource.java | 122 if ( aPropertyName.equals( "IsVisible" ) || in setPropertyValue() 123 aPropertyName.equals( "ShowDetails" ) ) in setPropertyValue() 134 if ( aPropertyName.equals( "IsVisible" ) || in getPropertyValue() 135 aPropertyName.equals( "ShowDetails" ) ) in getPropertyValue() 333 if ( aPropertyName.equals( "SubTotals" ) || in setPropertyValue() 334 aPropertyName.equals( "ShowEmpty" ) ) in setPropertyValue() 345 if ( aPropertyName.equals( "SubTotals" ) ) in getPropertyValue() 629 else if ( aPropertyName.equals( "Function" ) || aPropertyName.equals( "UsedHierarchy" ) || in setPropertyValue() 641 if ( aPropertyName.equals( "Original" ) ) in getPropertyValue() 901 String aPropertyName, in addPropertyChangeListener() argument [all …]
|
/aoo41x/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 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() 141 if ( aPropertyName.isEmpty() ) in removePropertyChangeListener() 151 else if ( xInfo->hasPropertyByName(aPropertyName) ) in removePropertyChangeListener() 152 m_aListener.removeInterface(aPropertyName,xListener); in removePropertyChangeListener() 154 throw UnknownPropertyException( aPropertyName, *this ); in removePropertyChangeListener() 168 maAnyMap[ aPropertyName ] = *pValues; in _setPropertyValues() 173 aEvt.PropertyName = aPropertyName; in _setPropertyValues() [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 | 68 …opertyState > SAL_CALL getPropertyStates( const Sequence< OUString >& aPropertyName ) throw(Unknow… 70 …virtual Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropertyExce… 104 if( mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in setPropertyValue() 106 mxPropSet1->setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 110 mxPropSet2->setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 171 const sal_Int32 nCount = aPropertyName.getLength(); in getPropertyStates() 174 const OUString* pPropNames = aPropertyName.getConstArray(); in getPropertyStates() 198 Any SAL_CALL PropertySetMergerImpl::getPropertyDefault( const OUString& aPropertyName ) throw(Unkno… in getPropertyDefault() argument 200 if( mxPropSet1State.is() && mxPropSet1Info->hasPropertyByName( aPropertyName ) ) in getPropertyDefault() 202 return mxPropSet1State->getPropertyDefault( aPropertyName ); in getPropertyDefault() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarFunctionCategory.java | 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() 118 …public void removeVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeL… in removeVetoableChangeListener() argument [all …]
|
H A D | StarFunctionDescription.java | 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() 106 …public void removeVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeL… in removeVetoableChangeListener() argument [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 | 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() 307 …public void removeVetoableChangeListener(String aPropertyName, com.sun.star.beans.XVetoableChangeL… in removeVetoableChangeListener() argument [all …]
|
/aoo41x/main/extensions/test/stm/ |
H A D | datatest.cxx | 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() 478 else if( L"string" == aPropertyName ) { in setPropertyValue() 505 if( L"long" == aPropertyName ) { in getPropertyValue() 514 else if( L"bool" == aPropertyName ) { in getPropertyValue() 517 else if( L"byte" == aPropertyName ) { in getPropertyValue() [all …]
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | Shape.cxx | 211 …if( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PR… in setPropertyValue() 212 m_aProps.aComponent.m_xProperty->setPropertyValue( aPropertyName,aValue); in setPropertyValue() 215 ShapePropertySet::setPropertyValue( aPropertyName, aValue ); in setPropertyValue() 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() 242 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::AGGREGATE_PROP… in removePropertyChangeListener() 243 m_aProps.aComponent.m_xProperty->removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener() 245 …( m_pAggHelper->classifyProperty(aPropertyName) == OPropertyArrayAggregationHelper::DELEGATOR_PROP… in removePropertyChangeListener() [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() 390 sal_Int32 nCount = aPropertyName.getLength(); in getPropertyStates() 391 const OUString* pNames = aPropertyName.getConstArray(); in getPropertyStates() [all …]
|
/aoo41x/main/io/test/stm/ |
H A D | datatest.cxx | 432 const OUString& aPropertyName, 439 const OUString& aPropertyName, 479 const OUString& aPropertyName, in setPropertyValue() argument 487 if( 0 == aPropertyName.compareToAscii("long") ) { in setPropertyValue() 496 else if( 0 == aPropertyName.compareToAscii("bool") ) { in setPropertyValue() 502 else if( 0 == aPropertyName.compareToAscii("char") ) { in setPropertyValue() 527 if( 0 == aPropertyName.compareToAscii("long" ) ) { in getPropertyValue() 536 else if( 0 == aPropertyName.compareToAscii("bool") ) { in getPropertyValue() 539 else if( 0 == aPropertyName.compareToAscii("byte") ) { in getPropertyValue() 557 const OUString& aPropertyName, in addPropertyChangeListener() argument [all …]
|
/aoo41x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 77 …virtual void SAL_CALL addPropertyChangeListener(const OUString & aPropertyName, const Reference< X… 78 …virtual void SAL_CALL removePropertyChangeListener(const OUString & aPropertyName, const Reference… 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() 226 ::cppu::PropertySetMixin< XAnnotation >::removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener() 229 void SAL_CALL Annotation::addVetoableChangeListener(const OUString & aPropertyName, const Reference… in addVetoableChangeListener() argument 231 ::cppu::PropertySetMixin< XAnnotation >::addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener() [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() 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() 186 const ::rtl::OUString& aPropertyName, in removeVetoableChangeListener() [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/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() 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() 352 virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& aPropertyName, in removeVetoableChangeListener() argument [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() 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() 426 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyDefaults() [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 ::… 104 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 105 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::… 138 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 139 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::… 205 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 206 …virtual void SAL_CALL removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::… 303 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… [all …]
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrolbase.cxx | 53 sal_Bool UnoControlBase::ImplHasProperty( const ::rtl::OUString& aPropertyName ) in ImplHasProperty() argument 62 return xInfo->hasPropertyByName( aPropertyName ); in ImplHasProperty() 96 void UnoControlBase::ImplSetPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::… in ImplSetPropertyValue() argument 103 ImplLockPropertyChangeNotification( aPropertyName, true ); in ImplSetPropertyValue() 107 xPSet->setPropertyValue( aPropertyName, aValue ); in ImplSetPropertyValue() 112 ImplLockPropertyChangeNotification( aPropertyName, false ); in ImplSetPropertyValue() 116 ImplLockPropertyChangeNotification( aPropertyName, false ); in ImplSetPropertyValue() 120 …m::sun::star::uno::Any UnoControlBase::ImplGetPropertyValue( const ::rtl::OUString& aPropertyName ) in ImplGetPropertyValue() argument 124 return xPSet->getPropertyValue( aPropertyName ); in ImplGetPropertyValue()
|