Lines Matching refs:GetParagraphCount
714 sal_uInt32 nParas = pOwner->pParaList->GetParagraphCount(); in Indent()
918 ImplExpandOrCollaps( 0, pOwner->pParaList->GetParagraphCount()-1, sal_True ); in ExpandAll()
925 ImplExpandOrCollaps( 0, pOwner->pParaList->GetParagraphCount()-1, sal_False ); in CollapseAll()
996 nParaCount = pOwner->pEditEngine->GetParagraphCount(); in InsertText()
1035 const sal_uInt32 nParaCount = pOwner->pEditEngine->GetParagraphCount(); in PasteSpecial()
1121 sal_uInt32 nCurParaCount = pOwner->pEditEngine->GetParagraphCount(); in ImpPasted()
1141 nCount = pOwner->pParaList->GetParagraphCount(); in SelectRange()
1249 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in ToggleBullets()
1319 sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in EnableBullets()
1356 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in ApplyBulletsNumbering()
1452 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in ApplyBulletsNumbering()
1479 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in SwitchOffBulletsNumbering()
1505 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in SwitchOffBulletsNumbering()
1842 sal_uInt32 nOldParaCount = pEditView->GetEditEngine()->GetParagraphCount(); in Read()
1851 long nParaDiff = pEditView->GetEditEngine()->GetParagraphCount() - nOldParaCount; in Read()