#include <Navigator.hxx>
#include <strings.hxx>
#include <bitmaps.hlst>
#include <ReportController.hxx>
#include <UITools.hxx>
#include <reportformula.hxx>
#include <com/sun/star/report/XFixedText.hpp>
#include <com/sun/star/report/XFixedLine.hpp>
#include <com/sun/star/report/XFormattedField.hpp>
#include <com/sun/star/report/XImageControl.hpp>
#include <com/sun/star/report/XShape.hpp>
#include <helpids.h>
#include <strings.hrc>
#include <rptui_slotid.hrc>
#include <comphelper/propmultiplex.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/containermultiplexer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/SelectionMultiplex.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <vcl/commandevent.hxx>
#include <ReportVisitor.hxx>
#include <core_resource.hxx>
#include <rtl/ref.hxx>
#include <svx/svxids.hrc>
#include <memory>
#include <string_view>
Go to the source code of this file.
|
static OUString | rptui::lcl_getImageId (const uno::Reference< report::XReportComponent > &_xElement) |
|
static OUString | rptui::lcl_getName (const uno::Reference< beans::XPropertySet > &_xElement) |
|
| rptui::IMPL_LINK (NavigatorTree, CommandHdl, const CommandEvent &, rEvt, bool) |
|
| rptui::IMPL_LINK_NOARG (NavigatorTree, OnEntrySelDesel, weld::TreeView &, void) |
|
| rptui::IMPL_LINK_NOARG (ONavigator, FocusChangeHdl, weld::Container &, void) |
|