LibreOffice Module connectivity (master) 1
|
#include <calc/CDatabaseMetaData.hxx>
#include <calc/CConnection.hxx>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XCellRangeAddressable.hpp>
#include <com/sun/star/sheet/XDatabaseRanges.hpp>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
#include <FDatabaseMetaDataResultSet.hxx>
Go to the source code of this file.
Functions | |
static bool | lcl_IsEmptyOrHidden (const Reference< XSpreadsheets > &xSheets, const OUString &rName) |
static bool | lcl_IsUnnamed (const Reference< XDatabaseRanges > &xRanges, const OUString &rName) |
|
static |
Definition at line 58 of file calc/CDatabaseMetaData.cxx.
Referenced by connectivity::calc::OCalcDatabaseMetaData::getTables().
|
static |
Definition at line 99 of file calc/CDatabaseMetaData.cxx.
References Any.
Referenced by connectivity::calc::OCalcDatabaseMetaData::getTables().