Home
last modified time | relevance | path

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

123456789

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dportxt.cxx290 if( rInf.IsUnderflow() && rInf.GetSoftHyphPos() ) in Format_()
380 rInf.GetLineStart() + rInf.GetLast()->GetLen() < rInf.GetIdx() && in Format_()
387 else if( rInf.GetIdx() > rInf.GetLineStart() || in Format_()
407 Width( sal_uInt16(rInf.Width() - rInf.X()) ); in Format_()
427 bool bFirstPor = rInf.GetLineStart() == rInf.GetIdx(); in Format_()
458 OSL_ENSURE( rInf.RealWidth() || (rInf.X() == rInf.Width()), in Format()
499 rInf.X( rInf.X() - nBlankSize ); in FormatEOL()
532 if (rInf.OnWin() && TextFrameIndex(1) == rInf.GetLen() in Paint()
568 rInf.DrawText( *this, rInf.GetLen() ); in Paint()
732 if (rInf.GetChar(rInf.GetIdx() + rInf.GetLen() - TextFrameIndex(1)) == CH_TXT_ATR_INPUTFIELDEND) in GetExpText()
[all …]
H A Dporexp.cxx87 if ( rInf.GetSmartTags() || rInf.GetGrammarCheckList() ) in Paint()
88 rInf.DrawMarkedText( *this, rInf.GetLen(), false, in Paint()
91 rInf.DrawText( *this, rInf.GetLen() ); in Paint()
168 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
169 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
170 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
175 rInf.SetUnderflow( rInf.GetLast() ); in FormatEOL()
184 const bool bFull = rInf.IsUnderflow() || SwExpandPortion::Format( rInf ); in Format()
185 if( bFull && MayUnderflow( rInf, rInf.GetIdx(), rInf.IsUnderflow() ) ) in Format()
190 rInf.SetUnderflow( rInf.GetLast() ); in Format()
[all …]
H A Dguess.cxx59 if( !rInf.GetLen() || rInf.GetText().isEmpty() ) in Guess()
134 CH_BLANK == rInf.GetText()[sal_Int32(rInf.GetIdx())]) in Guess()
169 rInf.GetTextSize( &rSI, rInf.GetIdx(), nMaxLen, in Guess()
193 bool bHyph = rInf.IsHyphenate() && !rInf.IsHyphForbud(); in Guess()
214 rInf.GetTextSize( &rSI, rInf.GetIdx(), nCutPos - rInf.GetIdx(), in Guess()
225 rInf.GetTextSize( &rSI, rInf.GetIdx(), nMaxLen, nMaxComp, in Guess()
303 if ( rInf.GetLast() && rInf.GetLast()->InFieldGrp() && in Guess()
305 rInf.GetIdx() > rInf.GetLineStart() && in Guess()
326 rInf.SetIdx( rInf.GetIdx() + nFieldDiff ); in Guess()
438 if ( ! rInf.IsInterHyph() && rInf.GetIdx() ) in Guess()
[all …]
H A Ditrform2.cxx428 rInf.GetLast() && rInf.GetLast()->InTextGrp() && in BuildPortions()
553 if( rInf.IsRuby() && !rInf.GetRest() ) in BuildPortions()
685 rInf.X( rInf.X() + nKernWidth_1 ); in BuildPortions()
719 rInf.GetLast()->FormatEOL( rInf ); in BuildPortions()
1303 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1314 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1341 if( rInf.HasHint( rInf.GetIdx() ) ) in NewPortion()
1365 rInf.SetFull( rInf.GetLastTab()->Format( rInf ) ); in NewPortion()
1478 if( pPor->IsPostItsPortion() && rInf.X() >= rInf.Width() && rInf.GetFly() ) in NewPortion()
1868 rInf.Width( rInf.RealWidth() ); in FeedInf()
[all …]
H A Dtxthyph.cxx283 if( rInf.GetText()[sal_Int32(rInf.GetSoftHyphPos())] == CHAR_SOFTHYPHEN ) in CreateHyphen()
327 ( nPorEnd == rInf.GetIdx() && rInf.GetLineStart() != rInf.GetIdx() ) ) in CreateHyphen()
371 const bool bFull = rInf.Width() <= rInf.X() + PrtWidth(); in Format()
404 if( !Width() && rInf.OnWin() && rInf.GetOpt().IsSoftHyph() && !IsExpand() ) in GetViewWidth()
464 rInf.SetSoftHyphPos( rInf.GetIdx() ); in Format()
486 rInf.SetSoftHyphPos( rInf.GetIdx() ); in Format()
514 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
519 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
520 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
526 rInf.X( nOldX ); in FormatEOL()
[all …]
H A Dporlin.cxx106 rInf.GetFont()->GetOrientation( rInf.GetTextFrame()->IsVertical() ); in PrePaint()
243 if( rInf.X() > rInf.Width() ) in Format()
261 rInf.GetLast()->FormatEOL( rInf ); in Format()
281 SwTwips nTmp = PrtWidth() + CalcSpacing( rInf.GetSpaceAdd(), rInf ); in Move()
283 rInf.Y( rInf.Y() + ( bB2T ? -nTmp : nTmp ) ); in Move()
285 rInf.X( rInf.X() - nTmp ); in Move()
287 rInf.X( rInf.X() + nTmp ); in Move()
297 rInf.Y( rInf.Y() + ( bB2T ? -PrtWidth() : PrtWidth() ) ); in Move()
299 rInf.X( rInf.X() - PrtWidth() ); in Move()
301 rInf.X( rInf.X() + PrtWidth() ); in Move()
[all …]
H A Dporfld.cxx309 …TextFrameIndex nFullLen = rInf.ScanPortionEnd(rInf.GetIdx(), rInf.GetIdx() + nOldFullLen) - rInf.G… in Format()
318 rInf.GetUnderScorePos() > rInf.GetIdx() ) in Format()
319 rInf.SetUnderScorePos( rInf.GetIdx() ); in Format()
339 bFull = rInf.Width() <= rInf.GetPos().X(); in Format()
424 if( bEOL && rInf.GetLast() && !rInf.GetUnderflow() ) in Format()
425 rInf.GetLast()->FormatEOL( rInf ); in Format()
541 rInf.SetNumDone( !rInf.GetRest() ); in Format()
563 nDiff = rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
848 : rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
1290 if( rInf.GetLineStart() == rInf.GetIdx() && (!rInf.GetLast()->InFieldGrp() in Format()
[all …]
H A Dtxttab.cxx97 SwTwips nTabPos = rInf.GetLastTab() ? rInf.GetLastTab()->GetTabPos() : 0; in NewTabPortion()
316 PostFormat( rInf ); in FormatEOL()
342 rInf.GetLast() && rInf.GetLast()->InNumberGrp() && in PreFormat()
359 ( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ; in PreFormat()
389 bFull = rInf.Width() <= rInf.X() + PrtWidth(); in PreFormat()
413 if( rInf.GetIdx() == rInf.GetLineStart() && in PreFormat()
416 !rInf.GetFly() ) in PreFormat()
418 PrtWidth( static_cast<sal_uInt16>(rInf.Width() - rInf.X()) ); in PreFormat()
501 rInf.X( rInf.X() + PrtWidth() - nOldWidth ); in PostFormat()
509 return rInf.Width() <= rInf.X(); in PostFormat()
[all …]
H A Dporfly.cxx60 rInf.GetLastTab()->FormatEOL( rInf ); in Format()
62 rInf.GetLast()->FormatEOL( rInf ); in Format()
72 rInf.Width( rInf.RealWidth() ); in Format()
76 if( rInf.GetIdx() < TextFrameIndex(rInf.GetText().getLength()) in Format()
78 && !rInf.GetRest() in Format()
79 && ' ' == rInf.GetChar( rInf.GetIdx() ) in Format()
80 && ' ' != rInf.GetChar(rInf.GetIdx() - TextFrameIndex(1)) in Format()
81 && ( !rInf.GetLast() || !rInf.GetLast()->IsBreakPortion() ) ) in Format()
103 bool bFull = rInf.Width() < rInf.X() + PrtWidth(); in Format()
120 if( nLeft == rInf.X() && ! rInf.GetFly() ) in Format()
[all …]
H A Dtxtdrop.cxx81 pInf( const_cast<SwTextPaintInfo*>(&rInf) ), nIdx( rInf.GetIdx() ), in SwDropSave()
82 nLen( rInf.GetLen() ), nX( rInf.X() ), nY( rInf.Y() ) in SwDropSave()
336 const_cast<SwTextPaintInfo&>(rInf).X( rInf.X() + pCurrPart->GetWidth() ); in PaintText()
375 if ( rInf.OnWin() ) in PaintDrop()
384 PaintText( rInf ); in PaintDrop()
404 if ( rInf.GetFont()->GetOrientation( rInf.GetTextFrame()->IsVertical() ) ) in Paint()
454 const_cast<SwTextSizeInfo&>(rInf).SetLen( rInf.GetLen() - nIdx ); in GetTextSize()
795 if( rInf.GetVsh() && rInf.GetVsh()->GetWin() ) in CalcFontSize()
1019 Width() + CalcSpacing( rInf.GetSpaceAdd(), rInf ) : in Format()
1026 rInf.SetIdx( rInf.GetIdx() + pCurrPart->GetLen() ); in Format()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dportxt.cxx284 if( rInf.IsUnderflow() && rInf.GetSoftHyphPos() ) in Format_()
374 rInf.GetLineStart() + rInf.GetLast()->GetLen() < rInf.GetIdx() && in Format_()
376 CH_BLANK != rInf.GetChar( rInf.GetIdx() ) && in Format_()
381 else if( rInf.GetIdx() > rInf.GetLineStart() || in Format_()
401 Width( sal_uInt16(rInf.Width() - rInf.X()) ); in Format_()
421 bool bFirstPor = rInf.GetLineStart() == rInf.GetIdx(); in Format_()
452 OSL_ENSURE( rInf.RealWidth() || (rInf.X() == rInf.Width()), in Format()
492 rInf.X( rInf.X() - nBlankSize ); in FormatEOL()
525 if (rInf.OnWin() && TextFrameIndex(1) == rInf.GetLen() in Paint()
561 rInf.DrawText( *this, rInf.GetLen() ); in Paint()
[all …]
H A Dporexp.cxx87 if ( rInf.GetSmartTags() || rInf.GetGrammarCheckList() ) in Paint()
88 rInf.DrawMarkedText( *this, rInf.GetLen(), false, in Paint()
91 rInf.DrawText( *this, rInf.GetLen() ); in Paint()
169 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
170 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
171 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
176 rInf.SetUnderflow( rInf.GetLast() ); in FormatEOL()
184 const bool bFull = rInf.IsUnderflow() || SwExpandPortion::Format( rInf ); in Format()
185 if( bFull && MayUnderflow( rInf, rInf.GetIdx(), rInf.IsUnderflow() ) ) in Format()
190 rInf.SetUnderflow( rInf.GetLast() ); in Format()
[all …]
H A Dguess.cxx56 if( !rInf.GetLen() || rInf.GetText().isEmpty() ) in Guess()
131 CH_BLANK == rInf.GetText()[sal_Int32(rInf.GetIdx())]) in Guess()
166 rInf.GetTextSize( &rSI, rInf.GetIdx(), nMaxLen, in Guess()
190 bool bHyph = rInf.IsHyphenate() && !rInf.IsHyphForbud(); in Guess()
211 rInf.GetTextSize( &rSI, rInf.GetIdx(), m_nCutPos - rInf.GetIdx(), in Guess()
222 rInf.GetTextSize( &rSI, rInf.GetIdx(), nMaxLen, nMaxComp, in Guess()
300 if ( rInf.GetLast() && rInf.GetLast()->InFieldGrp() && in Guess()
302 rInf.GetIdx() > rInf.GetLineStart() && in Guess()
323 rInf.SetIdx( rInf.GetIdx() + m_nFieldDiff ); in Guess()
435 if ( ! rInf.IsInterHyph() && rInf.GetIdx() ) in Guess()
[all …]
H A Dtxthyph.cxx281 if( rInf.GetText()[sal_Int32(rInf.GetSoftHyphPos())] == CHAR_SOFTHYPHEN ) in CreateHyphen()
325 ( nPorEnd == rInf.GetIdx() && rInf.GetLineStart() != rInf.GetIdx() ) ) in CreateHyphen()
369 const bool bFull = rInf.Width() <= rInf.X() + PrtWidth(); in Format()
402 if( !Width() && rInf.OnWin() && rInf.GetOpt().IsSoftHyph() && !IsExpand() ) in GetViewWidth()
462 rInf.SetSoftHyphPos( rInf.GetIdx() ); in Format()
484 rInf.SetSoftHyphPos( rInf.GetIdx() ); in Format()
513 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
518 rInf.X( rInf.X() - PrtWidth() ); in FormatEOL()
519 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
525 rInf.X( nOldX ); in FormatEOL()
[all …]
H A Dporlin.cxx101 rInf.GetFont()->GetOrientation( rInf.GetTextFrame()->IsVertical() ); in PrePaint()
239 if( rInf.X() > rInf.Width() ) in Format()
257 rInf.GetLast()->FormatEOL( rInf ); in Format()
277 SwTwips nTmp = PrtWidth() + CalcSpacing( rInf.GetSpaceAdd(), rInf ); in Move()
279 rInf.Y( rInf.Y() + ( bB2T ? -nTmp : nTmp ) ); in Move()
281 rInf.X( rInf.X() - nTmp ); in Move()
283 rInf.X( rInf.X() + nTmp ); in Move()
293 rInf.Y( rInf.Y() + ( bB2T ? -PrtWidth() : PrtWidth() ) ); in Move()
295 rInf.X( rInf.X() - PrtWidth() ); in Move()
297 rInf.X( rInf.X() + PrtWidth() ); in Move()
[all …]
H A Ditrform2.cxx429 rInf.GetLast() && rInf.GetLast()->InTextGrp() && in BuildPortions()
554 if( rInf.IsRuby() && !rInf.GetRest() ) in BuildPortions()
686 rInf.X( rInf.X() + nKernWidth_1 ); in BuildPortions()
724 rInf.GetLast()->FormatEOL( rInf ); in BuildPortions()
1434 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1445 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1472 if( rInf.HasHint( rInf.GetIdx() ) ) in NewPortion()
1496 rInf.SetFull( rInf.GetLastTab()->Format( rInf ) ); in NewPortion()
1609 if( pPor->IsPostItsPortion() && rInf.X() >= rInf.Width() && rInf.GetFly() ) in NewPortion()
2002 rInf.Width( rInf.RealWidth() ); in FeedInf()
[all …]
H A Dtxttab.cxx99 SwTwips nTabPos = rInf.GetLastTab() ? rInf.GetLastTab()->GetTabPos() : 0; in NewTabPortion()
318 PostFormat( rInf ); in FormatEOL()
345 rInf.GetLast() && rInf.GetLast()->InNumberGrp() && in PreFormat()
362 ( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ; in PreFormat()
395 bFull = rInf.Width() <= rInf.X() + PrtWidth(); in PreFormat()
419 if( rInf.GetIdx() == rInf.GetLineStart() && in PreFormat()
422 !rInf.GetFly() ) in PreFormat()
424 PrtWidth( o3tl::narrowing<sal_uInt16>(rInf.Width() - rInf.X()) ); in PreFormat()
518 rInf.X( rInf.X() + PrtWidth() - nOldWidth ); in PostFormat()
526 return rInf.Width() <= rInf.X(); in PostFormat()
[all …]
H A Dporfld.cxx311 …TextFrameIndex nFullLen = rInf.ScanPortionEnd(rInf.GetIdx(), rInf.GetIdx() + nOldFullLen) - rInf.G… in Format()
320 rInf.GetUnderScorePos() > rInf.GetIdx() ) in Format()
321 rInf.SetUnderScorePos( rInf.GetIdx() ); in Format()
341 bFull = rInf.Width() <= rInf.GetPos().X(); in Format()
426 if( bEOL && rInf.GetLast() && !rInf.GetUnderflow() ) in Format()
427 rInf.GetLast()->FormatEOL( rInf ); in Format()
543 rInf.SetNumDone( !rInf.GetRest() ); in Format()
565 nDiff = rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
850 : rInf.Left() - rInf.First() + rInf.ForcedLeftMargin(); in Format()
1296 if( rInf.GetLineStart() == rInf.GetIdx() && (!rInf.GetLast()->InFieldGrp() in Format()
[all …]
H A Dporfly.cxx58 rInf.GetLastTab()->FormatEOL( rInf ); in Format()
60 rInf.GetLast()->FormatEOL( rInf ); in Format()
70 rInf.Width( rInf.RealWidth() ); in Format()
74 if( rInf.GetIdx() < TextFrameIndex(rInf.GetText().getLength()) in Format()
77 && ' ' == rInf.GetChar( rInf.GetIdx() ) in Format()
78 && ' ' != rInf.GetChar(rInf.GetIdx() - TextFrameIndex(1)) in Format()
79 && ( !rInf.GetLast() || !rInf.GetLast()->IsBreakPortion() ) ) in Format()
101 bool bFull = rInf.Width() < rInf.X() + PrtWidth(); in Format()
118 if( nLeft == rInf.X() && ! rInf.GetFly() ) in Format()
131 rInf.GetLast()->FormatEOL( rInf ); in Format()
[all …]
H A Dtxtdrop.cxx83 pInf( const_cast<SwTextPaintInfo*>(&rInf) ), nIdx( rInf.GetIdx() ), in SwDropSave()
84 nLen( rInf.GetLen() ), nX( rInf.X() ), nY( rInf.Y() ) in SwDropSave()
375 if ( rInf.OnWin() ) in PaintDrop()
384 PaintText( rInf ); in PaintDrop()
399 if ( rInf.OnWin() && in Paint()
405 if ( rInf.GetFont()->GetOrientation( rInf.GetTextFrame()->IsVertical() ) ) in Paint()
454 const_cast<SwTextSizeInfo&>(rInf).SetLen( rInf.GetLen() - nIdx ); in GetTextSize()
795 if( rInf.GetVsh() && rInf.GetVsh()->GetWin() ) in CalcFontSize()
1019 Width() + CalcSpacing( rInf.GetSpaceAdd(), rInf ) : in Format()
1026 rInf.SetIdx( rInf.GetIdx() + pCurrPart->GetLen() ); in Format()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx997 if ( rInf.GetFrame() && rInf.SnapToGrid() && rInf.GetFont() && in DrawText()
1379 rInf.GetText()[sal_Int32(rInf.GetIdx() + rInf.GetLen())-1])) in DrawText()
1428 if( rInf.GetKern() && rInf.GetLen() && nTmpWidth > rInf.GetKern() ) in DrawText()
1474 …SwTextGlyphsKey aGlyphsKey{ &rInf.GetOut(), rInf.GetText(), sal_Int32(rInf.GetIdx()), sal_Int32(rI… in DrawText()
1896 if ( rInf.GetFrame() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize()
1938 if ( rInf.GetFrame() && nLn && rInf.SnapToGrid() && rInf.GetFont() ) in GetTextSize()
2110 if ( rInf.GetFont() && rInf.GetLen() ) in GetCursorOfst()
2176 if ( rInf.GetFrame() && rInf.GetLen() && rInf.SnapToGrid() && in GetCursorOfst()
2203 if ( rInf.GetFrame() && rInf.GetLen() && rInf.SnapToGrid() ) in GetCursorOfst()
2384 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetTextBreak()
[all …]
H A Dswfont.cxx1054 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetTextSize_()
1171 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in DrawText_()
1286 if( !rInf.GetLen() || !rInf.GetText().getLength() ) in DrawStretchText_()
1300 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in DrawStretchText_()
1333 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), in DrawStretchText_()
1334 rInf.GetText(), sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen())); in DrawStretchText_()
1336 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), in DrawStretchText_()
1338 sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen())); in DrawStretchText_()
1369 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetCursorOfst_()
1390 rInf.SetText( CalcCaseMap( rInf.GetText() ) ); in GetCursorOfst_()
[all …]
H A Dfntcap.cxx94 SwDrawTextInfo &rInf; member in SwDoCapitals
129 if( rInf.GetUpper() ) in Do()
139 rInf.SetSpace( 0 ); in GetCapitalSize()
188 sal_Int32(rInf.GetLen()), rInf.GetKern())); in Do()
259 rInf.SetWidth( sal_uInt16(rInf.GetSize().Width()) ); in Do()
302 rPos.setX( rInf.GetPos().X() + rInf.GetWidth() ); in DrawSpace()
351 SwDrawTextInfo aDrawInf( rInf.GetShell(), *rInf.GetpOut(), in Do()
381 SwDoCapitalCursorOfst aDo( rInf, rInf.GetOfst() ); in GetCapitalCursorOfst()
410 if( rInf.GetLen() ) in Do()
441 sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen())); in Do()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx1033 if ( rInf.GetFrame() && rInf.SnapToGrid() && rInf.GetFont() && in DrawText()
1415 rInf.GetText()[sal_Int32(rInf.GetIdx() + rInf.GetLen())-1])) in DrawText()
1464 if( rInf.GetKern() && rInf.GetLen() && nTmpWidth > rInf.GetKern() ) in DrawText()
1510 …SwTextGlyphsKey aGlyphsKey{ &rInf.GetOut(), rInf.GetText(), sal_Int32(rInf.GetIdx()), sal_Int32(rI… in DrawText()
1932 if ( rInf.GetFrame() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize()
1974 if ( rInf.GetFrame() && nLn && rInf.SnapToGrid() && rInf.GetFont() ) in GetTextSize()
2143 if ( rInf.GetFont() && rInf.GetLen() ) in GetModelPositionForViewPoint()
2209 if ( rInf.GetFrame() && rInf.GetLen() && rInf.SnapToGrid() && in GetModelPositionForViewPoint()
2236 if ( rInf.GetFrame() && rInf.GetLen() && rInf.SnapToGrid() ) in GetModelPositionForViewPoint()
2417 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetTextBreak()
[all …]
H A Dswfont.cxx1023 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetTextSize_()
1140 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in DrawText_()
1255 if( !rInf.GetLen() || !rInf.GetText().getLength() ) in DrawStretchText_()
1269 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in DrawStretchText_()
1302 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), in DrawStretchText_()
1303 rInf.GetText(), sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen())); in DrawStretchText_()
1305 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), in DrawStretchText_()
1307 sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen())); in DrawStretchText_()
1338 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetModelPositionForViewPoint_()
1359 rInf.SetText( CalcCaseMap( rInf.GetText() ) ); in GetModelPositionForViewPoint_()
[all …]

123456789