class SfxPoolItem; class SwWrtShell; class SvStream;
namespace sw { class StoredChapterNumberingRules; }
#define MAX_NUM_RULES 9
class SW_DLLPUBLIC SwNumRulesWithName final
{
UIName maName; // the NumRule's formats _have_ to be independent of a document // (They should always be there!) class SAL_DLLPRIVATE SwNumFormatGlobal
{ friendclass SwNumRulesWithName;
SwNumFormat m_aFormat;
UIName m_sCharFormatName;
sal_uInt16 m_nCharPoolId;
std::vector<std::unique_ptr<SfxPoolItem>> m_Items;
class SW_DLLPUBLIC SwChapterNumRules final
{ public: enum { nMaxRules = MAX_NUM_RULES }; // currently 9 defined forms private:
std::unique_ptr<SwNumRulesWithName> m_pNumRules[ MAX_NUM_RULES ];
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.