LibreOffice Module sw (master) 1
|
#include <config_features.h>
#include <config_fuzzers.h>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <comphelper/servicehelper.hxx>
#include <osl/diagnose.h>
#include <unodispatch.hxx>
#include <view.hxx>
#include <cmdid.h>
#include <wrtsh.hxx>
#include <dbmgr.hxx>
Go to the source code of this file.
Variables | |
const char | cURLFormLetter [] = ".uno:DataSourceBrowser/FormLetter" |
const char | cURLInsertContent [] = ".uno:DataSourceBrowser/InsertContent" |
const char | cURLInsertColumns [] = ".uno:DataSourceBrowser/InsertColumns" |
const char | cURLDocumentDataSource [] = ".uno:DataSourceBrowser/DocumentDataSource" |
const char | cInternalDBChangeNotification [] = ".uno::Writer/DataSourceChanged" |
const char cInternalDBChangeNotification[] = ".uno::Writer/DataSourceChanged" |
Definition at line 43 of file unodispatch.cxx.
Referenced by SwXDispatch::dispatch(), and SwXDispatch::GetDBChangeURL().
const char cURLDocumentDataSource[] = ".uno:DataSourceBrowser/DocumentDataSource" |
Definition at line 42 of file unodispatch.cxx.
Referenced by SwXDispatch::addStatusListener(), SwXDispatch::dispatch(), SwXDispatchProviderInterceptor::queryDispatch(), and SwXDispatch::selectionChanged().
const char cURLFormLetter[] = ".uno:DataSourceBrowser/FormLetter" |
Definition at line 39 of file unodispatch.cxx.
Referenced by SwXDispatch::dispatch(), and SwXDispatchProviderInterceptor::queryDispatch().
const char cURLInsertColumns[] = ".uno:DataSourceBrowser/InsertColumns" |
Definition at line 41 of file unodispatch.cxx.
Referenced by SwXDispatch::dispatch(), and SwXDispatchProviderInterceptor::queryDispatch().
const char cURLInsertContent[] = ".uno:DataSourceBrowser/InsertContent" |
Definition at line 40 of file unodispatch.cxx.
Referenced by SwXDispatch::dispatch(), and SwXDispatchProviderInterceptor::queryDispatch().