Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/ !
H A DSDBCReportDataFactory.java73 private static final String ESCAPEPROCESSING = "EscapeProcessing"; field in SDBCReportDataFactory
396 rowSetProp.setPropertyValue(ESCAPEPROCESSING, rowSetProps.escapeProcessing); in createRowSet()
569 final Boolean escape = (Boolean) prop.getPropertyValue(ESCAPEPROCESSING); in fillOrderStatement()
570 rowSetProp.setPropertyValue(ESCAPEPROCESSING, escape); in fillOrderStatement()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ !
H A DJavaSQLStatementBase.java106 …registerProperty(PropertyIds.ESCAPEPROCESSING.name, PropertyIds.ESCAPEPROCESSING.id, Type.BOOLEAN,… in registerProperties()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ !
H A DPropertyIds.java33 ESCAPEPROCESSING(9, "EscapeProcessing"), enumConstant
H A DDbTools.java696 statementProperties.setPropertyValue(PropertyIds.ESCAPEPROCESSING.name, false); in collectColumnInformation()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ !
H A DSStatement.cxx260 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()
/trunk/main/mysqlc/source/ !
H A Dmysqlc_statement.cxx379 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()
/trunk/main/connectivity/source/drivers/macab/ !
H A DMacabStatement.cxx521 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()
/trunk/main/connectivity/source/drivers/ado/ !
H A DAStatement.cxx665 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()
/trunk/main/connectivity/source/drivers/odbcbase/ !
H A DOStatement.cxx931 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()
/trunk/main/connectivity/source/drivers/jdbc/ !
H A DJStatement.cxx605 DECL_BOOL_PROP0(ESCAPEPROCESSING); in createArrayHelper()