Lines Matching refs:ParagraphList
117 void ParagraphList::Clear( sal_Bool bDestroyParagraphs ) in Clear()
130 void ParagraphList::MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong _nCount ) in MoveParagraphs()
135 ParagraphList aParas; in MoveParagraphs()
158 Paragraph* ParagraphList::NextVisible( Paragraph* pPara ) const in NextVisible()
169 Paragraph* ParagraphList::PrevVisible( Paragraph* pPara ) const in PrevVisible()
180 Paragraph* ParagraphList::LastVisible() const in LastVisible()
191 sal_Bool ParagraphList::HasChilds( Paragraph* pParagraph ) const in HasChilds()
198 sal_Bool ParagraphList::HasHiddenChilds( Paragraph* pParagraph ) const in HasHiddenChilds()
205 sal_Bool ParagraphList::HasVisibleChilds( Paragraph* pParagraph ) const in HasVisibleChilds()
212 sal_uLong ParagraphList::GetChildCount( Paragraph* pParent ) const in GetChildCount()
225 Paragraph* ParagraphList::GetParent( Paragraph* pParagraph /*, sal_uInt16& rRelPos */ ) const in GetParent()
240 void ParagraphList::Expand( Paragraph* pParent ) in Expand()
256 void ParagraphList::Collapse( Paragraph* pParent ) in Collapse()
272 sal_uLong ParagraphList::GetVisPos( Paragraph* pPara ) in GetVisPos()