Lines Matching refs:nDepth

1333     sal_uInt16          nDepth = 0;  in ImplWriteParagraphs()  local
1342 nDepth = pPara->nDepth; in ImplWriteParagraphs()
1343 if ( nDepth > 4) in ImplWriteParagraphs()
1344 nDepth = 4; in ImplWriteParagraphs()
1347 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_Adjust, pPara->mnTextAdjust ) … in ImplWriteParagraphs()
1379 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LineFeed, nLineSpacing ) ) ) in ImplWriteParagraphs()
1383 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1386 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LowerDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1389 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbForbiddenR… in ImplWriteParagraphs()
1392 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbParagraphP… in ImplWriteParagraphs()
1395 ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BiDi, pPara->mnBiDi ) ) ) in ImplWriteParagraphs()
1411 if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_TextOfs, pPara->nTextOfs ) ) in ImplWriteParagraphs()
1413 … if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BulletOfs, pPara->nBulletOfs )) in ImplWriteParagraphs()
1420 << nDepth // Level in ImplWriteParagraphs()
1599 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Bold, nCharAttr ) ) ) in ImplWritePortions()
1602 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Italic, nCharAttr ) ) ) in ImplWritePortions()
1605 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Underline, nCharAttr ) ) ) in ImplWritePortions()
1608 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Shadow, nCharAttr ) ) ) in ImplWritePortions()
1611 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Embossed, nCharAttr ) ) ) in ImplWritePortions()
1620 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Font, pPortion->mnFont ) ) ) in ImplWritePortions()
1623 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_AsianOrComplexFont, pPortion->… in ImplWritePortions()
1626 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_FontHeight, pPortion->mnCharHe… in ImplWritePortions()
1629 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_FontColor, nCharColor & 0xffff… in ImplWritePortions()
1632 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Escapement, pPortion->mnCharEs… in ImplWritePortions()
2323 nDepth = 0; in ParagraphObj()
2339 nDepth = 0; in ParagraphObj()
2832 nDepth = *( (sal_Int16*)aAny.getValue() ); in ImplGetParagraphValues()
2834 if ( nDepth < 0 ) in ImplGetParagraphValues()
2837 nDepth = 0; in ImplGetParagraphValues()
2841 if ( nDepth > 4 ) in ImplGetParagraphValues()
2842 nDepth = 4; in ImplGetParagraphValues()
2848 nDepth = 0; in ImplGetParagraphValues()
2851 ImplGetNumberingLevel( rBuProv, nDepth, mbIsBullet, bGetPropStateValue ); in ImplGetParagraphValues()
2966 nDepth = rParagraphObj.nDepth; // aktuelle tiefe in ImplConstruct()
3313 sal_Int16 nDepth, nMask, nNumberingRule[ 10 ]; in ImplWriteTextStyleAtom() local
3322 nDepth = pPara->nDepth; in ImplWriteTextStyleAtom()
3323 if ( nDepth < 5 ) in ImplWriteTextStyleAtom()
3325 nMask = 1 << nDepth; in ImplWriteTextStyleAtom()
3329 … if ( ( rParaSheet.maParaLevel[ nDepth ].mnTextOfs != pPara->nTextOfs ) || in ImplWriteTextStyleAtom()
3330 … ( rParaSheet.maParaLevel[ nDepth ].mnBulletOfs != pPara->nBulletOfs ) ) in ImplWriteTextStyleAtom()
3333 nNumberingRule[ nDepth << 1 ] = pPara->nTextOfs; in ImplWriteTextStyleAtom()
3334 … nNumberingRule[ ( nDepth << 1 ) + 1 ] = (sal_Int16)pPara->nBulletOfs; in ImplWriteTextStyleAtom()
5044 sal_uInt16 nDepth = pPara->nDepth; in ImplWritePage() local
5045 if ( nDepth > 4) in ImplWritePage()
5046 nDepth = 4; in ImplWritePage()
5049 << nDepth; in ImplWritePage()