LibreOffice Module svx (master)
1
|
#include <nbdtmg.hxx>
Public Member Functions | |
NBOTypeMgrBase () | |
virtual | ~NBOTypeMgrBase () |
virtual void | Init ()=0 |
virtual sal_uInt16 | GetNBOIndexForNumRule (SvxNumRule &aNum, sal_uInt16 mLevel, sal_uInt16 nFromIndex=0)=0 |
virtual void | RelplaceNumRule (SvxNumRule &aNum, sal_uInt16 nIndex, sal_uInt16 mLevel)=0 |
virtual void | ApplyNumRule (SvxNumRule &aNum, sal_uInt16 nIndex, sal_uInt16 mLevel, bool isDefault=false, bool isResetSize=false)=0 |
virtual OUString | GetDescription (sal_uInt16 nIndex, bool isDefault)=0 |
virtual bool | IsCustomized (sal_uInt16 nIndex)=0 |
void | SetItems (const SfxItemSet *pArg) |
Static Public Member Functions | |
static sal_uInt16 | IsSingleLevel (sal_uInt16 nCurLevel) |
Protected Member Functions | |
const OUString & | GetBulletCharFmtName () const |
const OUString & | GetNumCharFmtName () const |
MapUnit | GetMapUnit () const |
void | ImplLoad (std::u16string_view filename) |
void | ImplStore (std::u16string_view filename) |
Private Member Functions | |
NBOTypeMgrBase (const NBOTypeMgrBase &)=delete | |
Private Attributes | |
const SfxItemSet * | pSet |
MapUnit | eCoreUnit |
OUString | aBulletCharFmtName |
OUString | aNumCharFmtName |
bool | bIsLoading |
Definition at line 110 of file nbdtmg.hxx.
|
privatedelete |
|
inline |
Definition at line 123 of file nbdtmg.hxx.
|
inlinevirtual |
Definition at line 128 of file nbdtmg.hxx.
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
|
inlineprotected |
Definition at line 139 of file nbdtmg.hxx.
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
|
inlineprotected |
Definition at line 141 of file nbdtmg.hxx.
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
|
inlineprotected |
Definition at line 140 of file nbdtmg.hxx.
|
protected |
Definition at line 173 of file nbdtmg.cxx.
References INetURLObject::Append(), utl::UcbStreamHelper::CreateStream(), DEFAULT_NUM_VALUSET_COUNT, DEFAULT_NUMBERING_CACHE_FORMAT_VERSION, SvxNumRule::GetLevel(), SvxNumRule::GetLevelCount(), INetURLObject::GetMainURL(), i, INetURLObject::NONE, nVersion, Color::SetAlpha(), and SvxNumRule::SetLevel().
|
protected |
Definition at line 211 of file nbdtmg.cxx.
References INetURLObject::Append(), utl::UcbStreamHelper::CreateStream(), DEFAULT_NUM_VALUSET_COUNT, DEFAULT_NUMBERING_CACHE_FORMAT_VERSION, INetURLObject::GetMainURL(), SvxNumberFormat::LABEL_ALIGNMENT, INetURLObject::NONE, nVersion, and SvxNumRule::Store().
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
|
static |
Definition at line 122 of file nbdtmg.cxx.
References i, nCount, and SVX_MAX_NUM.
|
pure virtual |
Implemented in svx::sidebar::OutlineTypeMgr, svx::sidebar::NumberingTypeMgr, and svx::sidebar::BulletsTypeMgr.
void svx::sidebar::NBOTypeMgrBase::SetItems | ( | const SfxItemSet * | pArg | ) |
Definition at line 143 of file nbdtmg.cxx.
References EE_PARA_NUMBULLET(), SfxItemSet::GetItem(), and CntUnencodedStringItem::GetValue().
|
private |
Definition at line 116 of file nbdtmg.hxx.
|
private |
Definition at line 117 of file nbdtmg.hxx.
|
private |
Definition at line 118 of file nbdtmg.hxx.
|
private |
Definition at line 114 of file nbdtmg.hxx.
|
private |
Definition at line 113 of file nbdtmg.hxx.