LibreOffice Module sw (master) 1
mdiexp.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_SW_INC_MDIEXP_HXX
20#define INCLUDED_SW_INC_MDIEXP_HXX
21
22#include <tools/long.hxx>
23#include "tblenum.hxx"
24#include "swdllapi.h"
25#include <unotools/resmgr.hxx>
26
27#include <string_view>
28
29class SwRect;
30class Size;
31class SwViewShell;
32class SwDocShell;
33
34extern void ScrollMDI(SwViewShell const * pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16 nRangeY);
35extern bool IsScrollMDI(SwViewShell const * pVwSh, const SwRect &);
36extern void SizeNotify(SwViewShell const * pVwSh, const Size &);
37
38// Update of status bar during an action.
39extern void PageNumNotify(SwViewShell const * pVwSh);
40
42extern void FrameNotify( SwViewShell* pVwSh, FlyMode eMode = FLY_DRAG );
43
44SW_DLLPUBLIC void StartProgress(TranslateId pMessId, tools::Long nStartVal, tools::Long nEndVal, SwDocShell *pDocSh = nullptr);
45SW_DLLPUBLIC void EndProgress ( SwDocShell const *pDocSh );
46SW_DLLPUBLIC void SetProgressState ( tools::Long nPosition, SwDocShell const *pDocShell );
47void RescheduleProgress( SwDocShell const *pDocShell );
48
49void RepaintPagePreview( SwViewShell const * pVwSh, const SwRect& rRect );
50
51// Read ChgMode for tables from configuration.
53
54bool JumpToSwMark( SwViewShell const * pVwSh, std::u16string_view rMark );
55
56#endif
57
58/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Of course Writer needs its own rectangles.
Definition: swrect.hxx:35
SW_DLLPUBLIC void SetProgressState(tools::Long nPosition, SwDocShell const *pDocShell)
Definition: mainwn.cxx:82
void FrameNotify(SwViewShell *pVwSh, FlyMode eMode=FLY_DRAG)
Definition: edtwin3.cxx:78
TableChgMode GetTableChgDefaultMode()
Definition: edtwin3.cxx:103
void RescheduleProgress(SwDocShell const *pDocShell)
Definition: mainwn.cxx:123
FlyMode
Definition: mdiexp.hxx:41
@ FLY_DRAG
Definition: mdiexp.hxx:41
@ FLY_DRAG_START
Definition: mdiexp.hxx:41
@ FLY_DRAG_END
Definition: mdiexp.hxx:41
void PageNumNotify(SwViewShell const *pVwSh)
Definition: edtwin3.cxx:67
SW_DLLPUBLIC void EndProgress(SwDocShell const *pDocSh)
Definition: mainwn.cxx:92
bool JumpToSwMark(SwViewShell const *pVwSh, std::u16string_view rMark)
Definition: edtwin3.cxx:117
void SizeNotify(SwViewShell const *pVwSh, const Size &)
Definition: edtwin3.cxx:56
bool IsScrollMDI(SwViewShell const *pVwSh, const SwRect &)
Definition: edtwin3.cxx:45
void ScrollMDI(SwViewShell const *pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16 nRangeY)
Definition: edtwin3.cxx:35
void RepaintPagePreview(SwViewShell const *pVwSh, const SwRect &rRect)
Definition: edtwin3.cxx:109
SW_DLLPUBLIC void StartProgress(TranslateId pMessId, tools::Long nStartVal, tools::Long nEndVal, SwDocShell *pDocSh=nullptr)
Definition: mainwn.cxx:52
long Long
#define SW_DLLPUBLIC
Definition: swdllapi.h:28
TableChgMode
Definition: tblenum.hxx:48