LibreOffice Module sc (master) 1
|
#include <vcl/errinf.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/types.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <sfx2/viewfrm.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/XCompletedExecution.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <dbdocfun.hxx>
#include <docsh.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <scerrors.hxx>
#include <dbdata.hxx>
#include <markdata.hxx>
#include <undodat.hxx>
#include <progress.hxx>
#include <patattr.hxx>
#include <docpool.hxx>
#include <attrib.hxx>
#include <dbdocutl.hxx>
#include <editable.hxx>
#include <hints.hxx>
#include <miscuno.hxx>
#include <chgtrack.hxx>
#include <refupdatecontext.hxx>
Go to the source code of this file.
Variables | |
constexpr OUStringLiteral | SC_SERVICE_ROWSET = u"com.sun.star.sdb.RowSet" |
constexpr OUStringLiteral | SC_DBPROP_DATASOURCENAME = u"DataSourceName" |
move to a header file? More... | |
constexpr OUStringLiteral | SC_DBPROP_COMMAND = u"Command" |
constexpr OUStringLiteral | SC_DBPROP_COMMANDTYPE = u"CommandType" |
|
constexpr |
Definition at line 69 of file dbdocimp.cxx.
Referenced by ScDBDocFunc::DoImport().
|
constexpr |
Definition at line 70 of file dbdocimp.cxx.
Referenced by ScDBDocFunc::DoImport().
|
constexpr |
move to a header file?
Definition at line 68 of file dbdocimp.cxx.
Referenced by ScDBDocFunc::DoImport().
|
constexpr |
Definition at line 65 of file dbdocimp.cxx.
Referenced by ScDBDocFunc::DoImport().