LibreOffice Module sc (master) 1
Functions | Variables
dispuno.cxx File Reference
#include <sfx2/viewfrm.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <svl/hint.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/frame/XDispatchProviderInterception.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <dispuno.hxx>
#include <tabvwsh.hxx>
#include <dbdocfun.hxx>
#include <dbdata.hxx>
Include dependency graph for dispuno.cxx:

Go to the source code of this file.

Functions

static uno::Reference< view::XSelectionSupplier > lcl_GetSelectionSupplier (const SfxViewShell *pViewShell)
 
static void lcl_FillDataSource (frame::FeatureStateEvent &rEvent, const ScImportParam &rParam)
 

Variables

const char cURLInsertColumns [] = ".uno:DataSourceBrowser/InsertColumns"
 
constexpr OUStringLiteral cURLDocDataSource = u".uno:DataSourceBrowser/DocumentDataSource"
 

Function Documentation

◆ lcl_FillDataSource()

static void lcl_FillDataSource ( frame::FeatureStateEvent &  rEvent,
const ScImportParam rParam 
)
static

◆ lcl_GetSelectionSupplier()

static uno::Reference< view::XSelectionSupplier > lcl_GetSelectionSupplier ( const SfxViewShell pViewShell)
static

Variable Documentation

◆ cURLDocDataSource

constexpr OUStringLiteral cURLDocDataSource = u".uno:DataSourceBrowser/DocumentDataSource"
constexpr

◆ cURLInsertColumns

const char cURLInsertColumns[] = ".uno:DataSourceBrowser/InsertColumns"