|
LibreOffice Module sd (master) 1
|
#include <fuoaprms.hxx>#include <sdattr.hrc>#include <editeng/colritem.hxx>#include <svx/svdundo.hxx>#include <sfx2/objsh.hxx>#include <sfx2/request.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/sfxdlg.hxx>#include <svl/intitem.hxx>#include <svl/stritem.hxx>#include <svx/svdopath.hxx>#include <tools/debug.hxx>#include <strings.hrc>#include <drawdoc.hxx>#include <ViewShell.hxx>#include <ViewShellBase.hxx>#include <anminfo.hxx>#include <unoaprms.hxx>#include <sdundogr.hxx>#include <View.hxx>#include <sdabstdlg.hxx>#include <sdresid.hxx>#include <tools/helpers.hxx>#include <basegfx/polygon/b2dpolygon.hxx>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | sd |
Macros | |
| #define | ATTR_MISSING 0 |
| Attribute missing. More... | |
| #define | ATTR_MIXED 1 |
| Attribute ambiguous (on multi-selection) More... | |
| #define | ATTR_SET 2 |
| Attribute unique. More... | |
| #define ATTR_MISSING 0 |
Attribute missing.
Definition at line 53 of file fuoaprms.cxx.
| #define ATTR_MIXED 1 |
Attribute ambiguous (on multi-selection)
Definition at line 54 of file fuoaprms.cxx.
| #define ATTR_SET 2 |
Attribute unique.
Definition at line 55 of file fuoaprms.cxx.