Lines Matching refs:GetParagraphCount

107 	DBG_ASSERT(pParaList->GetParagraphCount(),"Insert:No Paras");  in Insert()
113 sal_uLong nParagraphCount = pParaList->GetParagraphCount(); in Insert()
149 DBG_ASSERT(pEditEngine->GetParagraphCount()==pParaList->GetParagraphCount(),"SetText failed"); in Insert()
274 sal_uInt32 nParagraphs = pParaList->GetParagraphCount(); in SetMaxDepth()
339 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetNumberingStartValue()
367 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetParaIsNumberingRestart()
378 || nParaEnd >= pParaList->GetParagraphCount() ) 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()
440 if ( ( nStartPara + nCount ) > pEditEngine->GetParagraphCount() ) in CreateParaObject()
441 nCount = pEditEngine->GetParagraphCount() - nStartPara; in CreateParaObject()
543 DBG_ASSERT(pParaList->GetParagraphCount()==pEditEngine->GetParagraphCount(),"SetText failed!"); in SetText()
647 if( rPObj.Count() != pEditEngine->GetParagraphCount() ) in SetText()
667 ImplCheckParagraphs( 0, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetText()
674 DBG_ASSERT( pParaList->GetParagraphCount()==rPObj.Count(),"SetText failed"); in SetText()
675 DBG_ASSERT( pEditEngine->GetParagraphCount()==rPObj.Count(),"SetText failed"); in SetText()
696 nPara = pParaList->GetParagraphCount(); in AddText()
709 …DBG_ASSERT( pEditEngine->GetParagraphCount()==pParaList->GetParagraphCount(), "SetText: OutOfSync"… in AddText()
714 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in AddText()
1224 sal_uInt32 nParas = pEditEngine->GetParagraphCount(); in Read()
1347 …DBG_ASSERT(pParaList->GetParagraphCount()==pEditEngine->GetParagraphCount(),"ImpTextPasted failed"… in ImpTextPasted()
1501 sal_uLong Outliner::GetParagraphCount() const in GetParagraphCount() function in Outliner
1504 return pParaList->GetParagraphCount(); in GetParagraphCount()
1608 for ( sal_uInt32 n = pParaList->GetParagraphCount(); n; ) in SetRefDevice()
1626 if ( pParaList->GetParagraphCount() == pEditEngine->GetParagraphCount() ) in ParaAttribsChanged()
1648 sal_uInt32 nParas = pParaList->GetParagraphCount(); in StyleSheetChanged()
1823 if( !nPos && ( nParaCount >= pParaList->GetParagraphCount() ) ) in Remove()
1930 sal_uInt32 nParas = pParaList->GetParagraphCount(); in IMPL_LINK()
2088 for ( sal_uInt32 nPara = pParaList->GetParagraphCount(); nPara; ) in SetFlatMode()