Home
last modified time | relevance | path

Searched refs:mpListImpl (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Dlist.cxx237 : mpListImpl( new SwListImpl( sListId, rDefaultListStyle, rNodes ) ) in SwList()
243 delete mpListImpl; in ~SwList()
248 return mpListImpl->GetListId(); in GetListId()
253 return mpListImpl->GetDefaultListStyleName(); in GetDefaultListStyleName()
259 mpListImpl->InsertListItem( rNodeNum, nLevel ); in InsertListItem()
264 mpListImpl->RemoveListItem( rNodeNum ); in RemoveListItem()
269 mpListImpl->InvalidateListTree(); in InvalidateListTree()
274 mpListImpl->ValidateListTree(); in ValidateListTree()
280 mpListImpl->MarkListLevel( nListLevel, bValue ); in MarkListLevel()
285 return mpListImpl->IsListLevelMarked( nListLevel ); in IsListLevelMarked()
/aoo41x/main/sw/inc/
H A Dlist.hxx68 SwListImpl* mpListImpl; member in SwList

Completed in 15 milliseconds