|
LibreOffice Module sc (master) 1
|
#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>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" |
|
static |
Definition at line 224 of file dispuno.cxx.
References ScImportParam::aDBName, ScImportParam::aStatement, ScImportParam::bImport, ScImportParam::bSql, svx::Command, svx::CommandType, svx::ODataAccessDescriptor::createPropertyValueSequence(), svx::DataSource, ScImportParam::nType, nType, QUERY, ScDbQuery, svx::ODataAccessDescriptor::setDataSource(), and TABLE.
Referenced by ScDispatch::addStatusListener(), and ScDispatch::selectionChanged().
|
static |
Definition at line 39 of file dispuno.cxx.
References SfxFrame::GetController(), SfxViewFrame::GetFrame(), and SfxViewShell::GetViewFrame().
Referenced by ScDispatch::addStatusListener(), ScDispatch::removeStatusListener(), and ScDispatch::~ScDispatch().
|
constexpr |
Definition at line 37 of file dispuno.cxx.
Referenced by ScDispatch::addStatusListener(), ScDispatchProviderInterceptor::queryDispatch(), ScDispatch::removeStatusListener(), and ScDispatch::selectionChanged().
| const char cURLInsertColumns[] = ".uno:DataSourceBrowser/InsertColumns" |
Definition at line 36 of file dispuno.cxx.
Referenced by ScDispatch::dispatch(), and ScDispatchProviderInterceptor::queryDispatch().