|
LibreOffice Module sd (master) 1
|
#include <memory>#include "ViewShell.hxx"#include "tools/AsynchronousCall.hxx"#include "TabControl.hxx"#include <glob.hxx>#include <pres.hxx>#include <unotools/caserotate.hxx>#include <unotools/options.hxx>#include <sddllapi.h>#include <viewopt.hxx>Go to the source code of this file.
Classes | |
| class | sd::DrawViewShell |
| Base class of the stacked shells that provide graphical views to Draw and Impress documents and editing functionality. More... | |
Namespaces | |
| namespace | svx |
| namespace | svx::sidebar |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::lang |
| namespace | com::sun::star::scanner |
| namespace | sd |
Macros | |
| #define | CHECK_RANGE(nMin, nValue, nMax) ((nValue >= nMin) && (nValue <= nMax)) |
Functions | |
| void | sd::MergePageBackgroundFilling (SdPage *pPage, SdStyleSheet *pStyleSheet, bool bMasterPage, SfxItemSet &rMergedAttr) |
| Merge the background properties together and deposit the result in rMergeAttr. More... | |
Definition at line 60 of file DrawViewShell.hxx.