Searched refs:m_eParagraphDirection (Results 1 – 2 of 2) sorted by relevance
452 ,m_eParagraphDirection( FRMDIR_HORI_LEFT_TOP ) in ParagraphDirectionHandler()458 …case SID_ATTR_PARA_LEFT_TO_RIGHT: m_eParagraphDirection = FRMDIR_HORI_LEFT_TOP; m_eDefaultAdjustme… in ParagraphDirectionHandler()459 …case SID_ATTR_PARA_RIGHT_TO_LEFT: m_eParagraphDirection = FRMDIR_HORI_RIGHT_TOP; m_eDefaultAdjustm… in ParagraphDirectionHandler()475 return ( eDirection == m_eParagraphDirection ) ? eChecked : eUnchecked; in implGetCheckState()481 _rNewAttribs.Put( SvxFrameDirectionItem( m_eParagraphDirection, getWhich() ) ); in executeAttribute()
219 SvxFrameDirection m_eParagraphDirection; member in frm::ParagraphDirectionHandler
Completed in 20 milliseconds