#include <sfx2/sfxbasecontroller.hxx>
#include <comphelper/interfacecontainer3.hxx>
#include <com/sun/star/text/XTextViewCursor.hpp>
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
#include <com/sun/star/text/XTextViewTextRangeSupplier.hpp>
#include <com/sun/star/text/XRubySelection.hpp>
#include <com/sun/star/view/XFormLayerAccess.hpp>
#include <com/sun/star/view/XScreenCursor.hpp>
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/view/XLineCursor.hpp>
#include <com/sun/star/view/XViewCursor.hpp>
#include <com/sun/star/text/XPageCursor.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/datatransfer/XTransferableSupplier.hpp>
#include <com/sun/star/datatransfer/XTransferableTextSupplier.hpp>
#include <cppuhelper/implbase.hxx>
#include <svl/itemprop.hxx>
#include <TextCursorHelper.hxx>
#include <comphelper/uno3.hxx>
#include <sfx2/objsh.hxx>
Go to the source code of this file.
|
typedef cppu::ImplInheritanceHelper< SfxBaseController, css::view::XSelectionSupplier, css::lang::XServiceInfo, css::view::XFormLayerAccess, css::text::XTextViewCursorSupplier, css::text::XTextViewTextRangeSupplier, css::text::XRubySelection, css::view::XViewSettingsSupplier, css::beans::XPropertySet, css::datatransfer::XTransferableSupplier, css::datatransfer::XTransferableTextSupplier > | SwXTextView_Base |
|
typedef cppu::WeakImplHelper< css::text::XTextViewCursor, css::lang::XServiceInfo, css::text::XPageCursor, css::view::XScreenCursor, css::view::XViewCursor, css::view::XLineCursor, css::beans::XPropertySet, css::beans::XPropertyState > | SwXTextViewCursor_Base |
|
◆ SwXTextView_Base
typedef cppu::ImplInheritanceHelper< SfxBaseController, css::view::XSelectionSupplier, css::lang::XServiceInfo, css::view::XFormLayerAccess, css::text::XTextViewCursorSupplier, css::text::XTextViewTextRangeSupplier, css::text::XRubySelection, css::view::XViewSettingsSupplier, css::beans::XPropertySet, css::datatransfer::XTransferableSupplier, css::datatransfer::XTransferableTextSupplier> SwXTextView_Base |
◆ SwXTextViewCursor_Base
typedef cppu::WeakImplHelper< css::text::XTextViewCursor, css::lang::XServiceInfo, css::text::XPageCursor, css::view::XScreenCursor, css::view::XViewCursor, css::view::XLineCursor, css::beans::XPropertySet, css::beans::XPropertyState > SwXTextViewCursor_Base |