Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/inc/resource/
H A Dconn_shared_res.hrc64 #define STR_LOG_MESSAGE_BASE 10000
67 #define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DResources.java27 public static final int STR_LOG_MESSAGE_BASE = 10000; field in Resources
28 public static final int STR_JDBC_LOG_MESSAGE_BASE = STR_LOG_MESSAGE_BASE + 500;