LibreOffice Module sd (master) 1
Namespaces | Macros
fuoaprms.cxx File Reference
#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>
Include dependency graph for fuoaprms.cxx:

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...
 

Macro Definition Documentation

◆ ATTR_MISSING

#define ATTR_MISSING   0

Attribute missing.

Definition at line 53 of file fuoaprms.cxx.

◆ ATTR_MIXED

#define ATTR_MIXED   1

Attribute ambiguous (on multi-selection)

Definition at line 54 of file fuoaprms.cxx.

◆ ATTR_SET

#define ATTR_SET   2

Attribute unique.

Definition at line 55 of file fuoaprms.cxx.