Lines Matching refs:pPara

1337 …for ( ParagraphObj* pPara = rTextObj.First() ; pPara; pPara = rTextObj.Next(), bFirstParagraph = s…  in ImplWriteParagraphs()  local
1339 PortionObj* pPortion = (PortionObj*)pPara->First(); in ImplWriteParagraphs()
1340 nCharCount = pPara->Count(); in ImplWriteParagraphs()
1342 nDepth = pPara->nDepth; in ImplWriteParagraphs()
1346 if ( ( pPara->meTextAdjust == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1347 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_Adjust, pPara->mnTextAdjust ) … in ImplWriteParagraphs()
1349 nLineSpacing = pPara->mnLineSpacing; in ImplWriteParagraphs()
1378 if ( ( pPara->meLineSpacing == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1379 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LineFeed, nLineSpacing ) ) ) in ImplWriteParagraphs()
1382 if ( ( pPara->meLineSpacingTop == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1383 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1385 … if ( ( pPara->meLineSpacingBottom == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1386 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LowerDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1388 if ( ( pPara->meForbiddenRules == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1389 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbForbiddenR… in ImplWriteParagraphs()
1391 … if ( ( pPara->meParagraphPunctation == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1392 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbParagraphP… in ImplWriteParagraphs()
1394 if ( ( pPara->meBiDi == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) || in ImplWriteParagraphs()
1395 ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BiDi, pPara->mnBiDi ) ) ) in ImplWriteParagraphs()
1399 sal_Int32 nBuRealSize = pPara->nBulletRealSize; in ImplWriteParagraphs()
1400 sal_Int16 nBulletFlags = pPara->nBulletFlags; in ImplWriteParagraphs()
1402 if ( pPara->bExtendedParameters ) in ImplWriteParagraphs()
1403 nPropertyFlags |= pPara->nParaFlags; 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()
1416 …FontCollectionEntry aFontDescEntry( pPara->aFontDesc.Name, pPara->aFontDesc.Family, pPara->aFontDe… in ImplWriteParagraphs()
1426 rOut << (sal_uInt16)( pPara->cBulletId ); in ImplWriteParagraphs()
1433 sal_uInt32 nBulletColor = pPara->nBulletColor; in ImplWriteParagraphs()
1447 rOut << (sal_uInt16)( pPara->mnTextAdjust ); in ImplWriteParagraphs()
1451 rOut << (sal_uInt16)( pPara->mnLineSpacingTop ); in ImplWriteParagraphs()
1453 rOut << (sal_uInt16)( pPara->mnLineSpacingBottom ); in ImplWriteParagraphs()
1455 rOut << (sal_uInt16)(pPara->nTextOfs); in ImplWriteParagraphs()
1457 rOut << (sal_uInt16)(pPara->nBulletOfs); in ImplWriteParagraphs()
1461 if ( pPara->mbForbiddenRules ) in ImplWriteParagraphs()
1463 if ( pPara->mbParagraphPunctation ) in ImplWriteParagraphs()
1468 rOut << pPara->mnBiDi; in ImplWriteParagraphs()
1479 for ( ParagraphObj* pPara = rTextObj.First(); pPara; pPara = rTextObj.Next(), i++ ) in ImplWritePortions() local
1481 …for ( PortionObj* pPortion = (PortionObj*)pPara->First(); pPortion; pPortion = (PortionObj*)pPara-… in ImplWritePortions()
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()
3034 … ParagraphObj* pPara = new ParagraphObj( aXParagraph, aParaFlags, rFontCollection, rProv ); in TextObj() local
3035 mpImplTextObj->mbHasExtendedBullets |= pPara->bExtendedBulletsUsed; in TextObj()
3036 mpImplTextObj->mpList->Insert( pPara, LIST_APPEND ); in TextObj()
3120 ParagraphObj* pPara = rTextObj.First(); in ImplAdjustFirstLineLineSpacing() local
3121 if ( pPara ) in ImplAdjustFirstLineLineSpacing()
3123 PortionObj* pPortion = (PortionObj*)pPara->First(); in ImplAdjustFirstLineLineSpacing()
3126 sal_Int16 nLineSpacing = pPara->mnLineSpacing; in ImplAdjustFirstLineLineSpacing()
3189 ParagraphObj* pPara; in ImplWriteTextStyleAtom() local
3210 for ( pPara = aTextObj.First(); pPara; pPara = aTextObj.Next() ) in ImplWriteTextStyleAtom()
3212 …for ( PortionObj* pPortion = (PortionObj*)pPara->First(); pPortion; pPortion = (PortionObj*)pPara-… in ImplWriteTextStyleAtom()
3309 pPara = aTextObj.First(); in ImplWriteTextStyleAtom()
3310 if ( pPara ) in ImplWriteTextStyleAtom()
3314 sal_uInt32 nTextOfs = pPara->nTextOfs; in ImplWriteTextStyleAtom()
3315 sal_uInt32 nTabs = pPara->maTabStop.getLength(); in ImplWriteTextStyleAtom()
3316 …ar::style::TabStop* pTabStop = ( const ::com::sun::star::style::TabStop* )pPara->maTabStop.getCons… in ImplWriteTextStyleAtom()
3318 for ( ; pPara; pPara = aTextObj.Next() ) in ImplWriteTextStyleAtom()
3320 if ( pPara->bExtendedParameters ) in ImplWriteTextStyleAtom()
3322 nDepth = pPara->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()
5041 for ( ParagraphObj* pPara = aTextObj.First() ; pPara; pPara = aTextObj.Next() ) in ImplWritePage() local
5043 sal_uInt32 nCharCount = pPara->Count(); in ImplWritePage()
5044 sal_uInt16 nDepth = pPara->nDepth; in ImplWritePage()