Lines Matching refs:GetShell

90     SwDocShell* pDocShell = rInf.GetShell()->GetDoc()->GetDocShell();  in GetDefaultFontHeight()
848 ASSERT( rInf.GetShell(), "SwFntObj::DrawText without shell" ) in DrawText()
850 OutputDevice& rRefDev = rInf.GetShell()->GetRefDev(); in DrawText()
851 OutputDevice* pWin = rInf.GetShell()->GetWin(); in DrawText()
857 rInf.GetShell()->GetViewOptions()->getBrowseMode() && in DrawText()
858 !rInf.GetShell()->GetViewOptions()->IsPrtFormat() && in DrawText()
895 rInf.GetShell()->GetViewOptions()->getBrowseMode() && in DrawText()
896 !rInf.GetShell()->GetViewOptions()->IsPrtFormat() ); in DrawText()
1018 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in DrawText()
1109 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in DrawText()
1478 CreateScrFont( *rInf.GetShell(), rInf.GetOut() ); in DrawText()
1925 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetTextSize()
1942 ASSERT( !rInf.GetShell() || in GetTextSize()
1946 GetFontLeading( rInf.GetShell(), rInf.GetOut() ); in GetTextSize()
1969 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetTextSize()
1986 GetFontLeading( rInf.GetShell(), rInf.GetOut() ); in GetTextSize()
2016 CreateScrFont( *rInf.GetShell(), rInf.GetOut() ); in GetTextSize()
2106 ASSERT( !rInf.GetShell() || in GetTextSize()
2109 aTxtSize.Height() += GetFontLeading( rInf.GetShell(), rInf.GetOut() ); in GetTextSize()
2213 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetCrsrOfst()
2243 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetCrsrOfst()
2450 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in GetTxtBreak()
2473 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetTxtBreak()
2509 const SwDoc* pDoc = rInf.GetShell()->GetDoc(); in GetTxtBreak()
2531 nTxtBreak = GetCapitalBreak( rInf.GetShell(), rInf.GetpOut(), in GetTxtBreak()
2638 sal_Bool bPrt = GetShell() && ! GetShell()->GetWin(); in ApplyAutoColor()
2643 if( bPrt && GetShell() && GetShell()->GetViewOptions()->IsBlackFont() ) in ApplyAutoColor()
2659 bChgLineColor = ! bPrt && GetShell() && in ApplyAutoColor()
2660 GetShell()->GetAccessibilityOptions()->IsAlwaysAutoColor(); in ApplyAutoColor()
2702 if( GetShell() && GetShell()->GetWin() ) in ApplyAutoColor()
2705 const SwViewOption* pViewOption = GetShell()->GetViewOptions(); in ApplyAutoColor()