/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Container.java | 169 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 D | Component.java | 166 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() 341 …firePropertyChange(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 D | Dialog.java | 274 …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 D | Frame.java | 251 …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 D | Window.java | 241 …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 D | Tree.java | 42 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 D | List.java | 42 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 D | Paragraph.java | 72 firePropertyChange(ac.ACCESSIBLE_CARET_PROPERTY, in handleVisibleDataChanged() 83 firePropertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, in notifyEvent()
|
H A D | Menu.java | 75 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in add() 91 firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in remove()
|
H A D | Table.java | 41 … firePropertyChange(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 D | DescendantManager.java | 62 … firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY, in notifyEvent()
|
H A D | Button.java | 75 … firePropertyChange(javax.accessibility.AccessibleContext.ACCESSIBLE_CHILD_PROPERTY, in notifyEvent()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.hxx | 167 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 D | RowSetBase.cxx | 1166 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 D | RowSet.cxx | 709 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 D | RowSetCache.hxx | 163 void firePropertyChange(sal_Int32 _nColumnIndex,const ::connectivity::ORowSetValue& _rOldValue);
|
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/ |
H A D | PopupWindow.java | 111 ac.firePropertyChange(ac.ACCESSIBLE_CHILD_PROPERTY, null, in add() 126 ac.firePropertyChange(ac.ACCESSIBLE_CHILD_PROPERTY, in remove()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | eformspropertyhandler.cxx | 200 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 D | eformshelper.cxx | 721 …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 D | eformshelper.hxx | 238 void firePropertyChange(
|
H A D | xsdvalidationhelper.cxx | 275 …firePropertyChange( PROPERTY_XSD_DATA_TYPE, makeAny( sOldDataTypeName ), makeAny( sNewDataTypeName… in setValidatingDataTypeByName()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | propstate.hxx | 80 …void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::co…
|
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.cxx | 135 firePropertyChange( nHandle, aNewValue, aOldValue ); in notifyAndCachePropertyValue()
|
H A D | propertysetbase.hxx | 296 const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); in notifyPropertyChange()
|
/aoo41x/main/comphelper/source/property/ |
H A D | propstate.cxx | 88 …void OPropertyStateHelper::firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any… in firePropertyChange() function in comphelper::OPropertyStateHelper
|