#include <utility>
#include <vcl/builder.hxx>
#include <vcl/event.hxx>
#include <vcl/cursor.hxx>
#include <vcl/menu.hxx>
#include <vcl/toolkit/edit.hxx>
#include <vcl/weld.hxx>
#include <vcl/specialchars.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/transfer.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <vcl/ptrstyle.hxx>
#include <window.h>
#include <svdata.hxx>
#include <strings.hrc>
#include <com/sun/star/i18n/BreakIterator.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/i18n/InputSequenceChecker.hpp>
#include <com/sun/star/i18n/InputSequenceCheckMode.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <sal/macros.h>
#include <sal/log.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/unohelp2.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <officecfg/Office/Common.hxx>
#include <tools/json_writer.hxx>
#include <algorithm>
#include <memory>
#include <string_view>
Go to the source code of this file.
◆ EDIT_ALIGN_CENTER
#define EDIT_ALIGN_CENTER 2 |
◆ EDIT_ALIGN_LEFT
#define EDIT_ALIGN_LEFT 1 |
◆ EDIT_ALIGN_RIGHT
#define EDIT_ALIGN_RIGHT 3 |
◆ EDIT_DEL_LEFT
◆ EDIT_DEL_RIGHT
◆ EDIT_DELMODE_RESTOFCONTENT
#define EDIT_DELMODE_RESTOFCONTENT 13 |
◆ EDIT_DELMODE_RESTOFWORD
#define EDIT_DELMODE_RESTOFWORD 12 |
◆ EDIT_DELMODE_SIMPLE
#define EDIT_DELMODE_SIMPLE 11 |
◆ pImplFncGetSpecialChars