Searched refs:backColor (Results 1 – 4 of 4) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckBackColor.java | 63 private int backColor = 0; field in CheckBackColor 66 public CheckBackColor(String onProperty, String backColorProperty, int backColor){ in CheckBackColor() argument 70 this.backColor = backColor; in CheckBackColor() 97 SWUtil.setDefaultPageStyleProperty(xComponent, backColorProperty, Integer.valueOf(backColor)); in testFooterHeaderBackground() 121 Assert.assertEquals(preDescription + ":" + backColorProperty,(double)backColor, color, 2); in compare()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SpreadsheetValueBinding.java | 58 final Integer backColor = new Integer( 0x00E0E0E0 ); in prepareDocument() local 110 exchangeCell.setPropertyValue( "CellBackColor", backColor ); in prepareDocument() 111 numericControl.setPropertyValue( "BackgroundColor", backColor ); in prepareDocument() 112 listBox.setPropertyValue( "BackgroundColor", backColor ); in prepareDocument()
|
/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleComponent.java | 489 int backColor = oObj.getBackground(); in _getBackground() local 490 System.out.println("getBackground(): " + backColor); in _getBackground()
|
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleComponent.java | 607 int backColor = oObj.getBackground(); in _getBackground() local 608 log.println("getBackground(): " + backColor); in _getBackground()
|
Completed in 28 milliseconds