| /AOO42X/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLPreparedStatement.java | 31 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 115 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED); in execute() 126 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED_UPDATE); in executeUpdate() 137 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED_QUERY); in executeQuery() 159 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "XParameters::setArray"); in setArray() 165 logger.log(LogLevel.FINER, Resources.STR_LOG_BINARYSTREAM_PARAMETER, index); in setBinaryStream() 181 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "XParameters::setBlob"); in setBlob() 188 logger.log(LogLevel.FINE, Resources.STR_LOG_BOOLEAN_PARAMETER, index, x); in setBoolean() 199 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTE_PARAMETER, index, x); in setByte() 210 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTES_PARAMETER, index); in setBytes() [all …]
|
| H A D | JavaSQLConnection.java | 29 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 89 logger.log(LogLevel.INFO, Resources.STR_LOG_SHUTDOWN_CONNECTION); in postDisposing() 179 logger.log(LogLevel.FINE, Resources.STR_LOG_CREATE_STATEMENT); in createStatement() 182 …logger.log(LogLevel.FINE, Resources.STR_LOG_CREATED_STATEMENT_ID, statement.getStatementObjectId()… in createStatement() 264 logger.log(LogLevel.FINER, Resources.STR_LOG_NATIVE_SQL, sql, ret); in nativeSQL() 274 logger.log(LogLevel.FINE, Resources.STR_LOG_PREPARE_CALL, sql); in prepareCall() 278 … logger.log(LogLevel.FINE, Resources.STR_LOG_PREPARED_CALL_ID, statement.getStatementObjectId()); in prepareCall() 285 logger.log(LogLevel.FINE, Resources.STR_LOG_PREPARE_STATEMENT, sql); in prepareStatement() 289 …logger.log(LogLevel.FINE, Resources.STR_LOG_PREPARED_STATEMENT_ID, statement.getStatementObjectId(… in prepareStatement() 343 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "XConnection::setTypeMap"); in setTypeMap() [all …]
|
| H A D | JavaSQLStatementBase.java | 28 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 76 logger.log(LogLevel.FINE, Resources.STR_LOG_CLOSING_STATEMENT); in postDisposing() 252 logger.log(LogLevel.FINE, Resources.STR_LOG_SET_ESCAPE_PROCESSING, value); in setEscapeProcessing() 271 logger.log(LogLevel.FINER, Resources.STR_LOG_FETCH_DIRECTION, value); in setFetchDirection() 290 logger.log(LogLevel.FINER, Resources.STR_LOG_FETCH_SIZE, value); in setFetchSize() 363 logger.log(LogLevel.FINE, Resources.STR_LOG_RESULT_SET_CONCURRENCY, value); in setResultSetConcurrency() 385 logger.log(LogLevel.FINE, Resources.STR_LOG_RESULT_SET_TYPE, value); in setResultSetType() 453 logger.log(LogLevel.FINE, Resources.STR_LOG_GENERATED_VALUES); in getGeneratedValues() 468 … logger.log(LogLevel.FINER, Resources.STR_LOG_GENERATED_VALUES_FALLBACK, statement); in getGeneratedValues() 510 logger.log(LogLevel.FINER, Resources.STR_LOG_UPDATE_COUNT, count); in getUpdateCount()
|
| H A D | JavaSQLArray.java | 24 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 59 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "Type maps"), in getArray() 70 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "Type maps"), in getArrayAtIndex() 99 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "Type maps"), in getResultSet() 110 Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "Type maps"), in getResultSetAtIndex()
|
| H A D | JDBCDriver.java | 25 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 120 logger.log(LogLevel.INFO, Resources.STR_LOG_DRIVER_CONNECTING_URL, url); in connect() 130 logger.log(LogLevel.INFO, Resources.STR_LOG_DRIVER_SUCCESS); in connect() 149 … String message = SharedResources.getInstance().getResourceString(Resources.STR_URI_SYNTAX_ERROR); in getPropertyInfo()
|
| H A D | JavaSQLStatement.java | 23 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 113 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTE_QUERY, sql); in executeQuery() 131 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTE_UPDATE, sql); in executeUpdate()
|
| H A D | JavaSQLBlob.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 106 … Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "XBlob::positionOfBlob"), in positionOfBlob()
|
| H A D | JavaSQLClob.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 106 … Resources.STR_UNSUPPORTED_FEATURE, "$featurename$", "XClob::positionOfClob"), in positionOfClob()
|
| /AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
| H A D | OfficeDocumentException.java | 31 import org.openoffice.xmerge.util.Resources; 57 Resources.getInstance().getString("PARSE_ERROR"); in OfficeDocumentException() 59 Resources.getInstance().getString("LINE"); in OfficeDocumentException() 61 Resources.getInstance().getString("COLUMN"); in OfficeDocumentException() 63 Resources.getInstance().getString("PUBLIC_ID"); in OfficeDocumentException() 65 Resources.getInstance().getString("SYSTEM_ID"); in OfficeDocumentException()
|
| H A D | OfficeDocument.java | 58 import org.openoffice.xmerge.util.Resources; 92 private Resources res = null; 128 res = Resources.getInstance(); in OfficeDocument()
|
| /AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
| H A D | Resources.java | 46 public final class Resources class 50 private static Resources instance = null; 60 public synchronized static Resources getInstance() in getInstance() 64 instance = new Resources(); in getInstance() 76 private Resources() in Resources() method in Resources
|
| /AOO42X/main/migrationanalysis/util/ |
| H A D | makefile.mk | 40 ZIP1LIST = ProAnalysisWizard.exe Resources$/* Resources$/lang$/* 44 ZIP2LIST = Resources$/* Resources$/lang$/*
|
| /AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
| H A D | RowIterator.java | 30 import org.openoffice.xmerge.util.Resources; 41 private Resources res = Resources.getInstance();
|
| H A D | CellNodeIterator.java | 31 import org.openoffice.xmerge.util.Resources; 50 private Resources res = Resources.getInstance();
|
| H A D | NodeIterator.java | 33 import org.openoffice.xmerge.util.Resources; 132 errMsg = Resources.getInstance().getString("NOT_NODE_ERROR"); in equivalent()
|
| /AOO42X/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocDecoder.java | 31 import org.openoffice.xmerge.util.Resources; 47 private Resources res = null; 55 res = Resources.getInstance(); in DocDecoder()
|
| /AOO42X/main/scp2/source/python/ |
| H A D | file_python.scp | 201 Name = "Resources"; 202 Target = "Versions/Current/Resources"; 280 Target = "../Resources/Python.app/Contents/MacOS/OOoPython"; 304 Target = "../Resources/Python.app/Contents/MacOS/OOoPython";
|
| /AOO42X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | WSDecoder.java | 34 import org.openoffice.xmerge.util.Resources; 50 private Resources res = null; 58 res = Resources.getInstance(); in WSDecoder()
|
| /AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/ |
| H A D | DOMDocument.java | 47 import org.openoffice.xmerge.util.Resources; 69 private Resources res = null; 106 res = Resources.getInstance(); in DOMDocument()
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
| H A D | SdbcxDescriptorContainer.java | 25 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 42 Resources.STR_ERRORMSG_SEQUENCE); in createObject()
|
| /AOO42X/main/migrationanalysis/src/wizard/ |
| H A D | makefile.mk | 38 PAW_DATDEST:=$(PAW_APPSDEST)$/Resources 61 PAW_RES_DLLS:=$(PAW_DATDEST)$/Resources.dll
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OContainer.java | 33 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 193 Resources.STR_NO_ELEMENT_NAME, "$name$", name); in getByName() 352 Resources.STR_UNKNOWN_COLUMN_NAME, "$columnname$", name); in findColumn()
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DbTools.java | 423 …throw new SQLException(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQU… in createStandardCreateStatement() 433 …throw new SQLException(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQU… in createStandardCreateStatement() 601 …throw new SQLException(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQU… in createStandardKeyStatement() 606 …throw new SQLException(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQU… in createStandardKeyStatement() 624 …throw new SQLException(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQU… in createStandardKeyStatement()
|
| /AOO42X/main/migrationanalysis/src/driver_docs/ |
| H A D | makefile.mk | 35 PAW_DOCDEST:=$(BIN)$/ProAnalysisWizard$/Resources 36 PAW_DATDEST:=$(BIN)$/ProAnalysisWizard$/Resources$/lang
|
| /AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlDriver.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.util.Resources; 187 … String error = SharedResources.getInstance().getResourceString(Resources.STR_URI_SYNTAX_ERROR); in getDataDefinitionByURL()
|