Lines Matching refs:GetParagraphCount
714 sal_uInt16 nParas = (sal_uInt16)pOwner->pParaList->GetParagraphCount(); in Indent()
918 ImplExpandOrCollaps( 0, (sal_uInt16)(pOwner->pParaList->GetParagraphCount()-1), sal_True ); in ExpandAll()
925 ImplExpandOrCollaps( 0, (sal_uInt16)(pOwner->pParaList->GetParagraphCount()-1), sal_False ); in CollapseAll()
996 nParaCount = pOwner->pEditEngine->GetParagraphCount(); in InsertText()
1035 const sal_uInt16 nParaCount = pOwner->pEditEngine->GetParagraphCount(); in PasteSpecial()
1121 sal_uLong nCurParaCount = (sal_uLong)pOwner->pEditEngine->GetParagraphCount(); in ImpPasted()
1143 nCount = (sal_uInt16)pOwner->pParaList->GetParagraphCount(); in SelectRange()
1251 const sal_uInt16 nParaCount = (sal_uInt16) (pOwner->pParaList->GetParagraphCount()); in ToggleBullets()
1321 sal_uInt16 nParaCount = (sal_uInt16) (pOwner->pParaList->GetParagraphCount()); in EnableBullets()
1358 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in ApplyBulletsNumbering()
1454 const sal_uInt16 nParaCount = (sal_uInt16) (pOwner->pParaList->GetParagraphCount()); in ApplyBulletsNumbering()
1481 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in SwitchOffBulletsNumbering()
1507 const sal_uInt16 nParaCount = (sal_uInt16) (pOwner->pParaList->GetParagraphCount()); in SwitchOffBulletsNumbering()
1844 sal_uInt16 nOldParaCount = pEditView->GetEditEngine()->GetParagraphCount(); in Read()
1853 long nParaDiff = pEditView->GetEditEngine()->GetParagraphCount() - nOldParaCount; in Read()