Searched refs:pVsh (Results 1 – 6 of 6) sorted by relevance
254 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo()293 pVsh = pFrm->getRootFrm()->GetCurrShell(); in CtorInitTxtSizeInfo()296 if ( pVsh ) in CtorInitTxtSizeInfo()298 pOut = pVsh->GetOut(); in CtorInitTxtSizeInfo()299 pRef = &pVsh->GetRefDev(); in CtorInitTxtSizeInfo()350 pOpt = pVsh ? in CtorInitTxtSizeInfo()351 pVsh->GetViewOptions() : in CtorInitTxtSizeInfo()379 pVsh(((SwTxtSizeInfo&)rNew).GetVsh()), in SwTxtSizeInfo()422 GetFont()->ChgPhysFnt( pVsh, *GetOut() ); in SelectFont()434 ASSERT( pOut == pVsh->GetOut(), in NoteAnimation()[all …]
439 const ViewShell* pVsh = getRootFrm()->GetCurrShell(); in IsHiddenNow() local446 !pVsh->GetViewOptions()->IsFldName() ) ) || in IsHiddenNow()609 const bool bShouldBeHidden = !pVsh || !pVsh->GetWin() || in HideAndShowObjects()2300 ViewShell* pVsh = getRootFrm()->GetCurrShell(); in _CalcHeightOfLastLine() local2305 if ( !pVsh ) in _CalcHeightOfLastLine()2309 OutputDevice* pOut = pVsh->GetOut(); in _CalcHeightOfLastLine()2311 if ( !pVsh->GetViewOptions()->getBrowseMode() || in _CalcHeightOfLastLine()2312 pVsh->GetViewOptions()->IsPrtFormat() ) in _CalcHeightOfLastLine()2339 aFont.ChgPhysFnt( pVsh, *pOut ); in _CalcHeightOfLastLine()2343 pLastFont->SetDevFont( pVsh, *pOut ); 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 );
Completed in 97 milliseconds