Searched refs:sDot (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BIndexes.cxx | 105 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 D | BTables.cxx | 112 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 D | BTable.cxx | 189 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 D | BViews.cxx | 141 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 D | BColumns.cxx | 130 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 D | BCatalog.cxx | 132 static const ::rtl::OUString sDot(RTL_CONSTASCII_USTRINGPARAM(".")); in getDot() local 133 return sDot; in getDot()
|
H A D | BKeys.cxx | 65 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in appendObject() local 105 + aQuote + aSchema + aQuote + sDot + aQuote + aName + aQuote; in appendObject()
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KCatalog.cxx | 93 static const ::rtl::OUString sDot = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(".")); in getDot() local 94 return sDot; in getDot()
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabCatalog.cxx | 93 static const ::rtl::OUString sDot = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(".")); in getDot() local 94 return sDot; in getDot()
|
/aoo4110/main/l10ntools/source/ |
H A D | directory.cxx | 202 const rtl::OString sDot ( "." ) ; in readDirectory() local 211 if( sEntryName.equals( sDot ) || sEntryName.equals( sDDot ) ) in readDirectory()
|
/aoo4110/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 126 ::std::string sDot("."); in getFileTypeInfo() 127 …if (QueryRegistryKey(HKEY_CLASSES_ROOT, (sDot.append(file_extension)).c_str(), "", extKeyValue, MA… in getFileTypeInfo()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | tablespage.cxx | 542 static const ::rtl::OUString sDot(RTL_CONSTASCII_USTRINGPARAM(".")); in collectDetailedSelection() local 599 sComposedName += sDot; in collectDetailedSelection()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbawindow.cxx | 338 static rtl::OUString sDot( RTL_CONSTASCII_USTRINGPARAM(".") ); in getCaption() local 342 if ( sName.match( sDot, sTitle.getLength() ) ) in getCaption()
|
Completed in 35 milliseconds