Lines Matching refs:rLevel
169 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ParagraphInserted() local
170 pPara->SetDepth( rLevel.GetValue() ); in ParagraphInserted()
624 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ImpConvertEdtToOut() local
625 sal_Int16 nOutlLevel = rLevel.GetValue(); in ImpConvertEdtToOut()
1235 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in Read() local
1236 sal_Int16 nDepth = rLevel.GetValue(); in Read()
1333 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in ImpTextPasted() local
1334 nDepth = rLevel.GetValue(); in ImpTextPasted()
1629 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ParaAttribsChanged() local
1630 if ( pPara && pPara->GetDepth() != rLevel.GetValue() ) in ParaAttribsChanged()
1632 pPara->SetDepth( rLevel.GetValue() ); in ParaAttribsChanged()