Searched refs:_nTextStyle (Results 1 – 2 of 2) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 117 void Paint( OutputDevice& _rDevice, const Rectangle& _rRect, sal_uInt16 _nTextStyle, 131 …oid PseudoRubyText::Paint( OutputDevice& _rDevice, const Rectangle& _rRect, sal_uInt16 _nTextStyle, in Paint() argument 146 Rectangle aPrimaryRect = _rDevice.GetTextRect( _rRect, m_sPrimaryText, _nTextStyle ); in Paint() 150 aSecondaryRect = _rDevice.GetTextRect( _rRect, m_sSecondaryText, _nTextStyle ); in Paint() 160 if ( TEXT_DRAW_RIGHT & _nTextStyle ) in Paint() 166 else if ( TEXT_DRAW_CENTER & _nTextStyle ) in Paint() 178 if ( TEXT_DRAW_BOTTOM & _nTextStyle ) in Paint() 184 else if ( TEXT_DRAW_VCENTER & _nTextStyle ) in Paint() 203 sal_uInt16 nDrawTextStyle( _nTextStyle ); in Paint()
|
/trunk/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 128 sal_uInt16 _nTextStyle; member in WaitWindow_Impl 2395 _nTextStyle = TEXT_DRAW_CENTER | TEXT_DRAW_VCENTER | TEXT_DRAW_WORDBREAK | TEXT_DRAW_MULTILINE; in WaitWindow_Impl() 2397 _aRect = GetTextRect( aRect, _aText, _nTextStyle ); in WaitWindow_Impl() 2417 DrawText( _aRect, _aText, _nTextStyle ); in Paint()
|
Completed in 38 milliseconds