Searched refs:idColumn (Results 1 – 1 of 1) sorted by relevance
113 …XPropertySet idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName… in checkTransparentQueryColumnSettings() local115 ((Short)idColumn.getPropertyValue( "Align" )).shortValue() != TextAlign.CENTER ); in checkTransparentQueryColumnSettings()116 idColumn.setPropertyValue( "Align", TextAlign.CENTER ); in checkTransparentQueryColumnSettings()130 … idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName( "ID" ) ); in checkTransparentQueryColumnSettings()133 ((Short)idColumn.getPropertyValue( "Align" )).shortValue() == TextAlign.CENTER ); in checkTransparentQueryColumnSettings()