Lines Matching refs:GetDepth

120 		if( pPara->GetDepth() != nDepth )  in Insert()
122 nDepthChangedHdlPrevDepth = pPara->GetDepth(); in Insert()
178 nDepth = pParaBefore->GetDepth(); in ParagraphInserted()
203 sal_Int16 nDepth = pPara->GetDepth(); in ParagraphDeleted()
217 if ( pPara && ( pPara->GetDepth() > nDepth ) ) in ParagraphDeleted()
221 while ( pPara && pPara->GetDepth() > nDepth ) in ParagraphDeleted()
225 if ( pPara && ( pPara->GetDepth() == nDepth ) ) in ParagraphDeleted()
278 if( pPara && pPara->GetDepth() > nMaxDepth ) in SetMaxDepth()
287 sal_Int16 Outliner::GetDepth( sal_uLong nPara ) const in GetDepth() function in Outliner
291 return pPara ? pPara->GetDepth() : -1; in GetDepth()
300 if ( nNewDepth != pPara->GetDepth() ) in SetDepth()
302 nDepthChangedHdlPrevDepth = pPara->GetDepth(); in SetDepth()
477 ImplInitDepth( nPara, pPara->GetDepth(), sal_False ); in SetText()
501 nCurDepth = pPara->GetDepth(); in SetText()
707 ImplInitDepth( nP, pPara->GetDepth(), sal_False ); in AddText()
814 sal_Int16 nDepth = GetDepth( nPara ); in ImplSetLevelDependendStyleSheet()
846 sal_Int16 nOldDepth = pPara->GetDepth(); in ImplInitDepth()
1274 pPara->SetDepth( pLastConverted->GetDepth() ); in ImpFilterIndents()
1277 ImplInitDepth( nPara, pPara->GetDepth(), sal_False ); in ImpFilterIndents()
1313 nDepthChangedHdlPrevDepth = pPara->GetDepth(); in ImpTextPasted()
1323 …if( (pPara->GetDepth() != nDepthChangedHdlPrevDepth) || (pPara->nFlags != mnDepthChangeHdlPrevFlag… in ImpTextPasted()
1336 if ( nDepth != GetDepth( nStartPara ) ) in ImpTextPasted()
1539 sal_Int16 nDepth = pPara? pPara->GetDepth() : -1; in GetNumberFormat()
1630 if ( pPara && pPara->GetDepth() != rLevel.GetValue() ) in ParaAttribsChanged()
1959 const sal_Int16 nParaDepth = pPara->GetDepth(); in ImplGetNumbering()
1964 const sal_Int16 nDepth = pPara->GetDepth(); in ImplGetNumbering()
2043 sal_Int16 nDepth = pPara->GetDepth(); in ImplCalcBulletText()
2047 while ( pPara && ( pPara->GetDepth() > nDepth ) ) in ImplCalcBulletText()
2051 if ( pPara && ( pPara->GetDepth() < nDepth ) ) in ImplCalcBulletText()