Home
last modified time | relevance | path

Searched refs:SwTxtFormatter (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Ditrform2.cxx118 SwTxtFormatter::~SwTxtFormatter() in ~SwTxtFormatter()
133 void SwTxtFormatter::Insert( SwLineLayout *pLay ) in Insert()
149 KSHORT SwTxtFormatter::GetFrmRstHeight() const in GetFrmRstHeight()
1682 void SwTxtFormatter::RecalcRealHeight() in RecalcRealHeight()
1862 if( ((SwTxtFormatter*)this)->GetRedln() ) in FeedInf()
1864 ((SwTxtFormatter*)this)->GetRedln()->Clear( ((SwTxtFormatter*)this)->GetFnt() ); in FeedInf()
1865 ((SwTxtFormatter*)this)->GetRedln()->Reset(); in FeedInf()
1891 sal_Bool SwTxtFormatter::CalcOnceMore() in CalcOnceMore()
1908 SwTwips SwTxtFormatter::CalcBottomLine() const in CalcBottomLine()
1938 SwTwips SwTxtFormatter::_CalcFitToContent() in _CalcFitToContent()
[all …]
H A Dtxtfld.cxx88 SwExpandPortion *SwTxtFormatter::NewFldPortion( SwTxtFormatInfo &rInf, in NewFldPortion()
101 ((SwTxtFormatter*)this)->SeekAndChg( rInf ); in NewFldPortion()
374 SwTxtFormatter::TryNewNoLengthPortion(SwTxtFormatInfo & rInfo) in TryNewNoLengthPortion()
407 SwLinePortion *SwTxtFormatter::NewExtraPortion( SwTxtFormatInfo &rInf ) in NewExtraPortion()
468 SwNumberPortion *SwTxtFormatter::NewNumberPortion( SwTxtFormatInfo &rInf ) const in NewNumberPortion()
H A Dtxtdrop.cxx471 void SwTxtFormatter::CalcDropHeight( const MSHORT nLines ) in CalcDropHeight()
539 void SwTxtFormatter::GuessDropHeight( const MSHORT nLines ) in GuessDropHeight()
558 SwDropPortion *SwTxtFormatter::NewDropPortion( SwTxtFormatInfo &rInf ) in NewDropPortion()
567 ((SwTxtFormatter*)this)->ClearDropFmt(); in NewDropPortion()
597 ((SwTxtFormatter*)this)->SetPaintDrop( sal_True ); in NewDropPortion()
643 ((SwTxtFormatter*)this)->SetPaintDrop( sal_True ); in NewDropPortion()
H A Ditrform2.hxx43 class SwTxtFormatter : public SwTxtPainter class
137 …inline SwTxtFormatter( SwTxtFrm *pTxtFrm, SwTxtFormatInfo *pTxtFmtInf ) : SwTxtPainter(pTxtFrm!=NU… in SwTxtFormatter() function in SwTxtFormatter
139 ~SwTxtFormatter();
H A Dfrmform.cxx568 SwTxtFormatter aLine( this, &aInf ); in GetTabStopInfo()
612 void SwTxtFrm::_AdjustFollow( SwTxtFormatter &rLine, in _AdjustFollow()
968 SwTxtFormatter aLine( this, &aInf ); in CalcPreps()
1063 void SwTxtFrm::FormatAdjust( SwTxtFormatter &rLine, in FormatAdjust()
1280 sal_Bool SwTxtFrm::FormatLine( SwTxtFormatter &rLine, const sal_Bool bPrev ) in FormatLine()
1425 void SwTxtFrm::_Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf, in _Format()
1755 void SwTxtFrm::FormatOnceMore( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf ) in FormatOnceMore()
1858 SwTxtFormatter aLine( this, &aInf ); in _Format()
2192 SwTxtFormatter aLine( this, &aInf ); in FormatQuick()
H A Dtxtftn.cxx172 SwTxtFormatter aLine( this, &aInf ); in CalcPrepFtnAdjust()
847 SwFtnPortion *SwTxtFormatter::NewFtnPortion( SwTxtFormatInfo &rInf, in NewFtnPortion()
870 ((SwTxtFormatter*)this)->CalcRealHeight(); in NewFtnPortion()
995 SwNumberPortion *SwTxtFormatter::NewFtnNumPortion( SwTxtFormatInfo &rInf ) const in NewFtnNumPortion()
1059 SwErgoSumPortion *SwTxtFormatter::NewErgoSumPortion( SwTxtFormatInfo &rInf ) const in NewErgoSumPortion()
1092 xub_StrLen SwTxtFormatter::FormatQuoVadis( const xub_StrLen nOffset ) in FormatQuoVadis()
1304 void SwTxtFormatter::MakeDummyLine() in MakeDummyLine()
H A Dtxtfly.cxx126 void SwTxtFormatter::CalcUnclipped( SwTwips& rTop, SwTwips& rBottom ) in CalcUnclipped()
146 void SwTxtFormatter::UpdatePos( SwLineLayout *pCurrent, Point aStart, in UpdatePos()
237 ((SwTxtFormatter*)this)->pMulti = (SwMultiPortion*)pPos; in UpdatePos()
266 ((SwTxtFormatter*)this)->pMulti = NULL; in UpdatePos()
278 void SwTxtFormatter::AlignFlyInCntBase( long nBaseLine ) const in AlignFlyInCntBase()
337 sal_Bool SwTxtFormatter::ChkFlyUnderflow( SwTxtFormatInfo &rInf ) const in ChkFlyUnderflow()
434 void SwTxtFormatter::CalcFlyWidth( SwTxtFormatInfo &rInf ) in CalcFlyWidth()
648 SwFlyCntPortion *SwTxtFormatter::NewFlyCntPortion( SwTxtFormatInfo &rInf, in NewFlyCntPortion()
H A Dporlay.hxx39 class SwTxtFormatter;
172 void CalcLine( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf );
H A Dtxthyph.cxx104 SwTxtFormatter aLine( this, &aInf ); in Hyphenate()
151 sal_Bool SwTxtFormatter::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate()
H A Dtxtfrm.cxx796 SwTxtFormatter aLine( this, &aInf ); in CalcLineSpace()
1930 SwTxtFormatter aLine( pFrm, &aInf ); in SwTestFormat()
2185 SwTxtFormatter aLine( this, &aInf ); in CalcFitToContent()
2242 SwTxtFormatter aLine( this, &aInf ); in CalcAdditionalFirstLineOffset()
H A Dporfld.hxx41 friend class SwTxtFormatter;
H A Dpormulti.hxx140 void CalcSize( SwTxtFormatter& rLine, SwTxtFormatInfo &rInf );
H A Dpormulti.cxx87 void SwMultiPortion::CalcSize( SwTxtFormatter& rLine, SwTxtFormatInfo &rInf ) in CalcSize()
1743 sal_Bool SwTxtFormatter::BuildMultiPortion( SwTxtFormatInfo &rInf, in BuildMultiPortion()
2200 SwLinePortion* SwTxtFormatter::MakeRestPortion( const SwLineLayout* pLine, in MakeRestPortion()
H A Dtxttab.cxx83 SwTabPortion *SwTxtFormatter::NewTabPortion( SwTxtFormatInfo &rInf, bool bAuto ) const in NewTabPortion()
H A Dporlay.cxx400 void SwLineLayout::CalcLine( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf ) in CalcLine()
/aoo4110/main/sw/source/core/inc/
H A Dtxtfrm.hxx34 class SwTxtFormatter;
99 void _AdjustFollow( SwTxtFormatter &rLine, const xub_StrLen nOffset,
101 inline void AdjustFollow( SwTxtFormatter &rLine, const xub_StrLen nOffset,
120 void FormatAdjust( SwTxtFormatter &rLine, WidowsAndOrphans &rFrmBreak,
159 sal_Bool FormatLine( SwTxtFormatter &rLine, const sal_Bool bPrev );
164 void _Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf,
166 void FormatOnceMore( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf );
713 inline void SwTxtFrm::AdjustFollow( SwTxtFormatter &rLine, in AdjustFollow()

Completed in 119 milliseconds