LibreOffice Module svx (master) 1
|
#include <svx/svxdllapi.h>
#include <memory>
#include <vector>
#include <editeng/numitem.hxx>
#include <vcl/font.hxx>
Go to the source code of this file.
Classes | |
class | svx::sidebar::NumSettings_Impl |
class | svx::sidebar::BulletsSettings |
class | svx::sidebar::NumberSettings_Impl |
class | svx::sidebar::OutlineSettings_Impl |
class | svx::sidebar::NBOTypeMgrBase |
class | svx::sidebar::BulletsTypeMgr |
class | svx::sidebar::NumberingTypeMgr |
class | svx::sidebar::OutlineTypeMgr |
Namespaces | |
namespace | svx |
namespace | svx::sidebar |
Macros | |
#define | DEFAULT_BULLET_TYPES 8 |
#define | DEFAULT_NUM_VALUSET_COUNT 8 |
#define | DEFAULT_NUMBERING_CACHE_FORMAT_VERSION 0x10 |
Typedefs | |
typedef std::vector< std::shared_ptr< NumSettings_Impl > > | svx::sidebar::NumSettingsArr_Impl |
typedef std::vector< std::shared_ptr< NumberSettings_Impl > > | svx::sidebar::NumberSettingsArr_Impl |
Enumerations | |
enum class | svx::sidebar::NBOType { svx::sidebar::Bullets = 1 , svx::sidebar::Numbering , svx::sidebar::Outline } |
#define DEFAULT_BULLET_TYPES 8 |
Definition at line 29 of file nbdtmg.hxx.
#define DEFAULT_NUM_VALUSET_COUNT 8 |
Definition at line 30 of file nbdtmg.hxx.
#define DEFAULT_NUMBERING_CACHE_FORMAT_VERSION 0x10 |
Definition at line 31 of file nbdtmg.hxx.