|
LibreOffice Module sw (master) 1
|
#include "swdllapi.h"#include "swtypes.hxx"#include "ring.hxx"#include "swrect.hxx"#include <memory>#include <stack>#include <vcl/mapmod.hxx>#include <vcl/vclptr.hxx>#include <vcl/lazydelete.hxx>#include <vcl/window.hxx>Go to the source code of this file.
Classes | |
| struct | SwVisiblePageNumbers |
| class | SwViewShell |
| class | CurrShell |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::accessibility |
| namespace | vcl |
Macros | |
| #define | VSHELLFLAG_ISPREVIEW (tools::Long(0x1)) |
| #define | VSHELLFLAG_SHARELAYOUT (tools::Long(0x2)) |
Typedefs | |
| typedef std::shared_ptr< SwRootFrame > | SwRootFramePtr |
| typedef struct _xmlTextWriter * | xmlTextWriterPtr |
Enumerations | |
| enum class | LockPaintReason { ViewLayout = 1 , OuterResize , Undo , Redo , OutlineFolding , EndSdrCreate , SwLayIdle , InvalidateLayout , StartDrag , DataChanged , InsertFrame , GotoPage , InsertGraphic , SetZoom , ExampleFrame } |
| #define VSHELLFLAG_ISPREVIEW (tools::Long(0x1)) |
Definition at line 95 of file viewsh.hxx.
| #define VSHELLFLAG_SHARELAYOUT (tools::Long(0x2)) |
Definition at line 96 of file viewsh.hxx.
| typedef std::shared_ptr<SwRootFrame> SwRootFramePtr |
Definition at line 97 of file viewsh.hxx.
| typedef struct _xmlTextWriter* xmlTextWriterPtr |
Definition at line 99 of file viewsh.hxx.
|
strong |
| Enumerator | |
|---|---|
| ViewLayout | |
| OuterResize | |
| Undo | |
| Redo | |
| OutlineFolding | |
| EndSdrCreate | |
| SwLayIdle | |
| InvalidateLayout | |
| StartDrag | |
| DataChanged | |
| InsertFrame | |
| GotoPage | |
| InsertGraphic | |
| SetZoom | |
| ExampleFrame | |
Definition at line 69 of file viewsh.hxx.