Lines Matching refs:pPara
287 Paragraph* pPara = (Paragraph*) pList->First(); in GetAttrState() local
298 …if(pOutl->GetAbsPos(pPara) > 1 || ( pOutl->HasParaFlag(pPara,PARAFLAG_ISPAGE) && pOutl->GetAbsPos(… in GetAttrState()
307 if(pOutl->GetAbsPos(pPara) > 0) in GetAttrState()
314 while (pPara) in GetAttrState()
316 sal_Int16 nDepth = pOutl->GetDepth( (sal_uInt16) pOutl->GetAbsPos( pPara ) ); in GetAttrState()
318 …if (nDepth > 0 || (bOutlineViewSh && (nDepth <= 0) && !pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE … in GetAttrState()
324 …pth < pOLV->GetOutliner()->GetMaxDepth() && ( !bOutlineViewSh || pOutl->GetAbsPos(pPara) != 0 )) || in GetAttrState()
325 …lineViewSh && (nDepth <= 0) && pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) && pOutl->GetAbsPos(pP… in GetAttrState()
331 pPara = static_cast<Paragraph*>( pList->Next() ); in GetAttrState()
343 pPara = static_cast< Paragraph* >( pList->First() ); in GetAttrState()
345 && pPara in GetAttrState()
346 && 0 == pOutl->GetAbsPos(pPara) in GetAttrState()