Searched refs:hasChanged (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | PropertySetAdapter.java | 364 …Property[] properties, Object[] oldValues, Object[] newValues, boolean hasChanged) throws Property… in fire() argument 368 if ((!hasChanged && (properties[i].Attributes & PropertyAttribute.CONSTRAINED) != 0) || in fire() 369 (hasChanged && (properties[i].Attributes & PropertyAttribute.BOUND) != 0)) { in fire() 375 fireListeners(hasChanged, events[i].PropertyName, events[i]); in fire() 376 fireListeners(hasChanged, "", events[i]); in fire() 378 if (hasChanged && eventCount > 0) { in fire() 391 …private void fireListeners(boolean hasChanged, String key, PropertyChangeEvent event) throws Prope… in fireListeners() argument 393 if (hasChanged) { in fireListeners() 402 if (hasChanged) { in fireListeners()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | EmbeddedXMLObject.java | 112 hasChanged = true; in setContentDOM() 141 hasChanged = true; in setSettingsDOM() 170 hasChanged = true; in setStylesDOM() 228 if (hasChanged == true) { in write()
|
H A D | EmbeddedObject.java | 40 protected boolean hasChanged = false; field in EmbeddedObject 52 hasChanged = true; in EmbeddedObject()
|
H A D | EmbeddedBinaryObject.java | 90 hasChanged = true; in setBinaryData() 101 if (hasChanged) { in write()
|
/aoo42x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XFastPropertySet.java | 188 boolean hasChanged = false; in isChangeable() 200 hasChanged = in isChangeable() 227 return hasChanged; in isChangeable()
|
H A D | _XPropertySet.java | 617 boolean hasChanged = false; in isChangeable() 636 hasChanged = (! getProp.equals(oObj.getPropertyValue(name))); in isChangeable() 658 return hasChanged; in isChangeable()
|
/aoo42x/main/sc/qa/complex/dataPilot/ |
H A D | _XPropertySet.java | 584 boolean hasChanged = false; in isChangeable() 600 hasChanged = (! getProp.equals(oObj.getPropertyValue(name))); in isChangeable() 622 return hasChanged; in isChangeable()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 77 bool hasChanged() const; 210 bChanged = m_pQueueInfo->hasChanged(); in checkPrintersChanged() 1059 if( m_pQueueInfo && m_pQueueInfo->hasChanged() ) in getSystemPrintCommands() 1079 if( m_pQueueInfo && m_pQueueInfo->hasChanged() ) in getSystemPrintQueues() 1193 bool SystemQueueInfo::hasChanged() const in hasChanged() function in SystemQueueInfo
|
/aoo42x/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 237 def hasChanged( oldDate, newDate ): function 433 if hasChanged( entry.lastRead, lastRead ):
|
Completed in 63 milliseconds