/aoo42x/main/qadevOOo/runner/complexlib/ |
H A D | Assurance.java | 71 protected void assureEquals( boolean expected, boolean actual ) { in assureEquals() argument 82 assureEquals( message, expected, actual, false ); in assureEquals() 90 protected void assureEquals( byte expected, byte actual ) { in assureEquals() argument 109 protected void assureEquals( double expected, double actual ) { in assureEquals() argument 128 protected void assureEquals( float expected, float actual ) { in assureEquals() argument 147 protected void assureEquals( short expected, short actual ) { in assureEquals() argument 166 protected void assureEquals( int expected, int actual ) { in assureEquals() argument 185 protected void assureEquals( long expected, long actual ) { in assureEquals() argument 215 assureEquals( message, expected, actual, false ); in assureEquals() 234 assureEquals( message, expected, actual, false ); in assureEquals() [all …]
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | GraphicsUtil.java | 358 public static boolean imageEquals(BufferedImage expected, BufferedImage actual) { in imageEquals() argument 359 if (expected == null || actual == null) in imageEquals() 362 if (expected.getHeight() != actual.getHeight() || expected.getWidth() != actual.getWidth()) in imageEquals() 367 if (expected.getRGB(x, y) != actual.getRGB(x, y)) in imageEquals() 383 BufferedImage expected = loadImage(expectedImage), actual = loadImage(actualImage); in imageEquals() local 384 return imageEquals(expected, actual); in imageEquals()
|
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | UnoUrlTest.java | 45 private void assertEquals(String expected, String actual) { in assertEquals() argument 46 if (!expected.equals(actual)) { in assertEquals() 47 fail("Expected: '"+ expected + "' but was: '"+actual+"'"); in assertEquals() 51 private void assertEquals(int expected, int actual) { in assertEquals() argument 52 if (expected != actual) { in assertEquals() 53 fail("Expected: "+ expected + " but was: "+actual); in assertEquals()
|
/aoo42x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckShadowFormat.java | 144 private void compare(String preDescription, ShadowFormat actual){ in compare() argument 145 …dowFormatProperty + "-->Location",this.shadowFormat.Location.getValue(), actual.Location.getValue(… in compare() 148 …wFormatProperty + "-->Width",(double)this.shadowFormat.ShadowWidth, (double)actual.ShadowWidth, 2); in compare() 149 …+ shadowFormatProperty + "-->IsTransparent",this.shadowFormat.IsTransparent, actual.IsTransparent); in compare() 150 …ls(preDescription + ":" + shadowFormatProperty + "-->Color",this.shadowFormat.Color, actual.Color); in compare()
|
H A D | CheckPageLayout.java | 120 private void compare(String preDescription, PageStyleLayout actual){ in compare() argument 121 …scription + ":" + this.pageStyleLayoutProperty,this.pageStyleLayout.getValue(), actual.getValue()); in compare()
|
/aoo42x/main/qadevOOo/tests/java/mod/_streams.uno/ |
H A D | Pump.java | 125 int actual = 0 ; in readBytes() local 129 actual = len ; in readBytes() 133 actual = str.length() ; in readBytes() 136 return actual; in readBytes()
|
/aoo42x/main/qadevOOo/tests/java/mod/_stm/ |
H A D | Pump.java | 128 int actual = 0 ; in readBytes() local 132 actual = len ; in readBytes() 136 actual = str.length() ; in readBytes() 139 return actual; in readBytes()
|
/aoo42x/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | PolyStructTest.java | 190 private void assertEquals(Object expected, Object actual) { in assertEquals() argument 191 if (!(expected == null ? actual == null : expected.equals(actual))) in assertEquals() 194 "failed; expected " + expected + ", got " + actual). in assertEquals()
|
/aoo42x/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 58 #define TEST_ASSERT_EQUAL(token1, token2, token3, expected, actual) \ argument 60 (actual) == (expected)) << \ 62 token1, token2, token3, #expected, #actual, expected, actual). \ 89 T4 const & actual) in createTestAssertEqualMessage() argument 104 append(buf, actual); in createTestAssertEqualMessage()
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | Optional.idl | 40 Marks this structure instance as having an actual value. 45 The actual value of this structure instance. 47 <p>If no actual value is present, a producer of such a structure instance
|
/aoo42x/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 145 if the actual value is not of type long list. 172 if the actual value is not of type ascii. 200 if the actual value is not of type ascii list. 228 if the actual value is not of type string. 255 if the actual value is not of type string list. 281 if the actual value is not of type binary.
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XCustomShapeHandle.idl | 46 /** is getting the actual handle position 49 a the actual handle position
|
/aoo42x/main/offapi/com/sun/star/chart2/data/ |
H A D | XLabeledDataSequence.idl | 48 /** returns an <type>XDataSequence</type> containing the actual 53 /** sets a new <type>XDataSequence</type> containing the actual
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | ParseResult.idl | 58 /** <type>KParseTokens</type> flags of first character of actual 67 actual token matched. */
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleContext.idl | 35 actual accessibility information of another UNO service. It exposes two 41 methods that provide access to the actual object's content. This can be
|
H A D | XAccessible.idl | 45 class that is made accessible and the actual accessibility code into two 72 A reference to the object that contains the actual accessibility
|
/aoo42x/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 447 void doTest(TreeNode expected, TreeNode actual) in doTest() argument 450 assertEquals("__ROOT__", actual.getType()); in doTest() 452 m_StackActual.push(new Pair(actual, actual.createEnumeration())); in doTest() 507 TreeNode actual = m_BufferActual.get(lenActual - 1); in testTerminatingNode() local 510 boolean aRoot = actual.getType().equals("__ROOT__"); in testTerminatingNode() 514 else printUnexpected(actual); in testTerminatingNode() 520 testContentNode((ContentNode) expected, (ContentNode) actual); in testTerminatingNode() 529 String contentActual = actual.getContent(); in testContentNode() 530 if (!expected.equals(actual)) { in testContentNode() 590 void printDiff(String prefix, String expected, String actual) in printDiff() argument [all …]
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | DocumentDefinition.idl | 41 <p>Note that the <code>DocumentDefinition</code> does not denote the actual document 43 but only a shortcut to access and load those actual documents.</p>
|
/aoo42x/extras/l10n/source/ca/ |
H A D | localize.sdf | 8619 …ng RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_BW 1 0 ca Valor actual. Calcula el valor actual d'una… 8638 … string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZW 9 0 ca Valor actual. Valor actual d'una sèrie… 8647 …string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZZR 7 0 ca Valor actual. Valor actual d'una sèrie… 8658 …string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_RMZ 7 0 ca Valor actual. Valor actual d'una sèrie… 8669 …tring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS 7 0 ca Valor actual. Valor actual d'una sèrie… 8684 …ing RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS_Z 9 0 ca Valor actual. Valor actual d'una sèrie… 8821 …ring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_LAUFZ 5 0 ca Valor actual. Valor actual de la inver… 8828 …string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZGZ 5 0 ca Valor actual. Valor actual de la inver… 8876 …SCRIPTIONS1.SC_OPCODE_CURRENT 1 0 ca Calcula el valor actual de la fórmula a la ubicació actual.… 37189 …xhp 0 help par_idN10DF7 0 ca Per provar el document actual, feu clic a \<emph\>Document actual\… [all …]
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | XTextLayout.idl | 85 Depending on the underlying font technology, actual device output 211 @return the actual size of the text after the justification in 248 @return the actual size of the text after the justification,
|
/aoo42x/extras/l10n/source/pt/ |
H A D | localize.sdf | 8619 …ng RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_BW 1 0 pt Valor actual. Calcula o valor actual de um … 8638 …string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZW 9 0 pt Valor actual. O valor actual de um flux… 8647 …tring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZZR 7 0 pt Valor actual. O valor actual de um flux… 8658 …tring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_RMZ 7 0 pt Valor actual. O valor actual de um flux… 8669 …ring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS 7 0 pt Valor actual. O valor actual de um flux… 8684 …ng RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS_Z 9 0 pt Valor actual. O valor actual de um flux… 8697 …ION_DESCRIPTIONS1.SC_OPCODE_KAPZ 9 0 pt O valor actual. O valor actual ou o montante de valor ac… 8708 …ESCRIPTIONS1.SC_OPCODE_KUM_KAP_Z 7 0 pt O valor actual. O valor actual ou o montante de valor ac… 8721 …SCRIPTIONS1.SC_OPCODE_KUM_ZINS_Z 7 0 pt O valor actual. O valor actual ou o montante de valor ac… 8821 …g RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_LAUFZ 5 0 pt O valor actual. O valor actual do investi… [all …]
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | TextTable.idl | 89 <p>Note: The anchor of the actual implementation for text tables 222 <p>As this is only a describing property the value of the actual table may vary depending on the
|
H A D | BaseFrameProperties.idl | 339 /** returns the actual size of the object. 341 <p>Since to obtain the correct actual size of the object not only
|
/aoo42x/main/offapi/com/sun/star/inspection/ |
H A D | LineDescriptor.idl | 97 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type> 142 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
|
/aoo42x/extras/l10n/source/ca-XV/ |
H A D | localize.sdf | 8619 …RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_BW 1 0 ca-XV Valor actual. Calcula el valor actual d'una… 8638 …ring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZW 9 0 ca-XV Valor actual. Valor actual d'una sèrie… 8647 …ing RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZZR 7 0 ca-XV Valor actual. Valor actual d'una sèrie… 8658 …ing RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_RMZ 7 0 ca-XV Valor actual. Valor actual d'una sèrie… 8669 …ng RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS 7 0 ca-XV Valor actual. Valor actual d'una sèrie… 8684 … RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZINS_Z 9 0 ca-XV Valor actual. Valor actual d'una sèrie… 8821 …g RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_LAUFZ 5 0 ca-XV Valor actual. Valor actual de la inver… 8828 …ing RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ZGZ 5 0 ca-XV Valor actual. Valor actual de la inver… 8876 …IPTIONS1.SC_OPCODE_CURRENT 1 0 ca-XV Calcula el valor actual de la fórmula a la ubicació actual.… 37189 … 0 help par_idN10DF7 0 ca-XV Per provar el document actual, feu clic a \<emph\>Document actual\… [all …]
|