Home
last modified time | relevance | path

Searched refs:addPropertyChangeListener (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx258 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2()
259 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2()
321 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener1.get()); in testEmpty2()
322 empty2p->addPropertyChangeListener(rtl::OUString(), boundListener2.get()); in testEmpty2()
326 empty2p->addPropertyChangeListener( in testEmpty2()
541 fullp->addPropertyChangeListener( in testFull()
545 fullp->addPropertyChangeListener( in testFull()
550 fullp->addPropertyChangeListener( in testFull()
561 fullp->addPropertyChangeListener( in testFull()
566 fullp->addPropertyChangeListener( in testFull()
H A DJavaSupplier.java124 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 Dvclxprinter.hxx85addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXPrinterPropertySet
124addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXPrinter
161addPropertyChangeListener( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Refe… in addPropertyChangeListener() function in VCLXInfoPrinter
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java817 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/sw/inc/
H A Dunosett.hxx70 …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…
302 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
H A Dunotbl.hxx154 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
206 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
262 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
390 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
469 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com…
/trunk/main/vcl/source/components/
H A Ddisplay.cxx62 …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 Dformgeometryhandler.cxx156 void addPropertyChangeListener( const Reference< XPropertyChangeListener >& _listener ) in addPropertyChangeListener() function in pcr::ShapeGeometryChangeNotifier
237 …virtual void SAL_CALL addPropertyChangeListener( const ::com::sun::star::un…
501 …void SAL_CALL FormGeometryHandler::addPropertyChangeListener( const Reference< XPropertyChangeList… in addPropertyChangeListener() function in pcr::FormGeometryHandler
506 m_xChangeNotifier->addPropertyChangeListener( _listener ); in addPropertyChangeListener()
790 xShapeProperties->addPropertyChangeListener( ::rtl::OUString(), this ); in impl_init_nothrow()
H A Dgenericpropertyhandler.cxx404 …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/dbaccess/qa/complex/dbaccess/
H A DRowSet.java393 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 DAnnotation.cxx77 …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/chart2/source/tools/
H A DWrappedPropertySet.cxx195 void SAL_CALL WrappedPropertySet::addPropertyChangeListener( const OUString& rPropertyName, const R… in addPropertyChangeListener() function in chart::WrappedPropertySet
202 … xInnerPropertySet->addPropertyChangeListener( pWrappedProperty->getInnerName(), xListener ); in addPropertyChangeListener()
204 xInnerPropertySet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1065 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/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java600 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/dbaccess/source/core/misc/
H A DPropertyForward.cxx66 _xSource->addPropertyChangeListener( ::rtl::OUString(), this ); in DBG_NAME()
72 _xSource->addPropertyChangeListener( *aIter, this ); in DBG_NAME()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx236 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
359 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
545 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
699 virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName,
H A Dchart2uno.hxx127 virtual void SAL_CALL addPropertyChangeListener(
262 virtual void SAL_CALL addPropertyChangeListener(
470 virtual void SAL_CALL addPropertyChangeListener(
/trunk/main/reportdesign/source/core/api/
H A DFormatCondition.cxx114 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 DShape.cxx230 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/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx437 void SAL_CALL TitleWrapper::addPropertyChangeListener( const OUString& rPropertyName, const Referen… in addPropertyChangeListener() function in chart::wrapper::TitleWrapper
444 xPropSet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
447 WrappedPropertySet::addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
/trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySet.java61 …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/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java102 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener() method in PostgresqlStatement
103 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener()
/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx72 …virtual void SAL_CALL addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const ::com… in addPropertyChangeListener() function in comphelper::SettingsHelperNoState
73 { ComphelperBase::addPropertyChangeListener ( aPropertyName, xListener ); } in addPropertyChangeListener()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java103 …public void addPropertyChangeListener(String aPropertyName, com.sun.star.beans.XPropertyChangeList… in addPropertyChangeListener() method in StarFunctionCategory
105 m_prophlp.addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener()
/trunk/main/offapi/com/sun/star/frame/
H A DXConfigManager.idl65 [oneway] void addPropertyChangeListener(
78 @see XConfigManager::addPropertyChangeListener()

12345678910>>...23