/trunk/main/cppuhelper/qa/propertysetmixin/ |
H A D | test_propertysetmixin.cxx | 262 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 263 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 325 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2() 326 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener2.get()); in testEmpty2() 330 empty2p->addPropertyChangeListener( in testEmpty2() 545 fullp->addPropertyChangeListener( in testFull() 549 fullp->addPropertyChangeListener( in testFull() 554 fullp->addPropertyChangeListener( in testFull() 565 fullp->addPropertyChangeListener( in testFull() 570 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()
|
/trunk/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
|
/trunk/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()
|
/trunk/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
|
/trunk/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()
|
/trunk/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…
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | FormatCondition.cxx | 114 void SAL_CALL OFormatCondition::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, co… in addPropertyChangeListener() function in reportdesign::OFormatCondition 116 FormatConditionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
H A D | Function.cxx | 117 void SAL_CALL OFunction::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno… in addPropertyChangeListener() function in reportdesign::OFunction 119 FunctionPropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
H A D | Shape.cxx | 230 void SAL_CALL OShape::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const uno::R… in addPropertyChangeListener() function in reportdesign::OShape 234 m_aProps.aComponent.m_xProperty->addPropertyChangeListener( aPropertyName, xListener); in addPropertyChangeListener() 237 ShapePropertySet::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | PropertySet.java | 61 …public synchronized void addPropertyChangeListener(String propertyName, XPropertyChangeListener li… in addPropertyChangeListener() method in PropertySet 65 impl.addPropertyChangeListener(propertyName, listener); in addPropertyChangeListener()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlStatement.java | 102 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener() method in PostgresqlStatement 103 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XConfigManager.idl | 65 [oneway] void addPropertyChangeListener( 78 @see XConfigManager::addPropertyChangeListener()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | PropertyForward.cxx | 195 m_xSource->addPropertyChangeListener(::rtl::OUString(), this); in startListening() 197 m_xDest->addPropertyChangeListener(::rtl::OUString(), this); in startListening()
|
/trunk/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
|