Kaydet (Commit) 30961f5d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS toolkit01 (1.2.72); FILE MERGED

2005/02/25 12:02:26 bc 1.2.72.2: RESYNC: (1.2-1.4); FILE MERGED
2005/02/23 17:38:40 bc 1.2.72.1: ##several changes in Webwizard
üst 4cb3bf8c
......@@ -293,7 +293,7 @@ public class DBColumn {
if (bAlignLeft)
Helper.setUnoPropertyValue(xValCellCursor, "ParaAdjust", new Integer(ParagraphAdjust.LEFT_value));
if (CurDBField.FieldType == com.sun.star.sdbc.DataType.BOOLEAN || CurDBField.FieldType == com.sun.star.sdbc.DataType.BIT){
if (CurDBField.FieldType == com.sun.star.sdbc.DataType.BIT){
CharFontName = "StarSymbol";
Helper.setUnoPropertyValue(xValCellCursor, "CharFontName", CharFontName);
if (bIsGroupColumn == false)
......@@ -319,7 +319,7 @@ public class DBColumn {
try{
XPropertyState xPropertyState;
int FieldType = CurDBField.FieldType;
if (FieldType == com.sun.star.sdbc.DataType.BOOLEAN || FieldType == com.sun.star.sdbc.DataType.BIT){
if (FieldType == com.sun.star.sdbc.DataType.BIT){
CharFontName = "StarSymbol";
PropertyState = com.sun.star.beans.PropertyState.DIRECT_VALUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment