Lines Matching refs:GetFrm
287 rData.rInf.GetFrm()->SwitchLTRtoRTL( rStart ); in lcl_calcLinePos()
288 rData.rInf.GetFrm()->SwitchLTRtoRTL( rEnd ); in lcl_calcLinePos()
293 rData.rInf.GetFrm()->SwitchHorizontalToVertical( rStart ); in lcl_calcLinePos()
294 rData.rInf.GetFrm()->SwitchHorizontalToVertical( rEnd ); in lcl_calcLinePos()
967 const sal_Bool bSwitchH2V = rInf.GetFrm() && rInf.GetFrm()->IsVertical(); in DrawText()
968 const sal_Bool bSwitchL2R = rInf.GetFrm() && rInf.GetFrm()->IsRightToLeft() && in DrawText()
992 aPos.X() += rInf.GetFrm()->IsRightToLeft() ? 0 : nPixWidth; in DrawText()
1010 if ( rInf.GetFrm() && rInf.SnapToGrid() && rInf.GetFont() && in DrawText()
1013 GETGRID( rInf.GetFrm()->FindPageFrm() ) in DrawText()
1087 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1100 if ( rInf.GetFrm() && rInf.SnapToGrid() && rInf.GetFont() && in DrawText()
1103 GETGRID( rInf.GetFrm()->FindPageFrm() ) in DrawText()
1125 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1252 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1255 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1636 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1639 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1794 rInf.GetFrm()->SwitchLTRtoRTL( aCurrPos ); in DrawText()
1795 rInf.GetFrm()->SwitchLTRtoRTL( aEnd ); in DrawText()
1800 rInf.GetFrm()->SwitchHorizontalToVertical( aCurrPos ); in DrawText()
1801 rInf.GetFrm()->SwitchHorizontalToVertical( aEnd ); in DrawText()
1873 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawText()
1876 rInf.GetFrm()->SwitchHorizontalToVertical( aPos ); in DrawText()
1919 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize()
1922 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetTextSize()
1961 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize()
1964 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetTextSize()
2207 if ( rInf.GetFrm() && rInf.GetLen() && rInf.SnapToGrid() && in GetCrsrOfst()
2210 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetCrsrOfst()
2234 if ( rInf.GetFrm() && rInf.GetLen() && rInf.SnapToGrid() && in GetCrsrOfst()
2237 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetCrsrOfst()
2467 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && in GetTxtBreak()
2470 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetTxtBreak()
2501 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTxtBreak()
2504 GETGRID( rInf.GetFrm()->FindPageFrm() ) in GetTxtBreak()
2682 … if( GetFrm()->GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigBackRect, sal_False ) ) in ApplyAutoColor()