Searched refs:GetVsh (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 294 GetInfo().GetFont()->GetHeight( GetInfo().GetVsh(), *pOut ), in DrawTextLine() 295 GetInfo().GetFont()->GetAscent( GetInfo().GetVsh(), *pOut ) in DrawTextLine() 438 ( GetInfo().GetVsh() && in DrawTextLine() 439 GetInfo().GetVsh()->GetViewOptions()->IsPDFExport() && in DrawTextLine() 459 GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreView() && in DrawTextLine() 464 GetFnt()->ChgPhysFnt( GetInfo().GetVsh(), *pOut ); in DrawTextLine() 473 if( GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreView() ) in DrawTextLine()
|
H A D | porfly.cxx | 276 ASSERT( ! rInf.GetVsh() || rInf.GetVsh()->GetOut() == rInf.GetOut(), in Paint() 278 if( rInf.GetVsh() ) in Paint() 279 ((SwTxtPaintInfo&)rInf).SetOut( rInf.GetVsh()->GetOut() ); in Paint()
|
H A D | txtdrop.cxx | 768 rFnt.ChkMagic( rInf.GetVsh(), rFnt.GetActual() ); in CalcFontSize() 829 if( rInf.GetVsh() && rInf.GetVsh()->GetWin() ) in CalcFontSize() 830 pWin = rInf.GetVsh()->GetWin(); in CalcFontSize() 858 rFnt.ChgPhysFnt( rInf.GetVsh(), *pOut ); in CalcFontSize() 860 nAscent = rFnt.GetAscent( rInf.GetVsh(), *pOut ); in CalcFontSize()
|
H A D | inftxt.cxx | 234 if ( !rInf.GetVsh() ) in ChkOutDev() 254 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo() 379 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo() 839 ::SwAlignRect( aRect, (ViewShell*)GetVsh() ); in CalcRect() 1191 if ( GetVsh() && GetVsh()->GetWin() && lcl_IsDarkBackground( *this ) ) in DrawBackground() 1887 pNew->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in SwFontSave()
|
H A D | porlay.cxx | 528 rInf.GetVsh(), *rInf.GetOut() ); in CalcLine() 534 nTmp = rInf.GetFont()->GetHeight( rInf.GetVsh(), in CalcLine() 619 Height( rInf.GetFont()->GetHeight( rInf.GetVsh(), *rInf.GetOut() ) ); in CalcLine() 620 nAscent = rInf.GetFont()->GetAscent( rInf.GetVsh(), *rInf.GetOut() ); in CalcLine() 642 …rLine.GetAttrHandler().GetDefaultAscentAndHeight( rInf.GetVsh(), *rInf.GetOut(), nTmpAscent, nTmpH… in CalcLine()
|
H A D | txthyph.cxx | 420 const sal_Unicode cChar = rInf.GetVsh() && in GetExpTxt() 421 rInf.GetVsh()->GetViewOptions()->IsPDFExport() && in GetExpTxt()
|
H A D | itrform2.cxx | 767 ((SwFldPortion*)pPor)->Height( pFldFnt->GetHeight( rInf.GetVsh(), *rInf.GetOut() ) ); in CalcAscent() 768 ((SwFldPortion*)pPor)->SetAscent( pFldFnt->GetAscent( rInf.GetVsh(), *rInf.GetOut() ) ); in CalcAscent() 2123 …const bool bShowInDocView = rInf.GetVsh() && rInf.GetVsh()->GetWin() && rInf.GetOpt().IsShowHidden… in lcl_BuildHiddenPortion()
|
H A D | inftxt.hxx | 272 inline ViewShell *GetVsh() { return pVsh; } in GetVsh() function in SwTxtSizeInfo 273 inline const ViewShell *GetVsh() const { return pVsh; } in GetVsh() function in SwTxtSizeInfo
|
H A D | porfld.cxx | 327 pFnt->GoMagic( rInf.GetVsh(), pFnt->GetActual() ); in Format() 993 const ViewShell* pViewShell = rInf.GetVsh(); in Paint()
|
H A D | txtftn.cxx | 1392 pFnt->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in SwFtnSave() 1413 pFnt->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in ~SwFtnSave()
|
H A D | txtfld.cxx | 112 ViewShell *pSh = rInf.GetVsh(); in NewFldPortion()
|
H A D | itrcrsr.cxx | 1633 SwDrawTextInfo aDrawInf( aSizeInf.GetVsh(), in GetCrsrOfst()
|
Completed in 98 milliseconds