/aoo4110/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 104 pPor = pPor->GetPortion(); in lcl_GetCharRectInsideField() 473 if( pPor->InTxtGrp() || ( pPor->GetLen() && !pPor->IsFlyPortion() in GetEndCharRect() 480 pPor = pPor->GetPortion(); in GetEndCharRect() 576 if( pPor->InTxtGrp() || pPor->IsBreakPortion() || pPor->InTabGrp() ) in _GetCharRect() 614 pPor = pPor->GetPortion(); in _GetCharRect() 942 pPor->SetLen( pPor->GetLen() + 1 ); in _GetCharRect() 964 if( pPor->InFldGrp() && pPor->GetLen() ) in _GetCharRect() 1033 pPor = pPor->GetPortion(); in _GetCharRect() 1043 while( pPor && !pPor->GetLen() ) in _GetCharRect() 1052 pPor = pPor->GetPortion(); in _GetCharRect() [all …]
|
H A D | itrform2.cxx | 207 while( pPor && pPor != pUnderFlow ) in UnderFlow() 221 pPor = pPor->GetPortion(); in UnderFlow() 268 if( !pPor || !(rInf.X() + pPor->Width()) ) in UnderFlow() 299 if( pPor->InTxtGrp() && !pPor->InExpGrp() ) in UnderFlow() 370 pPor = pPor->GetPortion(); in InsertPortion() 710 if ( !pPor->GetLen() && !pPor->IsFlyPortion() in BuildPortions() 1142 pPor = pPor->GetPortion(); in lcl_OldFieldRest() 1456 if( !pPor->GetAscent() && !pPor->Height() ) in NewPortion() 1472 ASSERT( !pPor || pPor->Height(), in NewPortion() 1538 pPor = pPor->GetPortion(); in FormatLine() [all …]
|
H A D | itrpaint.cxx | 128 while( pPor && GetInfo().X() + pPor->Width() + (pPor->Height()/2) in CalcPaintOfst() 144 pPor = pPor->GetPortion(); in CalcPaintOfst() 154 return pPor; in CalcPaintOfst() 285 if( GetInfo().OnWin() && pPor && !pPor->Width() ) in DrawTextLine() 298 pPor->PrePaint( GetInfo(), pPor ); in DrawTextLine() 302 pPor->PrePaint( GetInfo(), pPor ); in DrawTextLine() 316 while( pPor ) in DrawTextLine() 332 if ( pPor->Width() && pPor->InTxtGrp() ) in DrawTextLine() 340 if( ( bRest && pPor->InFldGrp() && !pPor->GetLen() ) ) in DrawTextLine() 349 else if( pPor->InTxtGrp() || pPor->InFldGrp() || pPor->InTabGrp() ) in DrawTextLine() [all …]
|
H A D | pormulti.cxx | 161 for( bTab1 = bTab2 = sal_False; pPor; pPor = pPor->GetPortion() ) in ActualizeTabulator() 172 pPor = pPor->GetPortion(); in ActualizeTabulator() 249 for( nBlanks = 0; pPor; pPor = pPor->GetPortion() ) in GetSpaceCnt() 499 for( nBlank1 = 0; pPor; pPor = pPor->GetPortion() ) in CalcBlanks() 513 for( nBlank2 = 0; pPor; pPor = pPor->GetPortion() ) in CalcBlanks() 722 for( pPor = pCurr->GetFirstPortion(); pPor; pPor = pPor->GetPortion() ) in _Adjust() 791 while( pPor ) in CalcRubyOffset() 795 pPor = pPor->GetPortion(); in CalcRubyOffset() 1555 else if( pPor->InTxtGrp() || pPor->InFldGrp() || pPor->InTabGrp() ) in PaintMultiPortion() 2144 pPor = pPor->GetPortion(); in BuildMultiPortion() [all …]
|
H A D | portxt.cxx | 115 if ( pPor && ( pPor->IsKernPortion() || in lcl_AddSpace() 118 pPor = pPor->GetPortion(); in lcl_AddSpace() 122 if ( !pPor || pPor->IsHolePortion() || pPor->InFixMargGrp() || in lcl_AddSpace() 154 if ( pPor && ( pPor->IsKernPortion() || in lcl_AddSpace() 157 pPor = pPor->GetPortion(); in lcl_AddSpace() 159 if ( nCnt && ( ! pPor || pPor->IsHolePortion() || pPor->InFixMargGrp() ) ) in lcl_AddSpace() 194 if ( pPor && pPor->IsKernPortion() ) in lcl_AddSpace() 195 pPor = pPor->GetPortion(); in lcl_AddSpace() 697 while ( pPor && !pPor->Width() && ! pPor->IsHolePortion() ) in CalcSpacing() 698 pPor = pPor->GetPortion(); in CalcSpacing() [all …]
|
H A D | itradj.cxx | 70 while( pPor && bSkip ) in FormatBlock() 72 if( pPor->InTxtGrp() ) in FormatBlock() 74 pPor = pPor->GetPortion(); in FormatBlock() 831 if( pPor->InGlueGrp() && pPor->GetPortion() in CalcDropAdjust() 838 pPor = pPor->GetPortion(); in CalcDropAdjust() 839 while( pPor && !pPor->InFixMargGrp() ) in CalcDropAdjust() 840 pPor = pPor->GetPortion(); in CalcDropAdjust() 842 SwGluePortion *pRight = ( pPor && pPor->InGlueGrp() ) ? in CalcDropAdjust() 843 (SwGluePortion*) pPor : 0; in CalcDropAdjust() 857 pPor = pCurr->GetFirstPortion(); in CalcDropAdjust() [all …]
|
H A D | itrtxt.cxx | 303 const SwLinePortion* pPor, in AdjustBaseLine() argument 307 if ( pPor ) in AdjustBaseLine() 309 nPorHeight = pPor->Height(); in AdjustBaseLine() 310 nPorAscent = pPor->GetAscent(); in AdjustBaseLine() 333 if ( ! pPor || ! pPor->IsMultiPortion() || in AdjustBaseLine() 334 ! ((SwMultiPortion*)pPor)->IsRuby() ) in AdjustBaseLine() 401 const SwLinePortion *pPor = pCurr->GetPortion(); in lcl_NeedsFieldRest() local 403 while( pPor && !bRet ) in lcl_NeedsFieldRest() 405 bRet = pPor->InFldGrp() && ((SwFldPortion*)pPor)->HasFollow(); in lcl_NeedsFieldRest() 406 if( !pPor->GetPortion() || !pPor->GetPortion()->InFldGrp() ) in lcl_NeedsFieldRest() [all …]
|
H A D | txtftn.cxx | 1141 while( pPor ) in FormatQuoVadis() 1143 if ( pPor->IsFlyPortion() ) in FormatQuoVadis() 1146 pPor = pPor->GetPortion(); in FormatQuoVadis() 1197 (SwMarginPortion*) pPor : 0; in FormatQuoVadis() 1257 pPor->Append( pGlue ); in FormatQuoVadis() 1258 pPor = pPor->GetPortion(); in FormatQuoVadis() 1270 pPor = pPor->GetPortion(); in FormatQuoVadis() 1656 while( pPor && !pQuo ) in SetErgoSumNum() 1660 pPor = pPor->GetPortion(); in SetErgoSumNum() 1682 while( pPor && !pQuo ) in UpdateQuoVadis() [all …]
|
H A D | txttab.cxx | 242 SwLinePortion* pPor = pCurr->GetPortion(); in NewTabPortion() local 243 while( pPor && !pPor->IsFlyPortion() ) in NewTabPortion() 245 pPor = pPor->GetPortion(); in NewTabPortion() 247 if ( pPor ) in NewTabPortion() 249 nLeftMarginTabPos += pPor->Width(); in NewTabPortion() 503 const SwLinePortion *pPor = GetPortion(); in PostFormat() local 506 while( pPor ) in PostFormat() 509 nPorWidth = nPorWidth + pPor->Width(); in PostFormat() 510 pPor = pPor->GetPortion(); in PostFormat()
|
H A D | porlin.cxx | 47 SwLinePortion *pPor = pStart->GetPortion(); in ChkChain() local 49 while( pPor ) in ChkChain() 52 ASSERT( nCount < 200 && pPor != pStart, in ChkChain() 54 if( nCount >= 200 || pPor == pStart ) in ChkChain() 57 pPor = pStart->GetPortion(); in ChkChain() 59 pPor->Truncate(); in ChkChain() 60 pStart->SetPortion( pPor ); in ChkChain() 63 pPor = pPor->GetPortion(); in ChkChain()
|
H A D | blink.cxx | 134 void SwBlink::Insert( const Point& rPoint, const SwLinePortion* pPor, in Insert() argument 137 SwBlinkPortion *pBlinkPor = new SwBlinkPortion( pPor, nDir ); in Insert() 151 if( pPor->IsLayPortion() || pPor->IsParaPortion() ) in Insert() 152 ((SwLineLayout*)pPor)->SetBlinking( sal_True ); in Insert() 173 void SwBlink::Delete( const SwLinePortion* pPor ) in Delete() argument 177 SwBlinkPortion aBlink( pPor, 0 ); in Delete()
|
H A D | frmcrsr.cxx | 959 const SwLinePortion* pPor = rCurrLine.GetFirstPortion(); in lcl_VisualMoveRecursion() local 963 while ( pPor && nIdx + pPor->GetLen() <= nPos ) in lcl_VisualMoveRecursion() 965 nIdx = nIdx + pPor->GetLen(); in lcl_VisualMoveRecursion() 966 pLast = pPor; in lcl_VisualMoveRecursion() 967 pPor = pPor->GetPortion(); in lcl_VisualMoveRecursion() 972 sal_Bool bRecurse = pPor && pPor->IsMultiPortion() && in lcl_VisualMoveRecursion() 978 nPos = nPos + pPor->GetLen(); in lcl_VisualMoveRecursion() 1002 pPor = pLast; in lcl_VisualMoveRecursion() 1031 sal_Bool bRecurse = pPor && pPor->IsMultiPortion() && ((SwMultiPortion*)pPor)->IsBidi(); in lcl_VisualMoveRecursion() 1054 pPor = pLast; in lcl_VisualMoveRecursion() [all …]
|
H A D | inftxt.cxx | 1598 while( pPor ) in _CheckFtnPortion() 1600 if( pPor->IsFtnPortion() && nHeight > ((SwFtnPortion*)pPor)->Orig() ) in _CheckFtnPortion() 1607 pPor = pPor->GetPortion(); in _CheckFtnPortion() 1733 SwLinePortion* pPor = GetRoot(); in LastKernPortion() local 1735 while( pPor ) in LastKernPortion() 1737 if( pPor->IsKernPortion() ) in LastKernPortion() 1738 pKern = pPor; in LastKernPortion() 1739 else if( pPor->Width() || ( pPor->GetLen() && !pPor->IsHolePortion() ) ) in LastKernPortion() 1741 pPor = pPor->GetPortion(); in LastKernPortion() 1757 const SwLinePortion *pPor, in SwTxtSlot() argument [all …]
|
H A D | porfld.cxx | 161 SwFldSlot( const SwTxtFormatInfo* pNew, const SwFldPortion *pPor ); 165 SwFldSlot::SwFldSlot( const SwTxtFormatInfo* pNew, const SwFldPortion *pPor ) in SwFldSlot() argument 167 bOn = pPor->GetExpTxt( *pNew, aTxt ); in SwFldSlot() 177 if( pPor->IsFollow() ) in SwFldSlot() 1089 SwLinePortion *pPor = pLine->GetPortion(); in StopAnimation() local 1090 while( pPor ) in StopAnimation() 1092 if( pPor->IsGrfNumPortion() ) in StopAnimation() 1093 ((SwGrfNumPortion*)pPor)->StopAnimation( pOut ); in StopAnimation() 1097 pPor = pPor->GetLen() ? 0 : pPor->GetPortion(); in StopAnimation()
|
H A D | txthyph.cxx | 111 SwLinePortion *pPor = aLine.GetCurr()->GetFirstPortion(); in Hyphenate() local 112 while( pPor->GetPortion() ) in Hyphenate() 113 pPor = pPor->GetPortion(); in Hyphenate() 114 if( pPor->GetWhichPor() == POR_SOFTHYPH || in Hyphenate() 115 pPor->GetWhichPor() == POR_SOFTHYPHSTR ) in Hyphenate()
|
H A D | txtdrop.cxx | 674 const SwLinePortion *pPor = pCurr->GetFirstPortion(); in PaintDropPortion() local 676 while( pPor && !pPor->IsDropPortion() ) in PaintDropPortion() 678 nX = nX + pPor->Width(); in PaintDropPortion() 679 pPor = pPor->GetPortion(); in PaintDropPortion()
|
H A D | EnhancedPDFExportHelper.cxx | 756 const SwLinePortion* pPor = &mpPorInfo->mrPor; in SetAttributes() local 773 if( POR_HYPHSTR == pPor->GetWhichPor() || POR_SOFTHYPHSTR == pPor->GetWhichPor() ) in SetAttributes() 796 const String aActualTxt( rInf.GetTxt(), rInf.GetIdx(), pPor->GetLen() ); in SetAttributes() 809 nVal = nVal * pPor->Height() / 100; in SetAttributes() 840 rInf.CalcRect( *pPor, &aPorRect ); in SetAttributes() 1365 const SwLinePortion* pPor = &mpPorInfo->mrPor; in BeginInlineStructureElements() local 1378 switch ( pPor->GetWhichPor() ) in BeginInlineStructureElements() 1457 const xub_StrLen nIdx = static_cast<const SwFldPortion*>(pPor)->IsFollow() ? in BeginInlineStructureElements()
|
H A D | porlay.cxx | 2331 SwLinePortion* pPor = GetPortion(); in _GetHangingMargin() local 2334 while( pPor) in _GetHangingMargin() 2336 if( pPor->IsHangingPortion() ) in _GetHangingMargin() 2338 nDiff = ((SwHangingPortion*)pPor)->GetInnerWidth() - pPor->Width(); in _GetHangingMargin() 2343 else if ( pPor->IsPostItsPortion() && ! pPor->GetPortion() ) in _GetHangingMargin() 2346 pPor = pPor->GetPortion(); in _GetHangingMargin()
|
H A D | itrform2.hxx | 94 void CalcAscent( SwTxtFormatInfo &rInf, SwLinePortion *pPor ); 116 void InsertPortion( SwTxtFormatInfo &rInf, SwLinePortion *pPor ) const;
|
H A D | txtfrm.cxx | 2656 const SwLinePortion* pPor = pLine->GetFirstPortion(); in VisitPortions() local 2657 while ( pPor ) in VisitPortions() 2659 pPor->HandlePortion( rPH ); in VisitPortions() 2660 pPor = pPor->GetPortion(); in VisitPortions()
|
H A D | itrpaint.hxx | 39 void CheckSpecialUnderline( const SwLinePortion* pPor,
|
H A D | itrtxt.hxx | 277 sal_uInt16 AdjustBaseLine( const SwLineLayout& rLine, const SwLinePortion* pPor,
|
H A D | inftxt.hxx | 769 SwTxtSlot( const SwTxtSizeInfo *pNew, const SwLinePortion *pPor, bool bTxtLen,
|
/aoo4110/main/sw/source/core/inc/ |
H A D | blink.hxx | 38 const SwLinePortion *pPor; member in SwBlinkPortion 43 { pPor = pPortion; nDir = nDirection; } in SwBlinkPortion() 45 { pPor = pPort; pFrm = pBlink->pFrm; aPos = pBlink->aPos; nDir = pBlink->nDir; } in SwBlinkPortion() 50 const SwLinePortion *GetPortion() const{ return pPor; } in GetPortion() 53 { return (long)pPor < (long)rBlinkPortion.pPor; } in operator <() 55 { return (long)pPor == (long)rBlinkPortion.pPor; } in operator ==() 72 void Insert( const Point& rPoint, const SwLinePortion* pPor, 75 void Delete( const SwLinePortion* pPor );
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2480 PPTPortionObj* pPor = NULL; in ApplyTextObj() local 2481 if ( pPara && pPara->GetTextSize() == 0 && (pPor = pPara->First())) in ApplyTextObj() 2483 … pPor->ApplyTo(aSet, (SdrPowerPointImport&)*this, pTextObj->GetDestinationInstance()); in ApplyTextObj()
|