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 | |
class | SwViewShell |
class | CurrShell |
Namespaces | |
com::sun::star::accessibility | |
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 |
#define VSHELLFLAG_ISPREVIEW (tools::Long(0x1)) |
Definition at line 76 of file viewsh.hxx.
Referenced by SwPagePreview::SwPagePreview(), and SwViewShell::SwViewShell().
#define VSHELLFLAG_SHARELAYOUT (tools::Long(0x2)) |
Definition at line 77 of file viewsh.hxx.
Referenced by SwViewShell::PrtOle2(), and SwViewShell::SwViewShell().
typedef std::shared_ptr<SwRootFrame> SwRootFramePtr |
Definition at line 78 of file viewsh.hxx.
typedef struct _xmlTextWriter* xmlTextWriterPtr |
Definition at line 80 of file viewsh.hxx.