20 #ifndef INCLUDED_SW_INC_LIST_HXX
21 #define INCLUDED_SW_INC_LIST_HXX
24 #include <rtl/ustring.hxx>
38 SwList(
const OUString& sListId,
49 bool isHiddenRedlines,
67 std::unique_ptr<SwListImpl, o3tl::default_delete<SwListImpl>>
mpListImpl;
69 #endif // INCLUDED_SW_INC_LIST_HXX
static void RemoveListItem(SwNodeNum &rNodeNum)
SW_DLLPUBLIC const OUString & GetDefaultListStyleName() const
const OUString & GetListId() const
SwList(const OUString &sListId, SwNumRule &rDefaultListStyle, const SwNodes &rNodes)
void SetDefaultListStyleName(OUString const &)
void MarkListLevel(const int nListLevel, const bool bValue)
std::unique_ptr< SwListImpl, o3tl::default_delete< SwListImpl > > mpListImpl
void InsertListItem(SwNodeNum &rNodeNum, bool isHiddenRedlines, const int nLevel)
bool IsListLevelMarked(const int nListLevel) const
void InvalidateListTree()
SwList & operator=(const SwList &)=delete