|
LibreOffice Module vcl (master) 1
|
#include <memory>#include <i18nutil/searchopt.hxx>#include <o3tl/deleter.hxx>#include <utility>#include <vcl/textview.hxx>#include <vcl/texteng.hxx>#include <vcl/settings.hxx>#include "textdoc.hxx"#include <vcl/textdata.hxx>#include <vcl/transfer.hxx>#include <vcl/xtextedt.hxx>#include "textdat2.hxx"#include <vcl/commandevent.hxx>#include <vcl/inputctx.hxx>#include <svl/undo.hxx>#include <vcl/cursor.hxx>#include <vcl/weld.hxx>#include <vcl/window.hxx>#include <vcl/svapp.hxx>#include <tools/stream.hxx>#include <sal/log.hxx>#include <sot/formats.hxx>#include <cppuhelper/weak.hxx>#include <cppuhelper/queryinterface.hxx>#include <com/sun/star/i18n/XBreakIterator.hpp>#include <com/sun/star/i18n/CharacterIteratorMode.hpp>#include <com/sun/star/i18n/WordType.hpp>#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>#include <com/sun/star/datatransfer/XTransferable.hpp>#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.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/util/SearchFlags.hpp>#include <vcl/toolkit/edit.hxx>#include <sot/exchange.hxx>#include <algorithm>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | ImpTextView |