Searched refs:tableControlModel (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/dbaccess/qa/complex/dbaccess/ |
| H A D | UISettings.java | 55 XPropertySet tableControlModel = UnoRuntime.queryInterface( XPropertySet.class, in checkTableFormattingPersistence() local 59 tableControlModel.setPropertyValue( "FontName", "Andale Sans UI" ); in checkTableFormattingPersistence() 60 tableControlModel.setPropertyValue( "FontHeight", Float.valueOf( 20 ) ); in checkTableFormattingPersistence() 61 tableControlModel.setPropertyValue( "FontSlant", FontSlant.ITALIC ); in checkTableFormattingPersistence() 82 tableControlModel = UnoRuntime.queryInterface( XPropertySet.class, in checkTableFormattingPersistence() 86 …assertEquals( "wrong font name", "Andale Sans UI", (String)tableControlModel.getPropertyValue( "Fo… in checkTableFormattingPersistence() 87 …assertEquals( "wrong font height", (float)20, ((Float)tableControlModel.getPropertyValue( "FontHei… in checkTableFormattingPersistence() 88 …assertEquals( "wrong font slant", FontSlant.ITALIC, (FontSlant)tableControlModel.getPropertyValue(… in checkTableFormattingPersistence() 109 XNameAccess tableControlModel = UnoRuntime.queryInterface( XNameAccess.class, in checkTransparentQueryColumnSettings() local 113 …XPropertySet idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName… in checkTransparentQueryColumnSettings() [all …]
|