/aoo4110/main/cppuhelper/qa/propertysetmixin/ |
H A D | test_propertysetmixin.cxx | 285 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 286 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 348 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 349 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener2.get()); in testEmpty2() 353 empty2p->addPropertyChangeListener( in testEmpty2() 568 fullp->addPropertyChangeListener( in testFull() 572 fullp->addPropertyChangeListener( in testFull() 577 fullp->addPropertyChangeListener( in testFull() 588 fullp->addPropertyChangeListener( in testFull() 593 fullp->addPropertyChangeListener( in testFull()
|
H A D | JavaSupplier.java | 124 public void addPropertyChangeListener( in addPropertyChangeListener() method in JavaSupplier.Empty2 128 prop.addPropertyChangeListener(propertyName, listener); in addPropertyChangeListener() 252 public void addPropertyChangeListener( in addPropertyChangeListener() method in JavaSupplier.Full 256 prop.addPropertyChangeListener(propertyName, listener); in addPropertyChangeListener()
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxprinter.hxx | 85 …addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXPrinterPropertySet 124 …addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXPrinter 161 …addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXInfoPrinter
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 817 xKeyGen.addPropertyChangeListener( "State", this ); in prepareDocument() 823 xKeyGen.addPropertyChangeListener( "State", this ); in prepareDocument() 829 xKeyGen.addPropertyChangeListener( "State", this ); in prepareDocument() 860 xCheck.addPropertyChangeListener( "State", this ); in prepareDocument() 866 xCheck.addPropertyChangeListener( "State", this ); in prepareDocument() 872 xCheck.addPropertyChangeListener( "State", this ); in prepareDocument()
|
/aoo4110/main/vcl/source/components/ |
H A D | display.cxx | 62 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X… 124 void SAL_CALL DisplayInfo::addPropertyChangeListener( const OUString&, const Reference< XPropertyCh… in addPropertyChangeListener() function in vcl::DisplayInfo 188 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X… 264 void SAL_CALL DisplayAccess::addPropertyChangeListener( const OUString&, const Reference< XProperty… in addPropertyChangeListener() function in vcl::DisplayAccess
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formgeometryhandler.cxx | 156 void addPropertyChangeListener( const Reference< XPropertyChangeListener >& _listener ) in addPropertyChangeListener() function in pcr::ShapeGeometryChangeNotifier 237 …virtual void SAL_CALL addPropertyChangeListener( const ::com::sun::star::un… 502 …void SAL_CALL FormGeometryHandler::addPropertyChangeListener( const Reference< XPropertyChangeList… in addPropertyChangeListener() function in pcr::FormGeometryHandler 507 m_xChangeNotifier->addPropertyChangeListener( _listener ); in addPropertyChangeListener() 791 xShapeProperties->addPropertyChangeListener( ::rtl::OUString(), this ); in impl_init_nothrow()
|
H A D | genericpropertyhandler.cxx | 404 …m_xComponent->addPropertyChangeListener( ::rtl::OUString(), static_cast< XPropertyChangeListener* … in inspect() 498 …void SAL_CALL GenericPropertyHandler::addPropertyChangeListener( const Reference< XPropertyChangeL… in addPropertyChangeListener() function in pcr::GenericPropertyHandler 509 m_xComponent->addPropertyChangeListener( ::rtl::OUString(), _rxListener ); in addPropertyChangeListener()
|
/aoo4110/main/sw/inc/ |
H A D | unosett.hxx | 70 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 104 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 138 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 205 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… 303 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
|
/aoo4110/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 393 col.addPropertyChangeListener("Value", pRow); in testRowSetEvents() 394 m_rowSetProperties.addPropertyChangeListener("IsModified", pRow); in testRowSetEvents() 395 m_rowSetProperties.addPropertyChangeListener("IsNew", pRow); in testRowSetEvents() 396 m_rowSetProperties.addPropertyChangeListener("IsRowCountFinal", pRow); in testRowSetEvents() 397 m_rowSetProperties.addPropertyChangeListener("RowCount", pRow); in testRowSetEvents()
|
/aoo4110/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 77 …virtual void SAL_CALL addPropertyChangeListener(const OUString & aPropertyName, const Reference< X… 219 void SAL_CALL Annotation::addPropertyChangeListener(const OUString & aPropertyName, const Reference… in addPropertyChangeListener() function in sd::Annotation 221 ::cppu::PropertySetMixin< XAnnotation >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | PropertyForward.cxx | 66 _xSource->addPropertyChangeListener( ::rtl::OUString(), this ); in DBG_NAME() 72 _xSource->addPropertyChangeListener( *aIter, this ); in DBG_NAME()
|
/aoo4110/main/chart2/source/tools/ |
H A D | WrappedPropertySet.cxx | 198 void SAL_CALL WrappedPropertySet::addPropertyChangeListener( const OUString& rPropertyName, const R… in addPropertyChangeListener() function in chart::WrappedPropertySet 206 … xInnerPropertySet->addPropertyChangeListener( pWrappedProperty->getInnerName(), xListener ); in addPropertyChangeListener() 208 xInnerPropertySet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
|
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 600 public boolean addPropertyChangeListener() in addPropertyChangeListener() method in PropertySet_Test 612 cl.addPropertyChangeListener("PropByteA", li); in addPropertyChangeListener() 617 cl.addPropertyChangeListener("PropByteA", li); in addPropertyChangeListener() 625 cl.addPropertyChangeListener("PropByteA", li2); in addPropertyChangeListener() 637 cl.addPropertyChangeListener("", li3); in addPropertyChangeListener() 672 cl.addPropertyChangeListener("PropByteA", li); in addPropertyChangeListener() 673 cl.addPropertyChangeListener("PropByteA", li2); in addPropertyChangeListener() 674 cl.addPropertyChangeListener("", li3); in addPropertyChangeListener() 1064 r[i++]= test.addPropertyChangeListener(); in test()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | FormatCondition.cxx | 115 void SAL_CALL OFormatCondition::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, co… in addPropertyChangeListener() function in reportdesign::OFormatCondition 117 FormatConditionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
H A D | Function.cxx | 116 void SAL_CALL OFunction::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno… in addPropertyChangeListener() function in reportdesign::OFunction 118 FunctionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
H A D | Shape.cxx | 229 void SAL_CALL OShape::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno::R… in addPropertyChangeListener() function in reportdesign::OShape 233 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener() 236 ShapePropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | TitleWrapper.cxx | 457 void SAL_CALL TitleWrapper::addPropertyChangeListener( const OUString& rPropertyName, const Referen… in addPropertyChangeListener() function in chart::wrapper::TitleWrapper 465 xPropSet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener() 468 WrappedPropertySet::addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XConfigManager.idl | 65 [oneway] void addPropertyChangeListener( 78 @see XConfigManager::addPropertyChangeListener()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarFunctionCategory.java | 103 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() method in StarFunctionCategory 105 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
|
H A D | StarFunctionDescription.java | 91 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() method in StarFunctionDescription 93 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | PropertyForward.cxx | 193 m_xSource->addPropertyChangeListener(::rtl::OUString(), this); in startListening() 195 m_xDest->addPropertyChangeListener(::rtl::OUString(), this); in startListening()
|
/aoo4110/main/forms/source/runtime/ |
H A D | formoperations.cxx | 1065 m_xCursorProperties->addPropertyChangeListener( PROPERTY_ISMODIFIED,this ); in impl_initFromForm_throw() 1066 m_xCursorProperties->addPropertyChangeListener( PROPERTY_ISNEW, this ); in impl_initFromForm_throw() 1172 m_xCursorProperties->addPropertyChangeListener( PROPERTY_ACTIVECOMMAND, this ); in impl_ensureInitializedParser_nothrow() 1173 m_xCursorProperties->addPropertyChangeListener( PROPERTY_FILTER, this ); in impl_ensureInitializedParser_nothrow() 1174 m_xCursorProperties->addPropertyChangeListener( PROPERTY_SORT, this ); in impl_ensureInitializedParser_nothrow()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleDataPilotSource.java | 143 public void addPropertyChangeListener( in addPropertyChangeListener() method in ExampleMember 353 public void addPropertyChangeListener( in addPropertyChangeListener() method in ExampleLevel 668 public void addPropertyChangeListener( in addPropertyChangeListener() method in ExampleDimension 900 public void addPropertyChangeListener( in addPropertyChangeListener() method in ExampleDataPilotSource._ExampleDataPilotSource
|
/aoo4110/main/oox/source/helper/ |
H A D | propertymap.cxx | 65 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X… 113 void SAL_CALL GenericPropertySet::addPropertyChangeListener( const OUString& , const Reference< XPr… in addPropertyChangeListener() function in oox::__anon6f33bc770111::GenericPropertySet
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | SettingsHelper.hxx | 75 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… in addPropertyChangeListener() function in comphelper::SettingsHelperNoState 77 { ComphelperBase::addPropertyChangeListener ( aPropertyName, xListener ); } in addPropertyChangeListener()
|