LibreOffice Module reportdesign (master)
1
|
#include <Navigator.hxx>
#include <strings.hxx>
#include <bitmaps.hlst>
#include <ReportController.hxx>
#include <UITools.hxx>
#include <reportformula.hxx>
#include <com/sun/star/report/XReportDefinition.hpp>
#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 <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.
Classes | |
class | rptui::ONavigatorImpl |
Namespaces | |
rptui | |
Functions | |
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) | |
::rtl::Reference< comphelper::OContainerListenerAdapter> m_pContainerListener |
Definition at line 115 of file Navigator.cxx.
Referenced by rptui::OAddFieldWindow::Update(), and rptui::OAddFieldWindow::~OAddFieldWindow().
::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pListener |
Definition at line 114 of file Navigator.cxx.
::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pReportListener |
Definition at line 138 of file Navigator.cxx.
Referenced by rptui::OReportSection::dispose(), and rptui::OReportSection::fill().
::rtl::Reference< comphelper::OSelectionChangeMultiplexer> m_pSelectionListener |
Definition at line 139 of file Navigator.cxx.
NavigatorTree* m_pTree |
Definition at line 116 of file Navigator.cxx.
OReportController& m_rController |
Definition at line 136 of file Navigator.cxx.
Referenced by rptui::OStatusbarController::click(), rptui::OStatusbarController::command(), rptui::OStatusbarController::dispose(), rptui::OStatusbarController::doubleClick(), rptui::OStatusbarController::initialize(), rptui::OStatusbarController::mouseButtonDown(), rptui::OStatusbarController::mouseButtonUp(), rptui::OStatusbarController::mouseMove(), rptui::OStatusbarController::paint(), rptui::OStatusbarController::statusChanged(), and rptui::OStatusbarController::update().
uno::Reference< uno::XInterface > m_xContent |
Definition at line 113 of file Navigator.cxx.
std::unique_ptr<weld::TreeIter> m_xMasterReport |
Definition at line 137 of file Navigator.cxx.
std::unique_ptr<weld::TreeView> m_xTreeView |
Definition at line 135 of file Navigator.cxx.