Searched refs:pVsh (Results 1 – 6 of 6) sorted by relevance
251 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo()290 pVsh = pFrm->getRootFrm()->GetCurrShell(); in CtorInitTxtSizeInfo()293 if ( pVsh ) in CtorInitTxtSizeInfo()295 pOut = pVsh->GetOut(); in CtorInitTxtSizeInfo()296 pRef = &pVsh->GetRefDev(); in CtorInitTxtSizeInfo()297 bOnWin = pVsh->GetWin() || OUTDEV_WINDOW == pOut->GetOutDevType(); in CtorInitTxtSizeInfo()347 pOpt = pVsh ? in CtorInitTxtSizeInfo()348 pVsh->GetViewOptions() : in CtorInitTxtSizeInfo()376 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo()419 GetFont()->ChgPhysFnt( pVsh, *GetOut() ); in SelectFont()[all …]
439 const ViewShell* pVsh = getRootFrm()->GetCurrShell(); in IsHiddenNow() local441 if ( pVsh && ( bHiddenCharsHidePara || bHiddenParaField ) ) in IsHiddenNow()445 ( !pVsh->GetViewOptions()->IsShowHiddenPara() && in IsHiddenNow()446 !pVsh->GetViewOptions()->IsFldName() ) ) || in IsHiddenNow()448 !pVsh->GetViewOptions()->IsShowHiddenChar() ) ) in IsHiddenNow()608 const ViewShell* pVsh = getRootFrm()->GetCurrShell(); in HideAndShowObjects() local609 const bool bShouldBeHidden = !pVsh || !pVsh->GetWin() || in HideAndShowObjects()610 !pVsh->GetViewOptions()->IsShowHiddenChar(); in HideAndShowObjects()2300 ViewShell* pVsh = getRootFrm()->GetCurrShell(); in _CalcHeightOfLastLine() local2301 ASSERT( pVsh, "<SwTxtFrm::_GetHeightOfLastLineForPropLineSpacing()> - no ViewShell" ); in _CalcHeightOfLastLine()[all …]
189 ViewShell *pVsh; member in SwTxtSizeInfo272 inline ViewShell *GetVsh() { return pVsh; } in GetVsh()273 inline const ViewShell *GetVsh() const { return pVsh; } in GetVsh()812 return ((SwFont*)GetFont())->GetAscent( pVsh, *GetOut() ); in GetAscent()818 return ((SwFont*)GetFont())->GetHeight( pVsh, *GetOut() ); in GetTxtHeight()
131 ViewShell* pVsh = pFrm->getRootFrm()->GetCurrShell(); in lcl_ChangeOffset() local132 if( pVsh ) in lcl_ChangeOffset()134 if( pVsh->GetNext() != pVsh || in lcl_ChangeOffset()
61 if( rTxt.Len() < 4 || pFnt->IsSymbol(pVsh) ) in HyphWord()
42 void Register( ViewShell *pVsh );