Home
last modified time | relevance | path

Searched refs:bCase (Results 1 – 19 of 19) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx413 sal_Bool bCase = isCaseSensitive(); in createINFEntry() local
421 if (bCase ? aKeyName == aNewEntry : aKeyName.EqualsIgnoreCaseAscii(aNewEntry)) in createINFEntry()
H A DDTable.cxx339 const sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns() local
456 bCase); in fillColumns()
2432 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in addColumn() local
2444 xCpy = new OColumn(bCase); in addColumn()
2450 Reference<XPropertySet> xCpy = new OColumn(bCase); in addColumn()
2505 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in dropColumn() local
2519 xCpy = new OColumn(bCase); in dropColumn()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx116 const sal_Bool bCase = m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns() local
123 ::comphelper::UStringMixEqual aCase(bCase); in fillColumns()
180 bCase); in fillColumns()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx194 bool bCase = (xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()) ? true : false; in initColumns() local
195 m_pKeyColumnNames.reset( new SelectColumnsMetaData(bCase) ); in initColumns()
196 m_pColumnNames.reset( new SelectColumnsMetaData(bCase) ); in initColumns()
197 m_pParameterNames.reset( new SelectColumnsMetaData(bCase) ); in initColumns()
198 m_pForeignColumnNames.reset( new SelectColumnsMetaData(bCase) ); in initColumns()
1673 …::comphelper::UStringMixEqual bCase(static_cast< ::comphelper::UStringMixLess*>(&aTmp)->isCaseSens… in getColumnPositions()
1686 …if(bCase(sRealName,*pTblColumnIter) && bCase(_rsUpdateTableName,sTableName) && o_rColumnNames.find… in getColumnPositions()
H A DOptimisticSet.cxx122 bool bCase = (xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()) ? true : false; in construct() local
132 ::std::auto_ptr<SelectColumnsMetaData> pKeyColumNames(new SelectColumnsMetaData(bCase)); in construct()
H A DRowSet.cxx2248 sal_Bool bCase = sal_True; in impl_getTables_throw() local
2252 bCase = xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(); in impl_getTables_throw()
2259 …m_pTables = new OTableContainer(*this,m_aMutex,m_xActiveConnection,bCase,NULL,NULL,NULL,m_nInAppen… in impl_getTables_throw()
H A DSingleSelectQueryComposer.cxx788 sal_Bool bCase = sal_True; in getColumns() local
804 bCase = m_xMetaData->supportsMixedCaseQuotedIdentifiers(); in getColumns()
881 const ::comphelper::UStringMixEqual aCaseCompare( bCase ); in getColumns()
882 const ::comphelper::TStringMixEqualFunctor aCaseCompareFunctor( bCase ); in getColumns()
948 …:connectivity::parse::OParseColumn* pColumn = new ::connectivity::parse::OParseColumn(xProp,bCase); in getColumns()
987 …ectColumns ] = OPrivateColumns::createWithIntrinsicNames( aSelectColumns, bCase, *this, m_aMutex ); in getColumns()
989 …m_aCurrentColumns[ SelectColumns ] = new OPrivateColumns( aSelectColumns, bCase, *this, m_aMutex, … in getColumns()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx359 sal_Bool bCase = sal_True; in DBG_NAME() local
364 bCase = xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(); in DBG_NAME()
370 …m_pTables = new OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, &m_aWarnin… in DBG_NAME()
400 m_pViews = new OViewContainer(*this, m_aMutex, this, bCase,this,&m_aWarnings,m_nInAppend); in DBG_NAME()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx153 sal_Bool bCase = sal_True; in CellModified() local
156 bCase = sal_False; in CellModified()
191 ::comphelper::UStringMixEqual aCase(bCase); in CellModified()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableWindow.cxx237 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in ExistsField()
241 if (bCase(strFieldName,::rtl::OUString(m_pListBox->GetEntryText(pEntry)))) in ExistsField()
H A DSelectionBrowseBox.cxx666 ::comphelper::UStringMixEqual bCase(_xMetaData->supportsMixedCaseQuotedIdentifiers()); in fillColumnRef()
668 …if ( _sTableRange.getLength() && (bCase(_pEntry->GetTable(),_sTableRange) || bCase(_pEntry->GetAli… in fillColumnRef()
676 if ( !bCase(sOldAlias,_pEntry->GetAlias()) ) in fillColumnRef()
799 ::comphelper::UStringMixEqual bCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in saveField()
1787 if (bCase(aField,rInfo->GetField()) && in AddGroupBy()
1788 bCase(aAlias,rInfo->GetAlias()) && in AddGroupBy()
1856 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddCondition()
1867 if (bCase(aField,rInfo->GetField()) && in AddCondition()
1868 bCase(aAlias,rInfo->GetAlias()) && in AddCondition()
1961 if (bCase(aField,rInfo->GetField()) && in AddOrder()
[all …]
H A DTableWindowListBox.cxx125 sal_Bool bCase = sal_False; in GetEntryFromText() local
133 bCase = xMeta->supportsMixedCaseQuotedIdentifiers(); in GetEntryFromText()
137 …if((bCase ? rEntryText == GetEntryText(pEntry) : rEntryText.EqualsIgnoreCaseAscii(GetEntryText(pEn… in GetEntryFromText()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx462 …const sal_Bool bCase = sal_True;//xMetaData.is() && xMetaData->supportsMixedCaseQuotedIdentifiers(… in mergeData() local
468 if ( !existsTable((*aConnDataIter)->getReferencingTable()->GetComposedName(),bCase) ) in mergeData()
472 if ( !existsTable((*aConnDataIter)->getReferencedTable()->GetComposedName(),bCase) ) in mergeData()
554 ::comphelper::UStringMixEqual bCase(_bCase); in existsTable()
559 if(bCase((*aIter)->GetComposedName(),_rComposedTableName)) in existsTable()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx637 …::comphelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers… in HasFieldName()
646 if( pFieldDescr && bCase(rFieldName,pFieldDescr->GetName())) in HasFieldName()
H A DTableController.cxx975 …::comphelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers… in checkColumns()
989 if (pCompareDesc && bCase(pCompareDesc->GetName(),pFieldDesc->GetName())) in checkColumns()
1525 …::comphelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers… in createUniqueName()
1532 if (pFieldDesc && pFieldDesc->GetName().getLength() && bCase(sName,pFieldDesc->GetName())) in createUniqueName()
/trunk/main/sw/inc/
H A Dunosrch.hxx69 sal_Bool bCase : 1; member in SwXTextSearch
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx501 bCase(sal_False), in SwXTextSearch()
604 case WID_CASE_SENSITIVE : bCase = bVal; break; in setPropertyValue()
636 case WID_CASE_SENSITIVE : bSet = bCase; goto SET_BOOL; in getPropertyValue()
806 if( !bCase ) in FillSearchOptions()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx177 sal_Bool bCase; member
181 bCase(sal_False), in AutoMarkEntry()
4411 case ITEM_CASE :pRet = pEntry->bCase ? &sYes : &sNo; break; in GetCellText()
4466 case ITEM_CASE : pEntry->bCase = bVal; break; in SaveModified()
4535 pToInsert->bCase = sStr.Len() && sStr != sZero; in ReadEntries()
4591 sWrite += pEntry->bCase ? '1' : '0'; in WriteEntries()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx468 sal_Bool bCase = 0 != (nCaseReadonly & PATH_CASE_SENSITIVE); in IMPL_LINK() local
470 if( !bCase && rSCmp.isEqual( sTemp, sEntry )) in IMPL_LINK()

Completed in 160 milliseconds