Lines Matching refs:rOutDev
69 OutputDevice &rOutDev; member in SmTmpDevice
79 ~SmTmpDevice() { rOutDev.Pop(); } in ~SmTmpDevice()
83 void SetLineColor( const Color& rColor ) { rOutDev.SetLineColor( Impl_GetColor(rColor) ); } in SetLineColor()
84 void SetFillColor( const Color& rColor ) { rOutDev.SetFillColor( Impl_GetColor(rColor) ); } in SetFillColor()
85 void SetTextColor( const Color& rColor ) { rOutDev.SetTextColor( Impl_GetColor(rColor) ); } in SetTextColor()
87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&()
92 rOutDev(rTheDev) in SmTmpDevice()
94 rOutDev.Push( PUSH_FONT | PUSH_MAPMODE | in SmTmpDevice()
96 if (bUseMap100th_mm && MAP_100TH_MM != rOutDev.GetMapMode().GetMapUnit()) in SmTmpDevice()
99 rOutDev.SetMapMode( MAP_100TH_MM ); //Immer fuer 100% fomatieren in SmTmpDevice()
109 if (OUTDEV_PRINTER == rOutDev.GetOutDevType()) in Impl_GetColor()
113 Color aBgCol( rOutDev.GetBackground().GetColor() ); in Impl_GetColor()
114 if (OUTDEV_WINDOW == rOutDev.GetOutDevType()) in Impl_GetColor()
115 aBgCol = ((Window &) rOutDev).GetDisplayBackground().GetColor(); in Impl_GetColor()
132 rOutDev.SetFont( rNewFont ); in SetFont()
133 rOutDev.SetTextColor( Impl_GetColor( rNewFont.GetColor() ) ); in SetFont()