|
LibreOffice Module forms (master) 1
|
#include "richtextimplcontrol.hxx"#include "textattributelistener.hxx"#include "richtextengine.hxx"#include <sal/log.hxx>#include <osl/diagnose.h>#include <i18nlangtag/languagetag.hxx>#include <editeng/editids.hrc>#include <editeng/editview.hxx>#include <editeng/editstat.hxx>#include <editeng/scripttypeitem.hxx>#include <svl/itempool.hxx>#include <svl/itemset.hxx>#include <tools/mapunit.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/commandevent.hxx>Go to the source code of this file.
Namespaces | |
| namespace | frm |
| ListBox is a bit confusing / different from other form components, so here are a few notes: | |
Macros | |
| #define | EMPTY_PAPER_SIZE 0x7FFFFFFF |
Functions | |
| frm::IMPL_LINK_NOARG (RichTextControlImpl, OnInvalidateAllAttributes, LinkParamNone *, void) | |
| frm::IMPL_LINK (RichTextControlImpl, OnHScroll, weld::Scrollbar &, rScrollbar, void) | |
| frm::IMPL_LINK (RichTextControlImpl, OnVScroll, weld::Scrollbar &, rScrollbar, void) | |
| #define EMPTY_PAPER_SIZE 0x7FFFFFFF |
Definition at line 38 of file richtextimplcontrol.cxx.