|
LibreOffice Module sw (master) 1
|
#include "vbaview.hxx"#include <utility>#include <vbahelper/vbahelper.hxx>#include <basic/sberrors.hxx>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/view/XViewSettingsSupplier.hpp>#include <com/sun/star/text/XTextViewCursorSupplier.hpp>#include <com/sun/star/text/XText.hpp>#include <com/sun/star/text/XTextDocument.hpp>#include <com/sun/star/text/XFootnotesSupplier.hpp>#include <com/sun/star/text/XEndnotesSupplier.hpp>#include <com/sun/star/text/XPageCursor.hpp>#include <com/sun/star/container/XIndexAccess.hpp>#include <com/sun/star/frame/XController.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <ooo/vba/word/WdSpecialPane.hpp>#include <ooo/vba/word/WdViewType.hpp>#include <ooo/vba/word/WdSeekView.hpp>#include "wordvbahelper.hxx"#include "vbaheaderfooterhelper.hxx"#include <view.hxx>Go to the source code of this file.
Variables | |
| const sal_Int32 | DEFAULT_BODY_DISTANCE = 500 |
| const sal_Int32 DEFAULT_BODY_DISTANCE = 500 |
Definition at line 45 of file vbaview.cxx.
Referenced by SwVbaView::getHFTextRange().