LibreOffice Module dbaccess (master) 1
|
#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>
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) | |
IMPL_LINK | ( | OAppDetailPageHelper | , |
MenuSelectHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 1155 of file AppDetailPageHelper.cxx.
IMPL_LINK | ( | OAppDetailPageHelper | , |
OnEntryDoubleClick | , | ||
weld::TreeView & | , | ||
rTreeView | , | ||
bool | |||
) |
Definition at line 851 of file AppDetailPageHelper.cxx.
IMPL_LINK_NOARG | ( | OAppDetailPageHelper | , |
OnCopyEntry | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 861 of file AppDetailPageHelper.cxx.
IMPL_LINK_NOARG | ( | OAppDetailPageHelper | , |
OnDeleteEntry | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 871 of file AppDetailPageHelper.cxx.
IMPL_LINK_NOARG | ( | OAppDetailPageHelper | , |
OnDropdownClickHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 1092 of file AppDetailPageHelper.cxx.
References aProperties, aTargetURL, vcl::CommandInfoProvider::GetCommandProperties(), vcl::CommandInfoProvider::GetLabelForCommand(), getView(), i, comphelper::makePropertyValue(), nCount, xDispatch, and xFrame.
IMPL_LINK_NOARG | ( | OAppDetailPageHelper | , |
OnEntrySelChange | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 856 of file AppDetailPageHelper.cxx.
IMPL_LINK_NOARG | ( | OAppDetailPageHelper | , |
OnPasteEntry | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 866 of file AppDetailPageHelper.cxx.