LibreOffice Module dbaccess (master) 1
|
#include "AppDetailView.hxx"
#include <osl/diagnose.h>
#include <helpids.h>
#include <strings.hrc>
#include "AppView.hxx"
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/ImageType.hpp>
#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/util/URL.hpp>
#include <core_resource.hxx>
#include <vcl/svapp.hxx>
#include "AppDetailPageHelper.hxx"
#include <dbaccess/IController.hxx>
#include <algorithm>
#include <dbtreelistbox.hxx>
#include "AppController.hxx"
Go to the source code of this file.
Functions | |
IMPL_LINK (OTasksWindow, onSelected, weld::TreeView &, rTreeView, bool) | |
IMPL_LINK_NOARG (OTasksWindow, FocusInHdl, weld::Widget &, void) | |
IMPL_LINK_NOARG (OTasksWindow, FocusOutHdl, weld::Widget &, void) | |
IMPL_LINK_NOARG (OTasksWindow, OnEntrySelectHdl, weld::TreeView &, void) | |
IMPL_LINK | ( | OTasksWindow | , |
onSelected | , | ||
weld::TreeView & | , | ||
rTreeView | , | ||
bool | |||
) |
Definition at line 70 of file AppDetailView.cxx.
IMPL_LINK_NOARG | ( | OTasksWindow | , |
FocusInHdl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 94 of file AppDetailView.cxx.
IMPL_LINK_NOARG | ( | OTasksWindow | , |
FocusOutHdl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 99 of file AppDetailView.cxx.
IMPL_LINK_NOARG | ( | OTasksWindow | , |
OnEntrySelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 105 of file AppDetailView.cxx.