Home
last modified time | relevance | path

Searched refs:sDot (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx112 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in setComments() local
120 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments()
135 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments()
136 …>getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME))) + aQuote + sDot in setComments()
174 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in dropObject() local
184 aSql += sDot; in dropObject()
202 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in createTable() local
207 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in createTable()
308 aSql += aQuote + aSchema + aQuote + sDot in createTable()
509 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in getNameForObject() local
[all …]
H A DBIndexes.cxx105 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in appendObject() local
116 + aQuote + m_pTable->getSchema() + aQuote + sDot in appendObject()
139 …aSql = aSql + aQuote + m_pTable->getSchema() + aQuote + sDot + aQuote + m_pTable->getTableName() +… in appendObject()
149 …aSql = aSql + sDot + aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().g… in appendObject()
171 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in dropObject() local
174 (((aSql += aQuote) += aSchema) += aQuote) += sDot; in dropObject()
178 (((aSql += aQuote) += m_pTable->getSchema()) += aQuote) += sDot; in dropObject()
H A DBTable.cxx189 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in alterColumnByName() local
192 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name); in alterColumnByName()
193 sSql += sDot + ::dbtools::quoteName(sQuote,colName); in alterColumnByName()
229 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in getName() local
230 sName += sDot; in getName()
362 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in getAlterTableColumnPart() local
364 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name) in getAlterTableColumnPart()
H A DBViews.cxx141 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in dropObject() local
144 aSql = aSql + sDot; in dropObject()
162 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in createView() local
167 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in createView()
186 sName += sDot; in createView()
H A DBColumns.cxx130 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in appendObject() local
135 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in appendObject()
166 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in dropObject() local
168 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in dropObject()
H A DBCatalog.cxx132 static const ::rtl::OUString sDot(RTL_CONSTASCII_USTRINGPARAM(".")); in getDot() local
133 return sDot; in getDot()
H A DBKeys.cxx65 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in appendObject() local
105 + aQuote + aSchema + aQuote + sDot + aQuote + aName + aQuote; in appendObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabCatalog.cxx93 static const ::rtl::OUString sDot = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(".")); in getDot() local
94 return sDot; in getDot()
/trunk/main/l10ntools/source/
H A Ddirectory.cxx201 const rtl::OString sDot ( "." ) ; in readDirectory() local
210 if( sEntryName.equals( sDot ) || sEntryName.equals( sDDot ) ) in readDirectory()
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx126 ::std::string sDot("."); in getFileTypeInfo()
127 …if (QueryRegistryKey(HKEY_CLASSES_ROOT, (sDot.append(file_extension)).c_str(), "", extKeyValue, MA… in getFileTypeInfo()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx540 static const ::rtl::OUString sDot(RTL_CONSTASCII_USTRINGPARAM(".")); in collectDetailedSelection() local
597 sComposedName += sDot; in collectDetailedSelection()
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx338 static rtl::OUString sDot( RTL_CONSTASCII_USTRINGPARAM(".") ); in getCaption() local
342 if ( sName.match( sDot, sTitle.getLength() ) ) in getCaption()

Completed in 49 milliseconds