/aoo41x/main/sw/source/core/text/ |
H A D | itrtxt.cxx | 112 SwLineLayout *SwTxtIter::_GetPrev() in _GetPrev() 128 const SwLineLayout *SwTxtIter::GetPrev() in GetPrev() 139 const SwLineLayout *SwTxtIter::Prev() in Prev() 161 const SwLineLayout *SwTxtIter::Next() in Next() 183 const SwLineLayout *pNext = Next(); in NextLine() 204 return (SwLineLayout*)pNext; in GetNextLine() 216 const SwLineLayout *pLay = pRoot; in GetPrevLine() 223 const SwLineLayout *pTmp = pRoot; in GetPrevLine() 234 return (SwLineLayout*)pLay; in GetPrevLine() 247 const SwLineLayout *pLast = pMyPrev; in PrevLine() [all …]
|
H A D | itrtxt.hxx | 45 SwLineLayout *pCurr; 46 SwLineLayout *pPrev; 59 SwLineLayout *_GetPrev(); 71 const SwLineLayout *GetPrev(); 87 const SwLineLayout *Next(); 88 const SwLineLayout *Prev(); 91 const SwLineLayout *NextLine(); 92 const SwLineLayout *PrevLine(); 93 const SwLineLayout *GetNextLine() const; 94 const SwLineLayout *GetPrevLine(); [all …]
|
H A D | porlay.hxx | 94 class SwLineLayout : public SwTxtPortion class 97 SwLineLayout *pNext; // Die naechste Zeile. 162 inline SwLineLayout(); 163 virtual ~SwLineLayout(); 165 inline SwLineLayout *GetNext() { return pNext; } in GetNext() 167 inline void SetNext( SwLineLayout *pNew ) { pNext = pNew; } in SetNext() 260 DECL_FIXEDMEMPOOL_NEWDEL(SwLineLayout) 263 class SwParaPortion : public SwLineLayout 374 inline void SwLineLayout::ResetFlags() in ResetFlags() 381 inline SwLineLayout::SwLineLayout() in SwLineLayout() function in SwLineLayout [all …]
|
H A D | pormulti.hxx | 32 class SwLineLayout; 88 SwLineLayout aRoot; // One or more lines 117 const SwLineLayout& GetRoot() const { return aRoot; } in GetRoot() 118 SwLineLayout& GetRoot() { return aRoot; } in GetRoot() 137 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const; 177 static void ResetSpaceAdd( SwLineLayout* pCurr ); 187 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const; 232 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const; 240 SwLineLayout* pCurr;
|
H A D | pormulti.cxx | 93 SwLineLayout *pLay = &GetRoot(); in CalcSize() 657 GetRoot().SetNext( new SwLineLayout() ); in SwRubyPortion() 695 SwLineLayout *pCurr; in _Adjust() 782 const SwLineLayout *pCurr = &GetRoot(); in CalcRubyOffset() 1327 SwLineLayout *pLay = rMulti.GetRoot().GetNext(); in SecondLine() 1822 SwLineLayout *pOldCurr = pCurr; in BuildMultiPortion() 1934 pCurr->SetNext( new SwLineLayout() ); in BuildMultiPortion() 2031 SwLineLayout* pLine = &rMulti.GetRoot(); in BuildMultiPortion() 2131 SwLineLayout& aRoot = rMulti.GetRoot(); in BuildMultiPortion() 2335 SwLineLayout *pLay = &pTmp->GetRoot(); in MakeRestPortion() [all …]
|
H A D | porlay.cxx | 234 SwLineLayout::~SwLineLayout() in ~SwLineLayout() 295 sal_Bool SwLineLayout::Format( SwTxtFormatInfo &rInf ) in Format() 312 SwMarginPortion *SwLineLayout::CalcLeftMargin() in CalcLeftMargin() 356 void SwLineLayout::InitSpaceAdd() in InitSpaceAdd() 368 void SwLineLayout::CreateSpaceAdd( const long nInit ) in CreateSpaceAdd() 659 void SwLineLayout::MaxAscentDescent( SwTwips& _orAscent, in MaxAscentDescent() 2277 const SwLineLayout *pLay = this; in GetParLen() 2293 const SwLineLayout *pLay = this; in FindDropPortion() 2329 SwTwips SwLineLayout::_GetHangingMargin() const in _GetHangingMargin() 2349 ((SwLineLayout*)this)->SetHanging( sal_False ); in _GetHangingMargin() [all …]
|
H A D | itrform2.hxx | 82 void CalcAdjustLine( SwLineLayout *pCurr ); 106 void UpdatePos( SwLineLayout *pCurr, Point aStart, xub_StrLen nStartIdx, 166 void Insert( SwLineLayout *pLine ); 174 SwLinePortion* MakeRestPortion(const SwLineLayout* pLine, xub_StrLen nPos);
|
H A D | inftxt.hxx | 53 class SwLineLayout; 526 SwLineLayout *pRoot; // die Root der aktuellen Zeile (pCurr) 583 sal_Bool _CheckFtnPortion( SwLineLayout* pCurr ); 594 SwTxtFormatInfo( const SwTxtFormatInfo& rInf, SwLineLayout& rLay, 619 inline SwLineLayout *GetRoot() { return pRoot; } in GetRoot() 620 inline const SwLineLayout *GetRoot() const { return pRoot; } in GetRoot() 622 inline void SetRoot( SwLineLayout *pNew ) { pRoot = pNew; } in SetRoot() 725 sal_Bool CheckFtnPortion( SwLineLayout* pCurr ) in CheckFtnPortion()
|
H A D | itradj.cxx | 66 const SwLineLayout *pLay = pCurr->GetNext(); in FormatBlock() 267 void SwTxtAdjuster::CalcNewBlock( SwLineLayout *pCurrent, in CalcNewBlock() 420 SwTwips SwTxtAdjuster::CalcKanaAdj( SwLineLayout* pCurrent ) in CalcKanaAdj() 568 SwMarginPortion *SwTxtAdjuster::CalcRightMargin( SwLineLayout *pCurrent, in CalcRightMargin() 626 void SwTxtAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent ) in CalcFlyAdjust() 711 void SwTxtAdjuster::CalcAdjLine( SwLineLayout *pCurrent ) in CalcAdjLine()
|
H A D | txtio.cxx | 319 IMPL_OUTOP( SwLineLayout ) in IMPL_OUTOP() 358 void SwLineLayout::DebugPortions( SvStream &, const XubString &, //$ ostream in DebugPortions() 468 void SwLineLayout::DebugPortions( SvStream &rOs, const XubString &/*rTxt*/, //$ ostream in DebugPortions() 584 SvStream &SwLineLayout::operator<<( SvStream &rOs ) const //$ ostream in operator <<() 881 SwLineLayout::operator<<( rOs ); in operator <<()
|
H A D | porglue.hxx | 31 class SwLineLayout; 84 void AdjustRight( const SwLineLayout* pCurr );
|
H A D | frmcrsr.cxx | 850 const SwLineLayout *pPrevLine = aLine.GetPrevLine(); in _UnitUp() 955 void lcl_VisualMoveRecursion( const SwLineLayout& rCurrLine, xub_StrLen nIdx, in lcl_VisualMoveRecursion() 1009 const SwLineLayout& rLine = ((SwMultiPortion*)pPor)->GetRoot(); in lcl_VisualMoveRecursion() 1068 const SwLineLayout& rLine = ((SwMultiPortion*)pPor)->GetRoot(); in lcl_VisualMoveRecursion() 1116 const SwLineLayout* pLine = aLine.GetCurr(); in PrepareVisualMove() 1244 const SwLineLayout* pNextLine = aLine.GetNextLine(); in _UnitDown()
|
H A D | frmform.cxx | 1289 const SwLineLayout *pOldCur = rLine.GetCurr(); in FormatLine() 1308 const SwLineLayout *pNew = rLine.GetCurr(); in FormatLine() 1388 ((SwLineLayout*)rLine.GetCurr())->SetUnderscore( bHasUnderscore ); in FormatLine() 1582 const SwLineLayout* pLine; in _Format() 1636 rLine.Insert( new SwLineLayout() ); in _Format() 2212 aLine.Insert( new SwLineLayout() ); in FormatQuick()
|
H A D | frminf.cxx | 79 const SwLineLayout *pLay = pFrm->GetPara(); in IsOneLine() 105 const SwLineLayout *pLay = pFrm->GetPara(); in IsFilled()
|
H A D | txtftn.cxx | 1309 SwLineLayout *pLay = new SwLineLayout; in MakeDummyLine() 1648 SwLineLayout *pLay = this; in SetErgoSumNum() 1674 SwLineLayout *pLay = this; in UpdateQuoVadis()
|
H A D | txthyph.cxx | 168 SwLineLayout *pOldCurr = pCurr; in Hyphenate() 183 pCurr = new SwLineLayout(); in Hyphenate()
|
H A D | txtinit.cxx | 59 IMPL_FIXEDMEMPOOL_NEWDEL( SwLineLayout, 150, 150 ) //Zeilen
|
H A D | txtfrm.cxx | 2101 const SwLineLayout* pLineLayout = GetPara(); in GetParHeight() 2381 const SwLineLayout* pLineLayout = GetPara(); in _CalcHeightOfLastLine() 2653 const SwLineLayout* pLine = pPara; in VisitPortions() 2755 const SwLineLayout* pLay = GetPara(); in CalcBaseOfstForFly()
|
H A D | blink.cxx | 152 ((SwLineLayout*)pPor)->SetBlinking( sal_True ); in Insert()
|
H A D | itrform2.cxx | 133 void SwTxtFormatter::Insert( SwLineLayout *pLay ) in Insert() 740 void SwTxtFormatter::CalcAdjustLine( SwLineLayout *pCurrent ) in CalcAdjustLine() 1130 sal_Bool lcl_OldFieldRest( const SwLineLayout* pCurr ) in lcl_OldFieldRest()
|
H A D | porglue.cxx | 211 void SwMarginPortion::AdjustRight( const SwLineLayout *pCurr ) in AdjustRight()
|
H A D | inftxt.cxx | 1535 SwLineLayout& rLay, SwTwips nActWidth ) : SwTxtPaintInfo( rInf ) in SwTxtFormatInfo() 1593 sal_Bool SwTxtFormatInfo::_CheckFtnPortion( SwLineLayout* pCurr ) in _CheckFtnPortion()
|
H A D | itrcrsr.cxx | 763 SwLineLayout* pOldCurr = pCurr; in _GetCharRect() 1148 SwLineLayout& rLineLayout = in _GetCharRect()
|
H A D | txtfly.cxx | 146 void SwTxtFormatter::UpdatePos( SwLineLayout *pCurrent, Point aStart, in UpdatePos() 238 SwLineLayout *pLay = &GetMulti()->GetRoot(); in UpdatePos()
|
H A D | porfld.cxx | 1086 SwLineLayout *pLine = GetPara(); in StopAnimation()
|