Lines Matching refs:pParaList

107 	DBG_ASSERT(pParaList->GetParagraphCount(),"Insert:No Paras");  in Insert()
113 sal_uLong nParagraphCount = pParaList->GetParagraphCount(); in Insert()
119 pPara = pParaList->GetParagraph( 0 ); in Insert()
137 pParaList->Insert( pPara, nAbsPos ); in Insert()
139 DBG_ASSERT(pPara==pParaList->GetParagraph(nAbsPos),"Insert:Failed"); in Insert()
149 DBG_ASSERT(pEditEngine->GetParagraphCount()==pParaList->GetParagraphCount(),"SetText failed"); in Insert()
164 pParaList->Insert( pPara, nPara ); in ParagraphInserted()
176 Paragraph* pParaBefore = pParaList->GetParagraph( nPara-1 ); in ParagraphInserted()
181 pParaList->Insert( pPara, nPara ); in ParagraphInserted()
199 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ParagraphDeleted()
211 pParaList->Remove( nPara ); in ParagraphDeleted()
216 pPara = pParaList->GetParagraph( nPara ); in ParagraphDeleted()
222 pPara = pParaList->GetParagraph( ++nPara ); in ParagraphDeleted()
274 sal_uInt16 nParagraphs = (sal_uInt16)pParaList->GetParagraphCount(); in SetMaxDepth()
277 Paragraph* pPara = pParaList->GetParagraph( nPara ); in SetMaxDepth()
289 Paragraph* pPara = pParaList->GetParagraph( nPara ); in GetDepth()
319 Paragraph* pPara = pParaList->GetParagraph( nPara ); in GetNumberingStartValue()
326 Paragraph* pPara = pParaList->GetParagraph( nPara ); in SetNumberingStartValue()
339 ImplCheckParagraphs( nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); in SetNumberingStartValue()
347 Paragraph* pPara = pParaList->GetParagraph( nPara ); in IsParaIsNumberingRestart()
354 Paragraph* pPara = pParaList->GetParagraph( nPara ); in SetParaIsNumberingRestart()
367 ImplCheckParagraphs( nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); in SetParaIsNumberingRestart()
378 || nParaEnd >= pParaList->GetParagraphCount() ) in GetBulletsNumberingStatus()
388 if ( !pParaList->GetParagraph(nPara) ) in GetBulletsNumberingStatus()
424 return pParaList->GetParagraphCount() > 0 in GetBulletsNumberingStatus()
425 ? GetBulletsNumberingStatus( 0, pParaList->GetParagraphCount()-1 ) in GetBulletsNumberingStatus()
434 pParaList->GetParagraphCount() ) in CreateParaObject()
436 pParaList->GetParagraphCount() - nStartPara ); in CreateParaObject()
472 sal_uInt16 nPara = (sal_uInt16)pParaList->GetAbsPos( pPara ); in SetText()
527 pParaList->Insert( pPara, nInsPos ); in SetText()
543 DBG_ASSERT(pParaList->GetParagraphCount()==pEditEngine->GetParagraphCount(),"SetText failed!"); in SetText()
654 pParaList->Clear( sal_True ); in SetText()
660 pParaList->Insert( pPara, LIST_APPEND ); in SetText()
667 ImplCheckParagraphs( 0, (sal_uInt16) (pParaList->GetParagraphCount()) ); in SetText()
674 DBG_ASSERT( pParaList->GetParagraphCount()==rPObj.Count(),"SetText failed"); in SetText()
690 pParaList->Clear( sal_True ); in AddText()
696 nPara = pParaList->GetParagraphCount(); in AddText()
704 pParaList->Insert( pPara, LIST_APPEND ); in AddText()
706 DBG_ASSERT(pParaList->GetAbsPos(pPara)==nP,"AddText:Out of sync"); in AddText()
709 …DBG_ASSERT( pEditEngine->GetParagraphCount()==pParaList->GetParagraphCount(), "SetText: OutOfSync"… in AddText()
714 ImplCheckParagraphs( (sal_uInt16)nPara, (sal_uInt16) (pParaList->GetParagraphCount()) ); in AddText()
773 Paragraph* pPara = pParaList->GetParagraph( nPara ); in SetStyleSheet()
790 sal_uLong nPara = pParaList->GetAbsPos( pPara ); in SetVisible()
797 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplCheckNumBulletItem()
843 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplInitDepth()
889 if ( pParaList->HasHiddenChilds( pPara ) ) in Expand()
898 pUndo->nCount = (sal_uInt16)pParaList->GetAbsPos( pPara ); in Expand()
902 pParaList->Expand( pPara ); in Expand()
904 InvalidateBullet( pPara, pParaList->GetAbsPos(pPara) ); in Expand()
919 if ( pParaList->HasVisibleChilds( pPara ) ) // expandiert in Collapse()
931 pUndo->nCount = (sal_uInt16)pParaList->GetAbsPos( pPara ); in Collapse()
936 pParaList->Collapse( pPara ); in Collapse()
938 InvalidateBullet( pPara, pParaList->GetAbsPos(pPara) ); in Collapse()
1026 Paragraph* pPara = pParaList->GetParagraph( nPara ); in PaintBullet()
1155 if( pParaList->HasChilds(pPara) && !pParaList->HasVisibleChilds(pPara) && in PaintBullet()
1225 pParaList->Clear( sal_True ); in Read()
1230 pParaList->Insert( pPara, LIST_APPEND ); in Read()
1264 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImpFilterIndents()
1305 Paragraph* pPara = pParaList->GetParagraph( nStartPara ); in ImpTextPasted()
1342 pPara = pParaList->GetParagraph( nStartPara ); in ImpTextPasted()
1347 …DBG_ASSERT(pParaList->GetParagraphCount()==pEditEngine->GetParagraphCount(),"ImpTextPasted failed"… in ImpTextPasted()
1398 pParaList = new ParagraphList; in Outliner()
1399 pParaList->SetVisibleStateChangedHdl( LINK( this, Outliner, ParaVisibleStateChangedHdl ) ); in Outliner()
1401 pParaList->Insert( pPara, LIST_APPEND ); in Outliner()
1417 pParaList->Clear( sal_True ); in ~Outliner()
1418 delete pParaList; in ~Outliner()
1498 return pParaList->GetAbsPos( pPara ); in GetAbsPos()
1504 return pParaList->GetParagraphCount(); in GetParagraphCount()
1510 return pParaList->GetParagraph( nAbsPos ); in GetParagraph()
1516 return pParaList->HasChilds( pParagraph ); in HasChilds()
1535 Paragraph* pPara = pParaList->GetParagraph( nPara ); in GetNumberFormat()
1553 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplGetBulletSize()
1595 Paragraph* pPara = pParaList->GetParagraph( n ); in ImplCheckParagraphs()
1608 for ( sal_uInt16 n = (sal_uInt16) pParaList->GetParagraphCount(); n; ) in SetRefDevice()
1610 Paragraph* pPara = pParaList->GetParagraph( --n ); in SetRefDevice()
1626 if ( pParaList->GetParagraphCount() == pEditEngine->GetParagraphCount() ) in ParaAttribsChanged()
1628 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ParaAttribsChanged()
1648 sal_uInt16 nParas = (sal_uInt16)pParaList->GetParagraphCount(); in StyleSheetChanged()
1808 sal_uInt16 nStartPara = (sal_uInt16) pParaList->GetAbsPos( pParagraph ); in GetText()
1822 sal_uLong nPos = pParaList->GetAbsPos( pPara ); in Remove()
1823 if( !nPos && ( nParaCount >= pParaList->GetParagraphCount() ) ) in Remove()
1892 sal_uLong nPara = pParaList->GetAbsPos( pPara ); in IMPL_LINK()
1928pParaList->MoveParagraphs( pInfos->nStartPara, pInfos->nDestPara, pInfos->nEndPara - pInfos->nStar… in IMPL_LINK()
1930 sal_uInt16 nParas = (sal_uInt16)pParaList->GetParagraphCount(); in IMPL_LINK()
1958 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplGetNumbering()
1963 pPara = pParaList->GetParagraph( nPara ); in ImplGetNumbering()
2012 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplCalcBulletText()
2044 pPara = pParaList->GetParagraph( ++nPara ); in ImplCalcBulletText()
2048 pPara = pParaList->GetParagraph( ++nPara ); in ImplCalcBulletText()
2069 pParaList->Clear( sal_True ); in Clear()
2070 pParaList->Insert( new Paragraph( nMinDepth ), LIST_APPEND ); in Clear()
2076 Paragraph* pPara = pParaList->GetParagraph( 0 ); in Clear()
2088 for ( sal_uInt16 nPara = (sal_uInt16)pParaList->GetParagraphCount(); nPara; ) in SetFlatMode()
2089 pParaList->GetParagraph( --nPara )->aBulSize.Width() = -1; in SetFlatMode()
2098 Paragraph* pPara = pParaList->GetParagraph( nPara ); in ImplGetBulletText()