LibreOffice Module connectivity (master) 1
Functions
calc/CDatabaseMetaData.cxx File Reference
#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>
Include dependency graph for calc/CDatabaseMetaData.cxx:

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)
 

Function Documentation

◆ lcl_IsEmptyOrHidden()

static bool lcl_IsEmptyOrHidden ( const Reference< XSpreadsheets > &  xSheets,
const OUString &  rName 
)
static

Definition at line 58 of file calc/CDatabaseMetaData.cxx.

References Any, and bVisible.

Referenced by connectivity::calc::OCalcDatabaseMetaData::getTables().

◆ lcl_IsUnnamed()

static bool lcl_IsUnnamed ( const Reference< XDatabaseRanges > &  xRanges,
const OUString &  rName 
)
static

Definition at line 99 of file calc/CDatabaseMetaData.cxx.

References Any.

Referenced by connectivity::calc::OCalcDatabaseMetaData::getTables().