Lines Matching refs:pOutl
285 ::Outliner* pOutl = pOLV->GetOutliner(); in GetAttrState()
298 …if(pOutl->GetAbsPos(pPara) > 1 || ( pOutl->HasParaFlag(pPara,PARAFLAG_ISPAGE) && pOutl->GetAbsPos(… in GetAttrState()
307 if(pOutl->GetAbsPos(pPara) > 0) in GetAttrState()
316 sal_Int16 nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in GetAttrState()
318 …if (nDepth > 0 || (bOutlineViewSh && (nDepth <= 0) && !pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE … in GetAttrState()
324 …if( (nDepth < pOLV->GetOutliner()->GetMaxDepth() && ( !bOutlineViewSh || pOutl->GetAbsPos(pPara) !… in GetAttrState()
325 …(bOutlineViewSh && (nDepth <= 0) && pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) && pOutl->GetAbsP… in GetAttrState()
334 if ( ( pOutl->GetAbsPos((Paragraph*) pList->Last()) < pOutl->GetParagraphCount() - 1 ) && in GetAttrState()
335 ( pOutl->GetParagraphCount() > 1 || !bOutlineViewSh) ) in GetAttrState()
346 && 0 == pOutl->GetAbsPos(pPara) in GetAttrState()
347 && pOutl->GetParagraphCount() > 1 in GetAttrState()
348 && !pOutl->HasParaFlag( pOutl->GetParagraph(1), PARAFLAG_ISPAGE ) ) in GetAttrState()
380 SdrOutliner* pOutl = mpView->GetTextEditOutliner(); in GetAttrState() local
381 if( pOutl ) in GetAttrState()
383 if( pOutl->IsVertical() ) in GetAttrState()