LibreOffice Module sw (master)
1
|
#include <list.hxx>
Public Member Functions | |
SwList (const OUString &sListId, SwNumRule &rDefaultListStyle, const SwNodes &rNodes) | |
~SwList () | |
const OUString & | GetListId () const |
SW_DLLPUBLIC const OUString & | GetDefaultListStyleName () const |
void | SetDefaultListStyleName (OUString const &) |
void | InsertListItem (SwNodeNum &rNodeNum, bool isHiddenRedlines, const int nLevel) |
void | InvalidateListTree () |
void | ValidateListTree () |
void | MarkListLevel (const int nListLevel, const bool bValue) |
bool | IsListLevelMarked (const int nListLevel) const |
Static Public Member Functions | |
static void | RemoveListItem (SwNodeNum &rNodeNum) |
Private Member Functions | |
SwList (const SwList &)=delete | |
SwList & | operator= (const SwList &)=delete |
Private Attributes | |
std::unique_ptr< SwListImpl, o3tl::default_delete< SwListImpl > > | mpListImpl |
|
privatedelete |
const OUString & SwList::GetDefaultListStyleName | ( | ) | const |
Definition at line 232 of file list.cxx.
References mpListImpl.
Referenced by SwAttrSet::CopyToModify(), and SwXMLImport::MergeListsAtDocumentInsertPosition().
const OUString & SwList::GetListId | ( | ) | const |
Definition at line 227 of file list.cxx.
References mpListImpl.
Referenced by sw::DocumentListsManager::createListForListStyle(), sw::DocumentListsManager::deleteListForListStyle(), and SwDoc::SetNumRule().
Definition at line 242 of file list.cxx.
References mpListImpl.
Referenced by SwTextNode::AddToList(), and SwTextNode::AddToListRLHidden().
void SwList::InvalidateListTree | ( | ) |
Definition at line 253 of file list.cxx.
References mpListImpl.
bool SwList::IsListLevelMarked | ( | const int | nListLevel | ) | const |
Definition at line 269 of file list.cxx.
References mpListImpl.
Referenced by SwTextNode::HasMarkedLabel().
Definition at line 263 of file list.cxx.
References mpListImpl.
Referenced by SwDoc::MarkListLevel().
Definition at line 248 of file list.cxx.
References SwListImpl::RemoveListItem().
Referenced by SwTextNode::RemoveFromList(), and SwTextNode::RemoveFromListRLHidden().
void SwList::SetDefaultListStyleName | ( | OUString const & | rNew | ) |
Definition at line 237 of file list.cxx.
References mpListImpl.
Referenced by sw::DocumentListsManager::trackChangeOfListStyleName().
void SwList::ValidateListTree | ( | ) |
Definition at line 258 of file list.cxx.
References mpListImpl.
|
private |
Definition at line 65 of file list.hxx.
Referenced by GetDefaultListStyleName(), GetListId(), InsertListItem(), InvalidateListTree(), IsListLevelMarked(), MarkListLevel(), SetDefaultListStyleName(), and ValidateListTree().