Searched refs:_rOutDevice (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | scriptedtext.cxx | 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 [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | scriptedtext.hxx | 55 SvtScriptedTextHelper( OutputDevice& _rOutDevice ); 67 OutputDevice& _rOutDevice,
|
Completed in 7 milliseconds