Lines Matching refs:pParaList

161 						Paragraph* pNext = pOwner->pParaList->GetParagraph( aSel.nEndPara+1 );  in PostKeyEvent()
203 Paragraph* pPara = pOwner->pParaList->GetParagraph( aSel.nEndPara ); in PostKeyEvent()
204 Paragraph* pPrev = pOwner->pParaList->GetParagraph( aSel.nEndPara-1 ); in PostKeyEvent()
221 Paragraph* pPara = pOwner->pParaList->GetParagraph( aSel.nEndPara ); in PostKeyEvent()
229 sal_uLong nChilds = pOwner->pParaList->GetChildCount(pPara); in PostKeyEvent()
230 if( nChilds && !pOwner->pParaList->HasVisibleChilds(pPara)) in PostKeyEvent()
350 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in MouseButtonDown()
351 sal_Bool bHasChilds = (pPara && pOwner->pParaList->HasChilds(pPara)); in MouseButtonDown()
355 if ( bHasChilds && pOwner->pParaList->HasVisibleChilds(pPara) ) in MouseButtonDown()
356 nEndPara += pOwner->pParaList->GetChildCount( pPara ); in MouseButtonDown()
374 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in MouseButtonDown()
375 if( (pPara && pOwner->pParaList->HasChilds(pPara)) && pPara->HasFlag(PARAFLAG_ISPAGE) ) in MouseButtonDown()
448 Paragraph* pTemp = pOwner->pParaList->LastVisible(); in ImpPaintDDCursor()
449 nPara = pOwner->pParaList->GetAbsPos( pTemp ); in ImpPaintDDCursor()
473 ParagraphList* pParaList = pOwner->pParaList; in ImpGetInsertionPara() local
486 Paragraph* p = pParaList->GetParagraph( nCurPara ); in ImpGetInsertionPara()
487 p = pParaList->NextVisible( p ); in ImpGetInsertionPara()
488 nCurPara = p ? pParaList->GetAbsPos( p ) : LIST_APPEND; in ImpGetInsertionPara()
499 sal_uInt32 nPara = pOwner->pParaList->GetAbsPos( pPara ); in ImpToggleExpand()
501 ImplExpandOrCollaps( nPara, nPara, !pOwner->pParaList->HasVisibleChilds( pPara ) ); in ImpToggleExpand()
520 sal_uLong nPara = pOwner->pParaList->GetAbsPos( pParagraph ); in Select()
527 nChildCount = pOwner->pParaList->GetChildCount( pParagraph ); in Select()
576 Paragraph* pLast = pOwner->pParaList->GetParagraph( aParas.nEndPara ); in ImpGetSelectedParagraphs()
577 if ( pOwner->pParaList->HasHiddenChilds( pLast ) ) in ImpGetSelectedParagraphs()
581 pOwner->pParaList->GetChildCount( pLast ) ); in ImpGetSelectedParagraphs()
613 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in Indent()
670 Paragraph* _pPara = pOwner->pParaList->GetParagraph( aSel.nStartPara ); in Indent()
673 Paragraph* pPrev= pOwner->pParaList->GetParagraph( aSel.nStartPara-1 ); in Indent()
679 pPrev = pOwner->pParaList->GetParent( pPrev ); in Indent()
681 pPrev = pOwner->pParaList->GetParent( pPrev ); in Indent()
684 pOwner->InvalidateBullet( pPrev, pOwner->pParaList->GetAbsPos( pPrev ) ); in Indent()
714 sal_uInt32 nParas = pOwner->pParaList->GetParagraphCount(); in Indent()
717 Paragraph* pPara = pOwner->pParaList->GetParagraph( n ); in Indent()
743 sal_uInt32 nStartPara = pOwner->pParaList->GetAbsPos( pPara ); in AdjustDepth()
746 nEndPara += pOwner->pParaList->GetChildCount( pPara ); in AdjustDepth()
755 sal_uInt32 nStartPara = pOwner->pParaList->GetAbsPos( pPara ); in AdjustHeight()
758 nEndPara += pOwner->pParaList->GetChildCount( pPara ); in AdjustHeight()
918 ImplExpandOrCollaps( 0, pOwner->pParaList->GetParagraphCount()-1, sal_True ); in ExpandAll()
925 ImplExpandOrCollaps( 0, pOwner->pParaList->GetParagraphCount()-1, sal_False ); in CollapseAll()
941 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in ImplExpandOrCollaps()
1055 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in CreateSelectionList()
1141 nCount = pOwner->pParaList->GetParagraphCount(); in SelectRange()
1163 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in ImpCalcSelectedPages()
1199 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in ToggleBullets()
1249 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in ToggleBullets()
1310 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in EnableBullets()
1319 sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in EnableBullets()
1335 if (!pOwner || !pOwner->pEditEngine || !pOwner->pParaList) in ApplyBulletsNumbering()
1356 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in ApplyBulletsNumbering()
1361 Paragraph* pPara = pOwner->pParaList->GetParagraph(nPara); in ApplyBulletsNumbering()
1452 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in ApplyBulletsNumbering()
1479 nEndPara = pOwner->pParaList->GetParagraphCount() - 1; in SwitchOffBulletsNumbering()
1488 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in SwitchOffBulletsNumbering()
1505 const sal_uInt32 nParaCount = pOwner->pParaList->GetParagraphCount(); in SwitchOffBulletsNumbering()
1536 Paragraph* pPara = pOwner->pParaList->GetParagraph( nPara ); in RemoveAttribs()