/aoo42x/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 49 oldValue = AnyConverter.toObject(((Any) oldValue).getType(),oldValue); in changePValue() 54 if (oldValue == null) in changePValue() 57 if (oldValue instanceof Boolean) { in changePValue() 62 if (oldValue instanceof Integer) { in changePValue() 67 if (oldValue instanceof Long) { in changePValue() 72 if (oldValue instanceof Short) { in changePValue() 77 if (oldValue instanceof Byte) { in changePValue() 82 if (oldValue instanceof Float) { in changePValue() 87 if (oldValue instanceof Double) { in changePValue() 92 if (oldValue instanceof String) { in changePValue() [all …]
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | MultiPropertyTest.java | 180 if( (oldValue==null) || utils.isVoid(oldValue) ) in testProperty() 314 else if (oldValue == null) in checkResult() 361 if (!compare(resValue, oldValue)) in checkResult() 366 if (!util.utils.isVoid(oldValue) && oldValue instanceof Any) in checkResult() 368 … oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue); in checkResult() 402 if (!util.utils.isVoid(oldValue) && oldValue instanceof Any) in checkResult() 404 … oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue); in checkResult() 418 if ((!compare(resValue, oldValue)) || (!resValue.equals(oldValue))) in checkResult() 439 if (!util.utils.isVoid(oldValue) && oldValue instanceof Any) in checkResult() 441 … oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue); in checkResult() [all …]
|
/aoo42x/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 311 Object oldValue = set.getPropertyValue(pName); in changeProperty() local 365 oldValue = getRealValue(oldValue); in checkResult() 382 if (util.utils.isVoid(oldValue) && !maybeVoid) { in checkResult() 386 } else if (oldValue == null) { in checkResult() 429 if (!util.utils.isVoid(oldValue) && in checkResult() 430 oldValue instanceof Any) { in checkResult() 433 oldValue); in checkResult() 462 oldValue instanceof Any) { in checkResult() 465 oldValue); in checkResult() 493 oldValue instanceof Any) { in checkResult() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _ParagraphProperties.java | 114 protected Object getNewValue(String propName, Object oldValue) 116 if ((oldValue != null) && (oldValue.equals("Numbering 1"))) { 129 protected Object getNewValue(String propName, Object oldValue) { 130 if (!utils.isVoid(oldValue) && (oldValue.equals("Example"))) { 144 if (!utils.isVoid(oldValue) && (oldValue.equals("Heading"))) { 158 if (!util.utils.isVoid(oldValue) && 159 (oldValue.equals("Default"))) { 174 if ((oldValue != null) && 175 (oldValue.equals(new Short((short) 0)))) { 190 if ((oldValue != null) && [all …]
|
H A D | _CharacterProperties.java | 128 protected Object getNewValue(String propName, Object oldValue) { 129 if (oldValue.equals("http://www.sun.com")) 163 protected Object getNewValue(String propName, Object oldValue) { 169 if (oldValue.equals( oStyleName1)) 174 if (utils.isVoid(oldValue) || (oldValue.equals("Standard"))) 185 protected Object getNewValue(String propName, Object oldValue) { 186 if (utils.isVoid(oldValue) || (oldValue.equals("Standard"))) 267 protected Object getNewValue(String propName, Object oldValue) 269 if (utils.isVoid(oldValue)) { 272 return ValueChanger.changePValue(oldValue);
|
/aoo42x/main/winaccessibility/inc/ |
H A D | AccContainerEventListener.hxx | 51 virtual void SAL_CALL handleChildChangedEvent(Any oldValue, Any newValue); 54 virtual void SAL_CALL handleSelectionChangedEvent(const Any &oldValue, const Any &newValue); 60 virtual void SAL_CALL handleTextChangedEvent(Any oldValue, Any newValue); 61 virtual void SAL_CALL handleStateChangedEvent(Any oldValue, Any newValue); 70 virtual void SAL_CALL handleValueChangedEvent(Any oldValue, Any newValue); 84 virtual void handleSelectionChangedAddEvent(const Any &oldValue, const Any &newValue); 85 virtual void handleSelectionChangedRemoveEvent(const Any &oldValue, const Any &newValue); 86 virtual void handleSelectionChangedWithinEvent(const Any &oldValue, const Any &newValue); 88 virtual void handlePageChangedEvent (const Any &oldValue, const Any &newValue); 90 virtual void handleSectionChangedEvent (const Any &oldValue, const Any &newValue); [all …]
|
H A D | AccDescendantManagerEventListener.hxx | 50 virtual void SAL_CALL handleSelectionChangedEvent(Any oldValue, Any newValue); 53 virtual void SAL_CALL handleChildChangedEvent (Any oldValue, Any newValue); 55 virtual void SAL_CALL handleChildChangedNoFocusEvent(Any oldValue, Any newValue); 59 virtual void handleSelectionChangedAddEvent(const Any &oldValue, const Any &newValue); 60 virtual void handleSelectionChangedRemoveEvent(const Any &oldValue, const Any &newValue); 61 virtual void handleSelectionChangedWithinEvent(const Any &oldValue, const Any &newValue);
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdb/ |
H A D | _RowSet.java | 71 Object oldValue = null ; field in _RowSet.SafeTester 75 oldValue = old ; in getNewValue() 79 protected void checkResult(String propName, Object oldValue, in checkResult() argument 83 super.checkResult(propName, oldValue, newValue, resValue, exception); in checkResult() 86 oObj.setPropertyValue(propName, this.oldValue); in checkResult() 89 this.oldValue + "' (ignoring) : " + e ); in checkResult() 92 this.oldValue + "' (ignoring) : " + e ); in checkResult() 95 this.oldValue + "' (ignoring) : " + e ); in checkResult() 98 this.oldValue + "' (ignoring) : " + e ); in checkResult()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _DataPilotField.java | 48 protected Object getNewValue(String propName, Object oldValue) { 54 return sortInfo.equals(oldValue) ? null : sortInfo; 74 protected Object getNewValue(String propName, Object oldValue) { 79 return layoutInfo.equals(oldValue) ? null : layoutInfo; 99 protected Object getNewValue(String propName, Object oldValue) { 104 return AutoShowInfo.equals(oldValue) ? null : AutoShowInfo; 124 protected Object getNewValue(String propName, Object oldValue) { 129 return Reference.equals(oldValue) ? null : Reference;
|
/aoo42x/main/unoxml/source/dom/ |
H A D | characterdata.cxx | 69 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in appendData() local 74 dispatchEvent_Impl(oldValue, newValue); in appendData() 103 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in deleteData() local 108 dispatchEvent_Impl(oldValue, newValue); in deleteData() 173 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in insertData() local 178 dispatchEvent_Impl(oldValue, newValue); in insertData() 210 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in replaceData() local 215 dispatchEvent_Impl(oldValue, newValue); in replaceData() 229 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in setData() local 234 dispatchEvent_Impl(oldValue, newValue); in setData()
|
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _CellProperties.java | 80 protected Object getNewValue(String propName, Object oldValue) { in _TextSection() 95 protected Object getNewValue(String propName, Object oldValue) { in _BackColor() 96 if ( oldValue.equals(val1) ) in _BackColor() 111 protected Object getNewValue(String propName, Object oldValue) { in _BackGraphicURL() 112 if (oldValue.equals(util.utils.getFullTestURL in _BackGraphicURL() 128 protected Object getNewValue(String propName, Object oldValue) { in _UserDefinedAttributes() 132 AnyConverter.toObject(new Type(XNameContainer.class),oldValue); in _UserDefinedAttributes()
|
H A D | _BaseIndex.java | 68 protected Object getNewValue(String propName, Object oldValue) { 70 XTextColumns.class, oldValue); 110 protected Object getNewValue(String propName, Object oldValue) { in _LevelFormat() 112 XIndexReplace.class, oldValue); in _LevelFormat() 118 printLevelFormatProperty(oldValue); in _LevelFormat() 146 protected void checkResult(String propName, Object oldValue, in _LevelFormat()
|
H A D | _MailMerge.java | 40 protected Object getNewValue(String propName, Object oldValue) { 41 if (oldValue.equals(util.utils.getOfficeTemp((XMultiServiceFactory)tParam.getMSF()))) 52 protected Object getNewValue(String propName, Object oldValue) { 53 if (oldValue.equals(util.utils.getFullTestURL("MailMerge.sxw"))) 66 …XResultSet oldValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValu… in _ResultSet() local 110 …XConnection oldValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyV… in _ActiveConnection() local
|
H A D | _CellRange.java | 63 protected Object getNewValue(String propName, Object oldValue) { in _BackColor() 64 if ( oldValue.equals(val1) ) in _BackColor() 87 protected Object getNewValue(String propName, Object oldValue) { in _BackGraphicURL() 88 if (oldValue.equals(util.utils.getFullTestURL in _BackGraphicURL()
|
/aoo42x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _FillProperties.java | 71 protected Object getNewValue(String propName, Object oldValue) 73 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) { 85 protected Object getNewValue(String propName, Object oldValue) 87 if (oldValue.equals(str1)) { 99 protected Object getNewValue(String propName, Object oldValue) 101 if (util.ValueComparer.equalValue(oldValue, the_bitmap)) {
|
H A D | _GraphicObjectShape.java | 67 protected Object getNewValue(String propName, Object oldValue) { 68 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) 79 protected Object getNewValue(String propName, Object oldValue){ 82 if (oldValue.equals(aBitmap1)) return aBitmap2; 93 protected Object getNewValue(String propName, Object oldValue) {
|
H A D | _DrawingDocumentDrawView.java | 65 protected Object getNewValue(String propName, Object oldValue) { 150 Object oldValue=null; in _ZoomType() local 153 oldValue = oObj.getPropertyValue("ZoomValue"); in _ZoomType() 167 log.println("oldZoomValue: "+oldValue); in _ZoomType() 169 tRes.tested("ZoomType",(!oldValue.equals(newValue))); in _ZoomType()
|
H A D | _GraphicObjectShapeDescriptor.java | 39 protected Object getNewValue(String propName, Object oldValue) 41 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) 48 protected Object getNewValue(String propName, Object oldValue) 52 if (oldValue.equals(aBitmap1)) return aBitmap2; else return aBitmap1;
|
H A D | _AreaShapeDescriptor.java | 37 protected Object getNewValue(String propName, Object oldValue) 39 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) 46 protected Object getNewValue(String propName, Object oldValue) 48 if (oldValue.equals(str1))
|
/aoo42x/main/winaccessibility/source/service/ |
H A D | AccDescendantManagerEventListener.cxx | 83 void AccDescendantManagerEventListener::handleChildChangedEvent(Any oldValue, Any newValue) in handleChildChangedEvent() argument 103 if (oldValue >>= xChild) in handleChildChangedEvent() 122 void AccDescendantManagerEventListener::handleSelectionChangedEvent(Any oldValue, Any newValue) in handleSelectionChangedEvent() argument 141 if(oldValue >>= xChild ) in handleSelectionChangedEvent() 156 void AccDescendantManagerEventListener::handleChildChangedNoFocusEvent(Any oldValue, Any newValue) in handleChildChangedNoFocusEvent() argument 171 if (oldValue >>= xChild) in handleChildChangedNoFocusEvent()
|
/aoo42x/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _LineDiagram.java | 94 protected Object getNewValue(String propName, Object oldValue) 96 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) 103 protected Object getNewValue(String propName, Object oldValue) 108 if ( ((Integer) oldValue).intValue() == a) 115 protected Object getNewValue(String propName, Object oldValue) 120 if ( ((Integer) oldValue).intValue() == a)
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _UnoControlImageControlModel.java | 50 protected Object getNewValue(String propName, Object oldValue) 52 if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) 72 protected Object getNewValue(String propName, Object oldValue) { in _BackgroundColor() 73 return utils.isVoid(oldValue) ? new Integer(8945) : in _BackgroundColor() 74 super.getNewValue(propName, oldValue) ; in _BackgroundColor()
|
H A D | _UnoControlButtonModel.java | 50 protected Object getNewValue(String propName, Object oldValue) { 51 if (util.ValueComparer.equalValue(oldValue, new Integer(17))) 62 protected Object getNewValue(String propName, Object oldValue) { 63 if (util.ValueComparer.equalValue(oldValue, new Boolean(true)))
|
/aoo42x/main/qadevOOo/tests/java/ifc/form/ |
H A D | _DataAwareControlModel.java | 116 protected void checkResult(String propName, Object oldValue, in _DataField() 120 if (exception == null && oldValue.equals(newValue)) { in _DataField() 124 oldValue + "'). Possibly no other suitable fields found.") ; in _DataField() 126 log.println("The value was '" + oldValue + "', set to the" + in _DataField() 133 super.checkResult(propName, oldValue, newValue, in _DataField()
|
/aoo42x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XIndent.java | 64 int oldValue = getIndent(); in _incrementIndent() local 67 tRes.tested("incrementIndent()", oldValue < newValue) ; in _incrementIndent() 77 int oldValue = getIndent(); in _decrementIndent() local 80 tRes.tested("decrementIndent()", oldValue > newValue) ; in _decrementIndent()
|