Home
last modified time | relevance | path

Searched refs:firePropertyChange (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DContainer.java169 ac.firePropertyChange(propertyName, oldValue, newValue); in run()
180 protected void firePropertyChange(String property, Object oldValue, Object newValue) { in firePropertyChange() method in Container
293 parentAC.firePropertyChange( in handleAllChildrenChangedEvent()
301 parentAC.firePropertyChange( in handleAllChildrenChangedEvent()
330 firePropertyChange(AccessibleContext.ACCESSIBLE_TEXT_PROPERTY, in notifyEvent()
428 AccessibleContainer.this.firePropertyChange( in componentHidden()
434 AccessibleContainer.this.firePropertyChange( in componentShown()
454 AccessibleContainer.this.firePropertyChange( in focusGained()
462 AccessibleContainer.this.firePropertyChange( in focusLost()
482 AccessibleContainer.this.firePropertyChange( in componentAdded()
[all …]
H A DComponent.java166 ac.firePropertyChange(propertyName, oldValue, newValue); in run()
177 protected void firePropertyChange(String property, Object oldValue, Object newValue) { in firePropertyChange() method in Component
302 firePropertyChange(accessibleContext.ACCESSIBLE_ACTION_PROPERTY, in notifyEvent()
326 firePropertyChange(AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY, null, null); in notifyEvent()
329 firePropertyChange(AccessibleContext.ACCESSIBLE_TEXT_PROPERTY, in notifyEvent()
338 firePropertyChange(AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY, null, null); in notifyEvent()
341firePropertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, toNumber(event.OldValue), toNumber… in notifyEvent()
403 AccessibleUNOComponent.this.firePropertyChange( in componentHidden()
409 AccessibleUNOComponent.this.firePropertyChange( in componentShown()
429 AccessibleUNOComponent.this.firePropertyChange( in focusGained()
[all …]
H A DDialog.java274 …ac.firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY, null… in handleVisibleDataEvent()
343 AccessibleDialog.this.firePropertyChange( in componentHidden()
349 AccessibleDialog.this.firePropertyChange( in componentShown()
370 AccessibleDialog.this.firePropertyChange( in windowActivated()
394 AccessibleDialog.this.firePropertyChange( in windowDeactivated()
436 AccessibleDialog.this.firePropertyChange( in componentAdded()
444 AccessibleDialog.this.firePropertyChange( in componentRemoved()
H A DFrame.java251 …ac.firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY, null… in handleVisibleDataEvent()
320 AccessibleFrame.this.firePropertyChange( in componentHidden()
326 AccessibleFrame.this.firePropertyChange( in componentShown()
347 AccessibleFrame.this.firePropertyChange( in windowActivated()
371 AccessibleFrame.this.firePropertyChange( in windowDeactivated()
413 AccessibleFrame.this.firePropertyChange( in componentAdded()
421 AccessibleFrame.this.firePropertyChange( in componentRemoved()
H A DWindow.java241 …ac.firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY, null… in handleVisibleDataEvent()
310 AccessibleWindow.this.firePropertyChange( in componentHidden()
316 AccessibleWindow.this.firePropertyChange( in componentShown()
339 AccessibleWindow.this.firePropertyChange( in componentAdded()
347 AccessibleWindow.this.firePropertyChange( in componentRemoved()
H A DTree.java42 firePropertyChange(AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, in setActiveDescendant()
64 firePropertyChange(AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in add()
71 firePropertyChange(AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in remove()
115 firePropertyChange(AccessibleContext.ACCESSIBLE_STATE_PROPERTY, in notifyEvent()
120 firePropertyChange(AccessibleContext.ACCESSIBLE_STATE_PROPERTY, in notifyEvent()
H A DList.java42 firePropertyChange(AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, in setActiveDescendant()
77 firePropertyChange(AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in add()
87 firePropertyChange(AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in remove()
H A DParagraph.java72 firePropertyChange(ac.ACCESSIBLE_CARET_PROPERTY, in handleVisibleDataChanged()
83 firePropertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, in notifyEvent()
H A DMenu.java75 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in add()
91 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in remove()
H A DTable.java41firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, in setActiveDescendant()
66 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in add()
76 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in remove()
H A DDescendantManager.java62firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY, in notifyEvent()
H A DButton.java75firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in notifyEvent()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx167 void firePropertyChange(const ORowSetRow& _rOldRow);
170 void firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rNewValue);
388 …inline void firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rNewValue, con… in firePropertyChange() function in dbaccess::ORowSetBase
390 firePropertyChange(_nPos,_rNewValue); in firePropertyChange()
448 void firePropertyChange();
H A DRowSetBase.cxx1166 firePropertyChange(_rOldValues); in setCurrentRow()
1207 firePropertyChange(aOldValues); in refreshRow()
1278 void ORowSetBase::firePropertyChange(const ORowSetRow& _rOldRow) in firePropertyChange() function in dbaccess::ORowSetBase
1303 void ORowSetBase::firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rOldValue) in firePropertyChange() function in dbaccess::ORowSetBase
1569 void ORowSetNotifier::firePropertyChange() in firePropertyChange() function in dbaccess::ORowSetNotifier
1577 …m_pRowSet->firePropertyChange((*aIter)-1 ,m_pImpl->aRow[(*aIter)-1], ORowSetBase::GrantNotifierAcc… in firePropertyChange()
H A DRowSet.cxx709 aNotify.firePropertyChange(); in updateValue()
725 aNotify.firePropertyChange(); in updateNull()
823 aNotify.firePropertyChange(); in updateCharacterStream()
867 aNotify.firePropertyChange(); in updateObject()
881 aNotify.firePropertyChange(); in updateNumericObject()
991 ORowSetBase::firePropertyChange(aOldValues); in updateRow()
1097 ORowSetBase::firePropertyChange(aOldValues); in implCancelRowUpdates()
1231 ORowSetBase::firePropertyChange(aOldValues); in moveToInsertRow()
H A DRowSetCache.hxx163 void firePropertyChange(sal_Int32 _nColumnIndex,const ::connectivity::ORowSetValue& _rOldValue);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DPopupWindow.java111 ac.firePropertyChange(ac.ACCESSIBLE_CHILD_PROPERTY, null, in add()
126 ac.firePropertyChange(ac.ACCESSIBLE_CHILD_PROPERTY, in remove()
/trunk/main/extensions/source/propctrlr/
H A Deformspropertyhandler.cxx200 firePropertyChange( PROPERTY_BINDING_NAME, PROPERTY_ID_BINDING_NAME, in setPropertyValue()
233 firePropertyChange( PROPERTY_XML_DATA_MODEL, PROPERTY_ID_XML_DATA_MODEL, in setPropertyValue()
274 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
H A Deformshelper.cxx721 …void EFormsHelper::firePropertyChange( const ::rtl::OUString& _rName, const Any& _rOldValue, const… in firePropertyChange() function in pcr::EFormsHelper
774 firePropertyChange( aProp->Name, aOldValue, aNewValue ); in firePropertyChanges()
H A Deformshelper.hxx238 void firePropertyChange(
H A Dxsdvalidationhelper.cxx275firePropertyChange( PROPERTY_XSD_DATA_TYPE, makeAny( sOldDataTypeName ), makeAny( sNewDataTypeName… in setValidatingDataTypeByName()
/trunk/main/comphelper/inc/comphelper/
H A Dpropstate.hxx80 …void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::co…
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx135 firePropertyChange( nHandle, aNewValue, aOldValue ); in notifyAndCachePropertyValue()
H A Dpropertysetbase.hxx296 const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); in notifyPropertyChange()
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx88 …void OPropertyStateHelper::firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any… in firePropertyChange() function in comphelper::OPropertyStateHelper

Completed in 182 milliseconds

12