Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Ditrtxt.cxx69 SwLineLayout *SwTextIter::GetPrev_() in GetPrev_()
82 const SwLineLayout *SwTextIter::GetPrev() in GetPrev()
89 const SwLineLayout *SwTextIter::Prev() in Prev()
107 const SwLineLayout *SwTextIter::Next() in Next()
124 const SwLineLayout *SwTextIter::NextLine() in NextLine()
126 const SwLineLayout *pNext = Next(); in NextLine()
149 const SwLineLayout *pLay = pRoot; in GetPrevLine()
156 const SwLineLayout *pTmp = pRoot; in GetPrevLine()
170 const SwLineLayout *SwTextIter::PrevLine() in PrevLine()
172 const SwLineLayout *pMyPrev = Prev(); in PrevLine()
[all …]
H A Ditrtxt.hxx36 SwLineLayout *m_pCurr;
37 SwLineLayout *m_pPrev;
50 SwLineLayout *GetPrev_();
85 const SwLineLayout *GetPrev();
101 const SwLineLayout *Next();
102 const SwLineLayout *Prev();
105 const SwLineLayout *NextLine();
106 const SwLineLayout *PrevLine();
107 const SwLineLayout *GetNextLine() const;
108 const SwLineLayout *GetPrevLine();
[all …]
H A Dpormulti.hxx82 SwLineLayout m_aRoot; // One or more lines
120 const SwLineLayout& GetRoot() const { return m_aRoot; } in GetRoot()
121 SwLineLayout& GetRoot() { return m_aRoot; } in GetRoot()
140 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, tools::Long nSpaceAdd ) const;
176 static void ResetSpaceAdd( SwLineLayout* pCurr );
184 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, tools::Long nSpaceAdd ) const override;
229 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, tools::Long nSpaceAdd ) const override;
237 SwLineLayout* pCurr;
H A Dporlay.hxx78 class SwLineLayout : public SwTextPortion class
81 SwLineLayout *m_pNext; // The next Line
156 SwLineLayout();
157 virtual ~SwLineLayout() override;
159 SwLineLayout *GetNext() { return m_pNext; } in GetNext()
160 const SwLineLayout *GetNext() const { return m_pNext; } in GetNext()
161 void SetNext( SwLineLayout *pNew ) { m_pNext = pNew; } in SetNext()
247 class SwParaPortion : public SwLineLayout
H A Ditrform2.hxx86 void CalcAdjustLine( SwLineLayout *pCurr );
113 void UpdatePos(SwLineLayout *pCurr, Point aStart, TextFrameIndex nStartIdx,
186 void Insert( SwLineLayout *pLine );
194 SwLinePortion* MakeRestPortion(const SwLineLayout* pLine, TextFrameIndex nPos);
H A Dporglue.hxx25 class SwLineLayout;
63 void AdjustRight( const SwLineLayout* pCurr );
H A Dporlay.cxx184 void SwLineLayout::DeleteNext() in DeleteNext()
188 std::vector<SwLineLayout*> aNexts; in DeleteNext()
189 SwLineLayout* pNext = m_pNext; in DeleteNext()
193 SwLineLayout* pLastNext = pNext; in DeleteNext()
213 SwLineLayout::~SwLineLayout() in ~SwLineLayout()
307 void SwLineLayout::InitSpaceAdd() in InitSpaceAdd()
753 void SwLineLayout::ResetFlags() in ResetFlags()
761 SwLineLayout::SwLineLayout() in SwLineLayout() function in SwLineLayout
2484 const SwLineLayout *pLay = this; in GetParLen()
2495 const SwLineLayout *pLay = this; in FindDropPortion()
[all …]
H A Dinftxt.hxx463 SwLineLayout *m_pRoot; // The Root of the current line (pCurr)
515 bool CheckFootnotePortion_( SwLineLayout const * pCurr );
525 SwTextFormatInfo( const SwTextFormatInfo& rInf, SwLineLayout& rLay,
557 SwLineLayout *GetRoot() { return m_pRoot; } in GetRoot()
558 const SwLineLayout *GetRoot() const { return m_pRoot; } in GetRoot()
560 void SetRoot( SwLineLayout *pNew ) { m_pRoot = pNew; } in SetRoot()
649 bool CheckFootnotePortion( SwLineLayout const * pCurr ) in CheckFootnotePortion()
H A Dpormulti.cxx72 SwLineLayout *pLay = &GetRoot(); in CalcSize()
603 GetRoot().SetNext( new SwLineLayout() ); in SwRubyPortion()
637 SwLineLayout *pCurr; in Adjust_()
722 const SwLineLayout *pCurr = &GetRoot(); in CalcRubyOffset()
1466 SwLineLayout* pLay = m_rMulti.GetRoot().GetNext(); in SecondLine()
1964 SwLineLayout *pOldCurr = m_pCurr; in BuildMultiPortion()
2091 m_pCurr->SetNext( new SwLineLayout() ); in BuildMultiPortion()
2199 SwLineLayout* pLine = &rMulti.GetRoot(); in BuildMultiPortion()
2308 SwLineLayout& aRoot = rMulti.GetRoot(); in BuildMultiPortion()
2495 SwLineLayout *pLay = &pTmp->GetRoot(); in MakeRestPortion()
[all …]
H A Ditradj.cxx54 const SwLineLayout *pLay = m_pCurr->GetNext(); in FormatBlock()
250 void SwTextAdjuster::CalcNewBlock( SwLineLayout *pCurrent, in CalcNewBlock()
412 SwTwips SwTextAdjuster::CalcKanaAdj( SwLineLayout* pCurrent ) in CalcKanaAdj()
544 SwMarginPortion *SwTextAdjuster::CalcRightMargin( SwLineLayout *pCurrent, in CalcRightMargin()
595 void SwTextAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent ) in CalcFlyAdjust()
670 void SwTextAdjuster::CalcAdjLine( SwLineLayout *pCurrent ) in CalcAdjLine()
H A Dfrminf.cxx57 const SwLineLayout *pLay = m_pFrame->GetPara(); in IsOneLine()
78 const SwLineLayout *pLay = m_pFrame->GetPara(); in IsFilled()
H A Dfrmcrsr.cxx796 const SwLineLayout *pPrevLine = aLine.GetPrevLine(); in UnitUp_()
900 static void lcl_VisualMoveRecursion(const SwLineLayout& rCurrLine, TextFrameIndex nIdx, in lcl_VisualMoveRecursion()
954 const SwLineLayout& rLine = static_cast<const SwMultiPortion*>(pPor)->GetRoot(); in lcl_VisualMoveRecursion()
1013 const SwLineLayout& rLine = static_cast<const SwMultiPortion*>(pPor)->GetRoot(); in lcl_VisualMoveRecursion()
1061 const SwLineLayout* pLine = aLine.GetCurr(); in PrepareVisualMove()
1184 const SwLineLayout* pNextLine = aLine.GetNextLine(); in UnitDown_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditrtxt.cxx72 SwLineLayout *SwTextIter::GetPrev_() in GetPrev_()
84 const SwLineLayout *SwTextIter::GetPrev() in GetPrev()
91 const SwLineLayout *SwTextIter::Prev() in Prev()
109 const SwLineLayout *SwTextIter::Next() in Next()
125 const SwLineLayout *SwTextIter::NextLine() in NextLine()
127 const SwLineLayout *pNext = Next(); in NextLine()
150 const SwLineLayout *pLay = pRoot; in GetPrevLine()
157 const SwLineLayout *pTmp = pRoot; in GetPrevLine()
171 const SwLineLayout *SwTextIter::PrevLine() in PrevLine()
173 const SwLineLayout *pMyPrev = Prev(); in PrevLine()
[all …]
H A Ditrtxt.hxx36 SwLineLayout *m_pCurr;
37 SwLineLayout *m_pPrev;
50 SwLineLayout *GetPrev_();
85 const SwLineLayout *GetPrev();
101 const SwLineLayout *Next();
102 const SwLineLayout *Prev();
105 const SwLineLayout *NextLine();
106 const SwLineLayout *PrevLine();
107 const SwLineLayout *GetNextLine() const;
108 const SwLineLayout *GetPrevLine();
[all …]
H A Dpormulti.hxx83 SwLineLayout m_aRoot; // One or more lines
121 const SwLineLayout& GetRoot() const { return m_aRoot; } in GetRoot()
122 SwLineLayout& GetRoot() { return m_aRoot; } in GetRoot()
141 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const;
177 static void ResetSpaceAdd( SwLineLayout* pCurr );
185 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const override;
230 virtual bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const override;
238 SwLineLayout* pCurr;
H A Dporlay.hxx78 class SwLineLayout : public SwTextPortion class
81 SwLineLayout *m_pNext; // The next Line
140 SwLineLayout();
141 virtual ~SwLineLayout() override;
143 SwLineLayout *GetNext() { return m_pNext; } in GetNext()
144 const SwLineLayout *GetNext() const { return m_pNext; } in GetNext()
145 void SetNext( SwLineLayout *pNew ) { m_pNext = pNew; } in SetNext()
229 class SwParaPortion : public SwLineLayout
H A Ditrform2.hxx86 void CalcAdjustLine( SwLineLayout *pCurr );
113 void UpdatePos(SwLineLayout *pCurr, Point aStart, TextFrameIndex nStartIdx,
186 void Insert( SwLineLayout *pLine );
194 SwLinePortion* MakeRestPortion(const SwLineLayout* pLine, TextFrameIndex nPos);
H A Dporlay.cxx184 void SwLineLayout::DeleteNext() in DeleteNext()
188 std::vector<SwLineLayout*> aNexts; in DeleteNext()
189 SwLineLayout* pNext = m_pNext; in DeleteNext()
193 SwLineLayout* pLastNext = pNext; in DeleteNext()
206 SwLineLayout::~SwLineLayout() in ~SwLineLayout()
303 void SwLineLayout::InitSpaceAdd() in InitSpaceAdd()
660 void SwLineLayout::ResetFlags() in ResetFlags()
667 SwLineLayout::SwLineLayout() in SwLineLayout() function in SwLineLayout
2169 const SwLineLayout *pLay = this; in GetParLen()
2180 const SwLineLayout *pLay = this; in FindDropPortion()
[all …]
H A Dporglue.hxx25 class SwLineLayout;
63 void AdjustRight( const SwLineLayout* pCurr );
H A Dinftxt.hxx469 SwLineLayout *m_pRoot; // The Root of the current line (pCurr)
520 bool CheckFootnotePortion_( SwLineLayout const * pCurr );
530 SwTextFormatInfo( const SwTextFormatInfo& rInf, SwLineLayout& rLay,
562 SwLineLayout *GetRoot() { return m_pRoot; } in GetRoot()
563 const SwLineLayout *GetRoot() const { return m_pRoot; } in GetRoot()
565 void SetRoot( SwLineLayout *pNew ) { m_pRoot = pNew; } in SetRoot()
652 bool CheckFootnotePortion( SwLineLayout const * pCurr ) in CheckFootnotePortion()
H A Dpormulti.cxx76 SwLineLayout *pLay = &GetRoot(); in CalcSize()
607 GetRoot().SetNext( new SwLineLayout() ); in SwRubyPortion()
641 SwLineLayout *pCurr; in Adjust_()
726 const SwLineLayout *pCurr = &GetRoot(); in CalcRubyOffset()
1464 SwLineLayout *pLay = rMulti.GetRoot().GetNext(); in SecondLine()
1961 SwLineLayout *pOldCurr = m_pCurr; in BuildMultiPortion()
2069 m_pCurr->SetNext( new SwLineLayout() ); in BuildMultiPortion()
2177 SwLineLayout* pLine = &rMulti.GetRoot(); in BuildMultiPortion()
2286 SwLineLayout& aRoot = rMulti.GetRoot(); in BuildMultiPortion()
2473 SwLineLayout *pLay = &pTmp->GetRoot(); in MakeRestPortion()
[all …]
H A Ditradj.cxx54 const SwLineLayout *pLay = m_pCurr->GetNext(); in FormatBlock()
250 void SwTextAdjuster::CalcNewBlock( SwLineLayout *pCurrent, in CalcNewBlock()
397 SwTwips SwTextAdjuster::CalcKanaAdj( SwLineLayout* pCurrent ) in CalcKanaAdj()
529 SwMarginPortion *SwTextAdjuster::CalcRightMargin( SwLineLayout *pCurrent, in CalcRightMargin()
580 void SwTextAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent ) in CalcFlyAdjust()
655 void SwTextAdjuster::CalcAdjLine( SwLineLayout *pCurrent ) in CalcAdjLine()
H A Dblink.cxx136 const_cast<SwLineLayout*>(static_cast<const SwLineLayout*>(pPor))->SetBlinking(true); in Insert()
H A Dfrminf.cxx54 const SwLineLayout *pLay = pFrame->GetPara(); in IsOneLine()
75 const SwLineLayout *pLay = pFrame->GetPara(); in IsFilled()
H A Dfrmcrsr.cxx789 const SwLineLayout *pPrevLine = aLine.GetPrevLine(); in UnitUp_()
893 static void lcl_VisualMoveRecursion(const SwLineLayout& rCurrLine, TextFrameIndex nIdx, in lcl_VisualMoveRecursion()
947 const SwLineLayout& rLine = static_cast<const SwMultiPortion*>(pPor)->GetRoot(); in lcl_VisualMoveRecursion()
1006 const SwLineLayout& rLine = static_cast<const SwMultiPortion*>(pPor)->GetRoot(); in lcl_VisualMoveRecursion()
1054 const SwLineLayout* pLine = aLine.GetCurr(); in PrepareVisualMove()
1177 const SwLineLayout* pNextLine = aLine.GetNextLine(); in UnitDown_()

12