Home
last modified time | relevance | path

Searched refs:pPor (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx105 pPor = pPor->GetPortion(); in lcl_GetCharRectInsideField()
477 if( pPor->InTxtGrp() || ( pPor->GetLen() && !pPor->IsFlyPortion() in GetEndCharRect()
484 pPor = pPor->GetPortion(); in GetEndCharRect()
580 if( pPor->InTxtGrp() || pPor->IsBreakPortion() || pPor->InTabGrp() ) in _GetCharRect()
618 pPor = pPor->GetPortion(); in _GetCharRect()
946 pPor->SetLen( pPor->GetLen() + 1 ); in _GetCharRect()
968 if( pPor->InFldGrp() && pPor->GetLen() ) in _GetCharRect()
1037 pPor = pPor->GetPortion(); in _GetCharRect()
1047 while( pPor && !pPor->GetLen() ) in _GetCharRect()
1056 pPor = pPor->GetPortion(); in _GetCharRect()
[all …]
H A Ditrform2.cxx207 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 Ditrpaint.cxx128 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 Dpormulti.cxx161 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()
795 pPor = pPor->GetPortion(); in CalcRubyOffset()
1547 if( bRest && pPor->InFldGrp() && !pPor->GetLen() ) in PaintMultiPortion()
1554 else if( pPor->InTxtGrp() || pPor->InFldGrp() || pPor->InTabGrp() ) in PaintMultiPortion()
2143 pPor = pPor->GetPortion(); in BuildMultiPortion()
[all …]
H A Dportxt.cxx115 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 Ditradj.cxx70 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 Ditrtxt.cxx303 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 Dtxtftn.cxx1141 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 Dtxttab.cxx242 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 Dporlin.cxx47 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 Dblink.cxx134 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 Dfrmcrsr.cxx959 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 Dinftxt.cxx1610 while( pPor ) in _CheckFtnPortion()
1612 if( pPor->IsFtnPortion() && nHeight > ((SwFtnPortion*)pPor)->Orig() ) in _CheckFtnPortion()
1619 pPor = pPor->GetPortion(); in _CheckFtnPortion()
1745 SwLinePortion* pPor = GetRoot(); in LastKernPortion() local
1747 while( pPor ) in LastKernPortion()
1749 if( pPor->IsKernPortion() ) in LastKernPortion()
1750 pKern = pPor; in LastKernPortion()
1751 else if( pPor->Width() || ( pPor->GetLen() && !pPor->IsHolePortion() ) ) in LastKernPortion()
1753 pPor = pPor->GetPortion(); in LastKernPortion()
1769 const SwLinePortion *pPor, in SwTxtSlot() argument
[all …]
H A Dporfld.cxx160 SwFldSlot( const SwTxtFormatInfo* pNew, const SwFldPortion *pPor );
164 SwFldSlot::SwFldSlot( const SwTxtFormatInfo* pNew, const SwFldPortion *pPor ) in SwFldSlot() argument
166 bOn = pPor->GetExpTxt( *pNew, aTxt ); in SwFldSlot()
176 if( pPor->IsFollow() ) in SwFldSlot()
1090 SwLinePortion *pPor = pLine->GetPortion(); in StopAnimation() local
1091 while( pPor ) in StopAnimation()
1093 if( pPor->IsGrfNumPortion() ) in StopAnimation()
1094 ((SwGrfNumPortion*)pPor)->StopAnimation( pOut ); in StopAnimation()
1098 pPor = pPor->GetLen() ? 0 : pPor->GetPortion(); in StopAnimation()
H A Dtxthyph.cxx111 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 Dtxtdrop.cxx674 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 DEnhancedPDFExportHelper.cxx756 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 Dporlay.cxx2331 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 Ditrform2.hxx94 void CalcAscent( SwTxtFormatInfo &rInf, SwLinePortion *pPor );
116 void InsertPortion( SwTxtFormatInfo &rInf, SwLinePortion *pPor ) const;
H A Dtxtfrm.cxx2656 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 Ditrpaint.hxx39 void CheckSpecialUnderline( const SwLinePortion* pPor,
H A Ditrtxt.hxx277 sal_uInt16 AdjustBaseLine( const SwLineLayout& rLine, const SwLinePortion* pPor,
H A Dinftxt.hxx769 SwTxtSlot( const SwTxtSizeInfo *pNew, const SwLinePortion *pPor, bool bTxtLen,
/trunk/main/sw/source/core/inc/
H A Dblink.hxx38 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 );
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2480 PPTPortionObj* pPor = NULL; in ApplyTextObj() local
2481 if ( pPara && pPara->GetTextSize() == 0 && (pPor = pPara->First())) in ApplyTextObj()
2483pPor->ApplyTo(aSet, (SdrPowerPointImport&)*this, pTextObj->GetDestinationInstance()); in ApplyTextObj()

Completed in 210 milliseconds