Home
last modified time | relevance | path

Searched refs:pVsh (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx254 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 …]
H A Dtxtfrm.cxx439 const ViewShell* pVsh = getRootFrm()->GetCurrShell(); in IsHiddenNow() local
446 !pVsh->GetViewOptions()->IsFldName() ) ) || in IsHiddenNow()
609 const bool bShouldBeHidden = !pVsh || !pVsh->GetWin() || in HideAndShowObjects()
2300 ViewShell* pVsh = getRootFrm()->GetCurrShell(); in _CalcHeightOfLastLine() local
2305 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 …]
H A Dinftxt.hxx189 ViewShell *pVsh; member in SwTxtSizeInfo
272 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()
H A Dfrmcrsr.cxx131 ViewShell* pVsh = pFrm->getRootFrm()->GetCurrShell(); in lcl_ChangeOffset() local
132 if( pVsh ) in lcl_ChangeOffset()
134 if( pVsh->GetNext() != pVsh || in lcl_ChangeOffset()
H A Dtxthyph.cxx61 if( rTxt.Len() < 4 || pFnt->IsSymbol(pVsh) ) in HyphWord()
/trunk/main/sw/source/filter/html/
H A Dhtmlvsh.hxx42 void Register( ViewShell *pVsh );

Completed in 51 milliseconds