LibreOffice Module dbaccess (master) 1
Namespaces | Macros | Typedefs | Functions
genericcontroller.cxx File Reference
#include <dbaccess/genericcontroller.hxx>
#include <browserids.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <dbaccess/dataview.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <vcl/stdtext.hxx>
#include <framework/titlehelper.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/ui/XSidebarProvider.hpp>
#include <datasourceconnector.hxx>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/status/Visibility.hpp>
#include <com/sun/star/frame/XUntitledNumbers.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <limits>
#include <unordered_map>
#include <set>
Include dependency graph for genericcontroller.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Macros

#define ALL_FEATURES   -1
 

Typedefs

typedef std::unordered_map< sal_Int16, sal_Int16 > CommandHashMap
 

Functions

 dbaui::IMPL_LINK_NOARG (OGenericUnoController, OnAsyncInvalidateAll, void *, void)
 
 dbaui::IMPL_LINK_NOARG (OGenericUnoController, OnAsyncCloseTask, void *, void)
 

Macro Definition Documentation

◆ ALL_FEATURES

#define ALL_FEATURES   -1

Definition at line 68 of file genericcontroller.cxx.

Typedef Documentation

◆ CommandHashMap

typedef std::unordered_map< sal_Int16, sal_Int16 > CommandHashMap

Definition at line 70 of file genericcontroller.cxx.