Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 25 of 98) sorted by relevance

1234

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java49 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java180 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()
368oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue); in checkResult()
402 if (!util.utils.isVoid(oldValue) && oldValue instanceof Any) in checkResult()
404oldValue = 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()
441oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue); in checkResult()
[all …]
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java311 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java114 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.java128 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);
/trunk/main/winaccessibility/inc/
H A DAccContainerEventListener.hxx51 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 DAccDescendantManagerEventListener.hxx50 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);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_RowSet.java71 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_DataPilotField.java48 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;
/trunk/main/unoxml/source/dom/
H A Dcharacterdata.cxx69 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_CellProperties.java80 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.java68 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.java40 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.java63 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_FillProperties.java71 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.java67 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.java65 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.java39 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;
/trunk/main/winaccessibility/source/service/
H A DAccDescendantManagerEventListener.cxx83 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_LineDiagram.java94 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)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlImageControlModel.java50 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.java50 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)))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_DataAwareControlModel.java116 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XIndent.java64 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_DocumentInfo.java109 Object oldValue) { in getNewValue() argument
110 if (oldValue == null || util.utils.isVoid(oldValue)) { in getNewValue()
121 return super.getNewValue(propName, oldValue); in getNewValue()

Completed in 89 milliseconds

1234