User: hr      
Date: 2006/08/15 03:56:23

Modified:
   dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx

Log:
 INTEGRATION: CWS dba30 (1.64.12); FILE MERGED
 2006/07/19 13:13:11 fs 1.64.12.3: RESYNC: (1.66-1.68); FILE MERGED
 2006/03/21 18:42:02 fs 1.64.12.2: RESYNC: (1.64-1.66); FILE MERGED
 2006/01/02 09:17:16 oj 1.64.12.1: #i44200# use 
supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was 
used

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: SelectionBrowseBox.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.71&r2=1.72
Delta lines:  +5 -5
-------------------
--- SelectionBrowseBox.cxx      4 Aug 2006 13:57:54 -0000       1.71
+++ SelectionBrowseBox.cxx      15 Aug 2006 10:56:20 -0000      1.72
@@ -653,7 +653,7 @@
 sal_Bool OSelectionBrowseBox::fillColumnRef(const ::rtl::OUString& 
_sColumnName,const ::rtl::OUString& _sTableRange,const 
Reference<XDatabaseMetaData>& _xMetaData,OTableFieldDescRef& _pEntry,sal_Bool& 
_bListAction)
 {
        sal_Bool bError = sal_False;
-       ::comphelper::UStringMixEqual 
bCase(_xMetaData->storesMixedCaseQuotedIdentifiers());
+       ::comphelper::UStringMixEqual 
bCase(_xMetaData->supportsMixedCaseQuotedIdentifiers());
        // check if the table name is the same
        if ( _sTableRange.getLength() && 
(bCase(_pEntry->GetTable(),_sTableRange) || 
bCase(_pEntry->GetAlias(),_sTableRange)) ) 
        { // a table was already inserted and the tables contains that column 
name
@@ -745,7 +745,7 @@
                        if ( !xConnection.is() )
                                return sal_True;
                        Reference<XDatabaseMetaData> xMetaData = 
xConnection->getMetaData();
-                       ::comphelper::UStringMixEqual 
bCase(xMetaData->storesMixedCaseQuotedIdentifiers());
+                       ::comphelper::UStringMixEqual 
bCase(xMetaData->supportsMixedCaseQuotedIdentifiers());
 
                        OTableFieldDescRef aSelEntry = _pEntry;
                        USHORT nColumnId = aSelEntry->GetColumnId();
@@ -1770,7 +1770,7 @@
        DBG_ASSERT(!rInfo->IsEmpty(),"AddGroupBy:: OTableFieldDescRef sollte 
nicht Empty sein!");
        OTableFieldDescRef pEntry;
        Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData();
-       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->storesMixedCaseQuotedIdentifiers());
+       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->supportsMixedCaseQuotedIdentifiers());
     sal_Bool bAppend = sal_False;
     
     OTableFields& rFields = getFields();
@@ -1824,7 +1824,7 @@
 
        OTableFieldDescRef pEntry;
        Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData();
-       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->storesMixedCaseQuotedIdentifiers());
+       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->supportsMixedCaseQuotedIdentifiers());
 
        OTableFields::iterator aIter = getFields().begin();
        for(;aIter != getFields().end();++aIter)
@@ -1887,7 +1887,7 @@
        DBG_ASSERT(!rInfo->IsEmpty(),"AddOrder:: OTableFieldDescRef sollte 
nicht Empty sein!");
        OTableFieldDescRef pEntry;
        Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData();
-       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->storesMixedCaseQuotedIdentifiers());
+       ::comphelper::UStringMixEqual bCase(xMeta.is() && 
xMeta->supportsMixedCaseQuotedIdentifiers());
 
     sal_Bool bAppend = sal_False;
     OTableFields& rFields = getFields();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to