Home
last modified time | relevance | path

Searched refs:aIndexName (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworksheetbuffer.cxx79 IndexNamePair aIndexName = createSheet( rPreferredName, SAL_MAX_INT32 ); in insertEmptySheet() local
82 rDoc.SetVisible( aIndexName.first, false ); in insertEmptySheet()
83 return aIndexName.first; in insertEmptySheet()
224 IndexNamePair aIndexName = createSheet( rModel.maName, nWorksheet ); in insertSheet() local
225 auto xSheetInfo = std::make_shared<SheetInfo>( rModel, aIndexName.first, aIndexName.second ); in insertSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworksheetbuffer.cxx78 IndexNamePair aIndexName = createSheet( rPreferredName, SAL_MAX_INT32 ); in insertEmptySheet() local
81 rDoc.SetVisible( aIndexName.first, false ); in insertEmptySheet()
82 return aIndexName.first; in insertEmptySheet()
223 IndexNamePair aIndexName = createSheet( rModel.maName, nWorksheet ); in insertSheet() local
224 …std::shared_ptr< SheetInfo > xSheetInfo( new SheetInfo( rModel, aIndexName.first, aIndexName.secon… in insertSheet()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dcalpontsystemcatalog.cpp2194 IndexName aIndexName;
2201 << aIndexName.table << aIndexName.index << endl;
3764 IndexName aIndexName;
3975 IndexName aIndexName;
4141 IndexName aIndexName;
4149 << aIndexName.table << "|" << aIndexName.index << endl;
4452 IndexName aIndexName;
4955 IndexName aIndexName;
4962 …DEBUG << "Enter constraintInfo: " << aIndexName.schema << "|" << aIndexName.table << aIndexName.in…
5109 IndexName aIndexName;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dcalpontsystemcatalog.cpp2194 IndexName aIndexName;
2201 << aIndexName.table << aIndexName.index << endl;
3764 IndexName aIndexName;
3975 IndexName aIndexName;
4141 IndexName aIndexName;
4149 << aIndexName.table << "|" << aIndexName.index << endl;
4452 IndexName aIndexName;
4955 IndexName aIndexName;
4962 …DEBUG << "Enter constraintInfo: " << aIndexName.schema << "|" << aIndexName.table << aIndexName.in…
5109 IndexName aIndexName;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/cache/
H A DConnection.cpp209 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) { in IndexExists() argument
210 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/cache/
H A DConnection.cpp224 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) in IndexExists() argument
226 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/cache/
H A DConnection.cpp209 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) { in IndexExists() argument
210 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/www/firefox-esr/firefox-91.8.0/dom/cache/
H A DConnection.cpp199 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) { in IndexExists() argument
200 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/www/firefox/firefox-99.0/dom/cache/
H A DConnection.cpp199 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) { in IndexExists() argument
200 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/cache/
H A DConnection.cpp199 Connection::IndexExists(const nsACString& aIndexName, bool* aExistsOut) { in IndexExists() argument
200 return mBase->IndexExists(aIndexName, aExistsOut); in IndexExists()
/dports/editors/lazarus/lazarus/components/lazreport/samples/editor/
H A Dmaincalleditor.pas159 procedure SetIndex(const aIndexName: string);
537 procedure TfrmMain.SetIndex(const aIndexName: string);
539 Detail.IndexName := aIndexName;
/dports/editors/lazarus-qt5/lazarus/components/lazreport/samples/editor/
H A Dmaincalleditor.pas159 procedure SetIndex(const aIndexName: string);
537 procedure TfrmMain.SetIndex(const aIndexName: string);
539 Detail.IndexName := aIndexName;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/samples/editor/
H A Dmaincalleditor.pas159 procedure SetIndex(const aIndexName: string);
539 procedure TfrmMain.SetIndex(const aIndexName: string);
541 Detail.IndexName := aIndexName;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/samples/editor/
H A Dmaincalleditor.pas159 procedure SetIndex(const aIndexName: string);
539 procedure TfrmMain.SetIndex(const aIndexName: string);
541 Detail.IndexName := aIndexName;
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozIStorageConnection.idl164 * @param aIndexName The index to check
167 boolean indexExists(in AUTF8String aIndexName);
H A DmozStorageConnection.cpp1712 Connection::IndexExists(const nsACString &aIndexName, in IndexExists() argument
1715 return databaseElementExists(INDEX, aIndexName, _exists); in IndexExists()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozIStorageConnection.idl169 * @param aIndexName The index to check
172 boolean indexExists(in AUTF8String aIndexName);
H A DmozStorageConnection.cpp1906 Connection::IndexExists(const nsACString& aIndexName, bool* _exists) { in IndexExists() argument
1907 return databaseElementExists(INDEX, aIndexName, _exists); in IndexExists()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozIStorageConnection.idl169 * @param aIndexName The index to check
172 boolean indexExists(in AUTF8String aIndexName);
H A DmozStorageConnection.cpp1747 Connection::IndexExists(const nsACString &aIndexName, bool *_exists) { in IndexExists() argument
1748 return databaseElementExists(INDEX, aIndexName, _exists); in IndexExists()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozIStorageConnection.idl172 * @param aIndexName The index to check
175 boolean indexExists(in AUTF8String aIndexName);
/dports/www/firefox/firefox-99.0/storage/
H A DmozIStorageConnection.idl172 * @param aIndexName The index to check
175 boolean indexExists(in AUTF8String aIndexName);
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozIStorageConnection.idl172 * @param aIndexName The index to check
175 boolean indexExists(in AUTF8String aIndexName);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBObjectStore.h239 DeleteIndex(const nsAString& aIndexName, ErrorResult& aRv);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBObjectStore.h216 void DeleteIndex(const nsAString& aIndexName, ErrorResult& aRv);

12