Home
last modified time | relevance | path

Searched refs:idColumn (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java113 …XPropertySet idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName… in checkTransparentQueryColumnSettings() local
115 ((Short)idColumn.getPropertyValue( "Align" )).shortValue() != TextAlign.CENTER ); in checkTransparentQueryColumnSettings()
116 idColumn.setPropertyValue( "Align", TextAlign.CENTER ); in checkTransparentQueryColumnSettings()
130idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName( "ID" ) ); in checkTransparentQueryColumnSettings()
133 ((Short)idColumn.getPropertyValue( "Align" )).shortValue() == TextAlign.CENTER ); in checkTransparentQueryColumnSettings()