LibreOffice Module dbaccess (master) 1
Namespaces | Functions
AppDetailPageHelper.cxx File Reference
#include "AppDetailPageHelper.hxx"
#include <comphelper/diagnose_ex.hxx>
#include <tabletree.hxx>
#include <dbtreelistbox.hxx>
#include <com/sun/star/awt/PopupMenu.hpp>
#include <com/sun/star/awt/XTabController.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/form/XLoadable.hpp>
#include <com/sun/star/frame/thePopupMenuControllerFactory.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/frame/Frame.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XFrames.hpp>
#include <com/sun/star/frame/XFramesSupplier.hpp>
#include <com/sun/star/frame/XPopupMenuController.hpp>
#include <com/sun/star/sdb/application/XDatabaseDocumentUI.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <com/sun/star/sdb/application/DatabaseObjectContainer.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/ucb/XCommandProcessor.hpp>
#include <com/sun/star/ucb/Command.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
#include "AppView.hxx"
#include <helpids.h>
#include <strings.hxx>
#include <dbaccess_slotid.hrc>
#include <databaseobjectview.hxx>
#include <imageprovider.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/cvtgrf.hxx>
#include <tools/stream.hxx>
#include "AppController.hxx"
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <memory>
Include dependency graph for AppDetailPageHelper.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Functions

 IMPL_LINK (OAppDetailPageHelper, OnEntryDoubleClick, weld::TreeView &, rTreeView, bool)
 
 IMPL_LINK_NOARG (OAppDetailPageHelper, OnEntrySelChange, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (OAppDetailPageHelper, OnCopyEntry, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (OAppDetailPageHelper, OnPasteEntry, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (OAppDetailPageHelper, OnDeleteEntry, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (OAppDetailPageHelper, OnDropdownClickHdl, weld::Toggleable &, void)
 
 IMPL_LINK (OAppDetailPageHelper, MenuSelectHdl, const OUString &, rIdent, void)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( OAppDetailPageHelper  ,
MenuSelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

Definition at line 1155 of file AppDetailPageHelper.cxx.

References aURL, and getView().

◆ IMPL_LINK() [2/2]

IMPL_LINK ( OAppDetailPageHelper  ,
OnEntryDoubleClick  ,
weld::TreeView ,
rTreeView  ,
bool   
)

Definition at line 851 of file AppDetailPageHelper.cxx.

◆ IMPL_LINK_NOARG() [1/5]

IMPL_LINK_NOARG ( OAppDetailPageHelper  ,
OnCopyEntry  ,
LinkParamNone ,
void   
)

Definition at line 861 of file AppDetailPageHelper.cxx.

◆ IMPL_LINK_NOARG() [2/5]

IMPL_LINK_NOARG ( OAppDetailPageHelper  ,
OnDeleteEntry  ,
LinkParamNone ,
void   
)

Definition at line 871 of file AppDetailPageHelper.cxx.

◆ IMPL_LINK_NOARG() [3/5]

IMPL_LINK_NOARG ( OAppDetailPageHelper  ,
OnDropdownClickHdl  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [4/5]

IMPL_LINK_NOARG ( OAppDetailPageHelper  ,
OnEntrySelChange  ,
LinkParamNone ,
void   
)

Definition at line 856 of file AppDetailPageHelper.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( OAppDetailPageHelper  ,
OnPasteEntry  ,
LinkParamNone ,
void   
)

Definition at line 866 of file AppDetailPageHelper.cxx.