Lines Matching refs:_rOutDevice
76 OutputDevice& _rOutDevice,
104 OutputDevice& _rOutDevice, in SvtScriptedTextHelper_Impl() argument
106 mrOutDevice( _rOutDevice ), in SvtScriptedTextHelper_Impl()
107 maLatinFont( _pLatinFont ? *_pLatinFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl()
108 maAsianFont( _pAsianFont ? *_pAsianFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl()
109 maCmplxFont( _pCmplxFont ? *_pCmplxFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl()
110 maDefltFont( _rOutDevice.GetFont() ) in SvtScriptedTextHelper_Impl()
324 SvtScriptedTextHelper::SvtScriptedTextHelper( OutputDevice& _rOutDevice ) : in SvtScriptedTextHelper() argument
325 mpImpl( new SvtScriptedTextHelper_Impl( _rOutDevice, NULL, NULL, NULL ) ) in SvtScriptedTextHelper()
330 OutputDevice& _rOutDevice, in SvtScriptedTextHelper() argument
332 mpImpl( new SvtScriptedTextHelper_Impl( _rOutDevice, _pLatinFont, _pAsianFont, _pCmplxFont ) ) in SvtScriptedTextHelper()