Home
last modified time | relevance | path

Searched refs:rInf (Results 1 – 25 of 69) sorted by path

123

/trunk/main/sw/inc/
H A Dftninfo.hxx67 sal_Bool operator==( const SwEndNoteInfo &rInf ) const;
105 sal_Bool operator==( const SwFtnInfo &rInf ) const;
H A Dlineinfo.hxx64 sal_Bool operator==( const SwLineNumberInfo& rInf ) const;
/trunk/main/sw/source/core/doc/
H A Dlineinfo.cxx111 return GetRegisteredIn() == rInf.GetRegisteredIn() && in operator ==()
112 aType.GetNumberingType() == rInf.GetNumType().GetNumberingType() && in operator ==()
113 aDivider == rInf.GetDivider() && in operator ==()
114 nPosFromLeft == rInf.GetPosFromLeft() && in operator ==()
115 nCountBy == rInf.GetCountBy() && in operator ==()
116 nDividerCountBy == rInf.GetDividerCountBy() && in operator ==()
117 ePos == rInf.GetPos() && in operator ==()
118 bPaintLineNumbers == rInf.IsPaintLineNumbers() && in operator ==()
119 bCountBlankLines == rInf.IsCountBlankLines() && in operator ==()
120 bCountInFlys == rInf.IsCountInFlys() && in operator ==()
[all …]
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx98 void calcLinePos(SwDrawTextInfo& rInf, Point& aStart, Point& aEnd, xub_StrLen nStart,
129 void DrawText( SwDrawTextInfo &rInf );
130 Size GetTextSize( SwDrawTextInfo &rInf );
131 xub_StrLen GetCrsrOfst( SwDrawTextInfo &rInf );
H A Dswfont.hxx78 Size _GetTxtSize( SwDrawTextInfo& rInf );
79 Size GetCapitalSize( SwDrawTextInfo& rInf );
81 void DrawCapital( SwDrawTextInfo &rInf );
82 void DrawStretchCapital( SwDrawTextInfo &rInf );
84 void _DrawStretchText( SwDrawTextInfo &rInf );
326 Size GetCapitalSize( SwDrawTextInfo& rInf ) in GetCapitalSize() argument
337 void DrawCapital( SwDrawTextInfo &rInf ) in DrawCapital() argument
338 { aSub[nActual].DrawCapital( rInf ); } in DrawCapital()
346 Size _GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() argument
347 { rInf.SetFont( this ); return aSub[nActual]._GetTxtSize( rInf ); } in _GetTxtSize()
[all …]
H A Dtxtfrm.hxx164 void _Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf,
166 void FormatOnceMore( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf );
367 sal_Bool Hyphenate( SwInterHyphInfo &rInf );
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx3502 const SwLineNumberInfo &rInf = pDoc->GetLineNumberInfo(); in IsExtraData() local
3503 return rInf.IsPaintLineNumbers() || in IsExtraData()
3504 rInf.IsCountInFlys() || in IsExtraData()
H A Dftnfrm.cxx253 const SwPageFtnInfo &rInf = pPage->GetPageDesc()->GetFtnInfo(); in Format() local
254 const SwTwips nBorder = rInf.GetTopDist() + rInf.GetBottomDist() + in Format()
255 rInf.GetLineWidth(); in Format()
H A Dpaintfrm.cxx5004 const SwPageFtnInfo &rInf = pPage->GetPageDesc()->GetFtnInfo(); in PaintLine() local
5009 const SwTwips nWidth = (long)(aFract *= rInf.GetWidth()); in PaintLine()
5012 switch ( rInf.GetAdj() ) in PaintLine()
5023 SwTwips nLineWidth = rInf.GetLineWidth(); in PaintLine()
5025 SwRect( Point(Frm().Left()+Frm().Width()-rInf.GetTopDist()-nLineWidth, in PaintLine()
5027 : SwRect( Point( nX, Frm().Pos().Y() + rInf.GetTopDist() ), in PaintLine()
5028 Size( nWidth, rInf.GetLineWidth())); in PaintLine()
5030 PaintBorderLine( rRect, aLineRect , pPage, &rInf.GetLineColor() ); in PaintLine()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx757 const SwTxtPaintInfo& rInf = mpPorInfo->mrTxtPainter.GetInfo(); in SetAttributes() local
796 const String aActualTxt( rInf.GetTxt(), rInf.GetIdx(), pPor->GetLen() ); in SetAttributes()
803 nVal = rInf.GetFont()->GetEscapement(); in SetAttributes()
816 if ( UNDERLINE_NONE != rInf.GetFont()->GetUnderline() ) in SetAttributes()
818 if ( UNDERLINE_NONE != rInf.GetFont()->GetOverline() ) in SetAttributes()
820 if ( STRIKEOUT_NONE != rInf.GetFont()->GetStrikeout() ) in SetAttributes()
840 rInf.CalcRect( *pPor, &aPorRect ); in SetAttributes()
1366 const SwTxtPaintInfo& rInf = mpPorInfo->mrTxtPainter.GetInfo(); in BeginInlineStructureElements() local
1367 const SwTxtFrm* pFrm = rInf.GetTxtFrm(); in BeginInlineStructureElements()
1458 rInf.GetIdx() - 1 : in BeginInlineStructureElements()
[all …]
H A Dfrmform.cxx1596 rInf.SetRest( pRest ); in _Format()
1634 rInf.SetRest( pRest ); in _Format()
1689 if( !rInf.IsNewLine() ) in _Format()
1692 bFormat = 0 != rInf.GetRest(); in _Format()
1693 if( rInf.IsStop() || rInf.GetIdx() >= nStrLen ) in _Format()
1731 if( !rInf.IsTest() ) in _Format()
1776 rInf.Init(); in FormatOnceMore()
1782 _Format( rLine, rInf ); in FormatOnceMore()
1806 rInf.CtorInitTxtFormatInfo( this ); in FormatOnceMore()
1807 rLine.CtorInitTxtFormatter( this, &rInf ); in FormatOnceMore()
[all …]
H A Dguess.cxx69 if( !rInf.GetLen() || !rInf.GetTxt().Len() ) in Guess()
72 ASSERT( rInf.GetIdx() < rInf.GetTxt().Len(), in Guess()
91 SwTwips nLineWidth = rInf.Width() - rInf.X(); in Guess()
92 xub_StrLen nMaxLen = rInf.GetTxt().Len() - rInf.GetIdx(); in Guess()
130 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nMaxLen, in Guess()
155 sal_Bool bHyph = rInf.IsHyphenate() && !rInf.IsHyphForbud(); in Guess()
175 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nCutPos - rInf.GetIdx(), in Guess()
268 rInf.GetIdx() > rInf.GetLineStart() && in Guess()
289 rInf.SetIdx( rInf.GetIdx() + nFieldDiff ); in Guess()
412 if ( ! rInf.IsInterHyph() && rInf.GetIdx() ) in Guess()
[all …]
H A Dguess.hxx54 sal_Bool Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
56 sal_Bool AlternativeSpelling( const SwTxtFormatInfo &rInf, const xub_StrLen nPos );
H A Dinftxt.cxx234 if ( !rInf.GetVsh() ) in ChkOutDev()
246 const xub_StrLen nInfLen = rInf.GetIdx() + rInf.GetLen(); in GetMinLen()
571 : SwTxtSizeInfo( rInf, rTxt ), in SwTxtPaintInfo()
578 aPos( rInf.GetPos() ), in SwTxtPaintInfo()
584 : SwTxtSizeInfo( rInf ), in SwTxtPaintInfo()
591 aPos( rInf.GetPos() ), in SwTxtPaintInfo()
1562 nLineStart = rInf.GetIdx(); in SwTxtFormatInfo()
1563 nLeft = rInf.nLeft; in SwTxtFormatInfo()
1564 nRight = rInf.nRight; in SwTxtFormatInfo()
1565 nFirst = rInf.nLeft; in SwTxtFormatInfo()
[all …]
H A Dinftxt.hxx76 #define OPTCALM( rInf ) (rInf).IsOptCalm() argument
77 #define OPTLOW( rInf ) (rInf).IsOptLow() argument
78 #define OPTDBG( rInf ) (rInf).IsOptDbg() argument
80 #define OPTCALM( rInf ) sal_True argument
81 #define OPTLOW( rInf ) sal_False argument
82 #define OPTDBG( rInf ) sal_False argument
164 SwTxtInfo( const SwTxtInfo &rInf );
227 SwTxtSizeInfo( const SwTxtSizeInfo &rInf );
430 SwTxtPaintInfo( const SwTxtPaintInfo &rInf );
785 SwFontSave( const SwTxtSizeInfo &rInf, SwFont *pFnt,
[all …]
H A Ditradj.cxx128 bool lcl_CheckKashidaPositions( SwScriptInfo& rSI, SwTxtSizeInfo& rInf, SwTxtIter& rItr, in lcl_CheckKashidaPositions() argument
153 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaPositions()
168 if ( !SwScriptInfo::IsArabicText( rInf.GetTxt(), nIdx, nNext - nIdx ) ) in lcl_CheckKashidaPositions()
175 sal_uLong nOldLayout = rInf.GetOut()->GetLayoutMode(); in lcl_CheckKashidaPositions()
176 rInf.GetOut()->SetLayoutMode ( nOldLayout | TEXT_LAYOUT_BIDI_RTL ); in lcl_CheckKashidaPositions()
177 … nKashidasDropped = rInf.GetOut()->ValidateKashidas ( rInf.GetTxt(), nIdx, nNext - nIdx, in lcl_CheckKashidaPositions()
180 rInf.GetOut()->SetLayoutMode ( nOldLayout ); in lcl_CheckKashidaPositions()
202 bool lcl_CheckKashidaWidth ( SwScriptInfo& rSI, SwTxtSizeInfo& rInf, SwTxtIter& rItr, xub_StrLen& n… in lcl_CheckKashidaWidth() argument
216 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaWidth()
229 long nFontMinKashida = rInf.GetOut()->GetMinKashida(); in lcl_CheckKashidaWidth()
[all …]
H A Ditrcrsr.cxx73 void lcl_GetCharRectInsideField( SwTxtSizeInfo& rInf, SwRect& rOrig, in lcl_GetCharRectInsideField() argument
115 rInf.GetFont()->SetActual( SwScriptInfo::WhichFont( 0, pString, 0 ) ); in lcl_GetCharRectInsideField()
120 pPor->GetTxtSize( rInf ).Width() : in lcl_GetCharRectInsideField()
127 nX2 = pPor->GetTxtSize( rInf ).Width(); in lcl_GetCharRectInsideField()
H A Ditrform2.cxx433 rInf.GetIdx() <= rInf.GetTxt().Len(), in BuildPortions()
560 if( rInf.IsRuby() && !rInf.GetRest() ) in BuildPortions()
691 rInf.X( rInf.X() + nKernWidth_1 ); in BuildPortions()
726 rInf.GetLast()->FormatEOL( rInf ); in BuildPortions()
964 nExpect = (sal_uInt16)(rInf.GetIdx() + ((rInf.Width() - rInf.X()) / nExpect)); in NewTxtPortion()
1299 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1304 if( rInf.GetIdx() >= rInf.GetTxt().Len() ) in NewPortion()
1310 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1361 rInf.SetFull( rInf.GetLastTab()->Format( rInf ) ); in NewPortion()
1474 if( pPor->IsPostItsPortion() && rInf.X() >= rInf.Width() && rInf.GetFly() ) in NewPortion()
[all …]
H A Ditrform2.hxx57 SwLinePortion *NewPortion( SwTxtFormatInfo &rInf );
58 SwTxtPortion *NewTxtPortion( SwTxtFormatInfo &rInf );
59 SwLinePortion *NewExtraPortion( SwTxtFormatInfo &rInf );
65 SwExpandPortion *NewFldPortion( SwTxtFormatInfo &rInf,
68 SwFlyCntPortion *NewFlyCntPortion( SwTxtFormatInfo &rInf,
75 void BuildPortions( SwTxtFormatInfo &rInf );
79 void CalcFlyWidth( SwTxtFormatInfo &rInf );
88 void FeedInf( SwTxtFormatInfo &rInf ) const;
91 SwLinePortion *UnderFlow( SwTxtFormatInfo &rInf );
103 void FormatReset( SwTxtFormatInfo &rInf );
[all …]
H A Ditrtxt.hxx116 inline sal_Bool SeekAndChg( SwTxtSizeInfo &rInf );
117 inline sal_Bool SeekAndChgBefore( SwTxtSizeInfo &rInf );
118 inline sal_Bool SeekStartAndChg( SwTxtSizeInfo &rInf, const sal_Bool bPara=sal_False );
306 inline sal_Bool SwTxtIter::SeekAndChg( SwTxtSizeInfo &rInf ) in SeekAndChg() argument
308 return SeekAndChgAttrIter( rInf.GetIdx(), rInf.GetOut() ); in SeekAndChg()
311 inline sal_Bool SwTxtIter::SeekAndChgBefore( SwTxtSizeInfo &rInf ) in SeekAndChgBefore() argument
313 if ( rInf.GetIdx() ) in SeekAndChgBefore()
314 return SeekAndChgAttrIter( rInf.GetIdx()-1, rInf.GetOut() ); in SeekAndChgBefore()
316 return SeekAndChgAttrIter( rInf.GetIdx(), rInf.GetOut() ); in SeekAndChgBefore()
319 inline sal_Bool SwTxtIter::SeekStartAndChg( SwTxtSizeInfo &rInf, const sal_Bool bPara ) in SeekStartAndChg() argument
[all …]
H A Dpordrop.hxx79 sal_Bool FormatTxt( SwTxtFormatInfo &rInf );
80 void PaintTxt( const SwTxtPaintInfo &rInf ) const;
90 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
91 void PaintDrop( const SwTxtPaintInfo &rInf ) const;
92 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
H A Dporexp.cxx117 if ( rInf.GetSmartTags() || rInf.GetGrammarCheckList() ) in Paint()
118 rInf.DrawMarkedText( *this, rInf.GetLen(), sal_False, sal_False, in Paint()
119 0 != rInf.GetSmartTags(), 0 != rInf.GetGrammarCheckList() ); in Paint()
121 rInf.DrawText( *this, rInf.GetLen(), sal_False ); in Paint()
198 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
199 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
200 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
205 rInf.SetUnderFlow( rInf.GetLast() ); in FormatEOL()
217 if( bFull && MayUnderFlow( rInf, rInf.GetIdx(), rInf.IsUnderFlow() ) ) in Format()
222 rInf.SetUnderFlow( rInf.GetLast() ); in Format()
[all …]
H A Dporexp.hxx37 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
39 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
41 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
67 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
68 virtual void FormatEOL( SwTxtFormatInfo &rInf );
69 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
70 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
71 MSHORT MayUnderFlow( const SwTxtFormatInfo &rInf, xub_StrLen nIdx,
90 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
91 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
[all …]
H A Dporfld.cxx304 long nTxtRest = rInf.GetTxt().Len() - rInf.GetIdx(); in Format()
314 …xub_StrLen nFullLen = rInf.ScanPortionEnd( rInf.GetIdx(), rInf.GetIdx() + nOldFullLen ) - rInf.Get… in Format()
324 rInf.SetUnderScorePos( rInf.GetIdx() ); in Format()
344 bFull = rInf.Width() <= rInf.GetPos().X(); in Format()
428 rInf.GetLast()->FormatEOL( rInf ); in Format()
580 rInf.SetNumDone( !rInf.GetRest() ); in Format()
603 nDiff = rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
887 Width( rInf.Width() - (KSHORT)rInf.X() ); in Format()
901 : rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
1350 if( rInf.GetLineStart() == rInf.GetIdx() && (!rInf.GetLast()->InFldGrp() in Format()
[all …]
H A Dporfld.hxx70 void CheckScript( const SwTxtSizeInfo &rInf );
78 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
79 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
130 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
160 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
162 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
166 virtual void FormatEOL( SwTxtFormatInfo &rInf );
210 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
211 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
253 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
[all …]

Completed in 197 milliseconds

123