Home
last modified time | relevance | path

Searched refs:_rOutDevice (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx76 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 …]
/trunk/main/svtools/inc/svtools/
H A Dscriptedtext.hxx55 SvtScriptedTextHelper( OutputDevice& _rOutDevice );
67 OutputDevice& _rOutDevice,

Completed in 18 milliseconds