Searched refs:m_eZoomType (Results 1 – 2 of 2) sorted by relevance
132 SvxZoomType m_eZoomType; member in rptui::OReportController458 inline void resetZoomType() { m_eZoomType = SVX_ZOOM_PERCENT; } in resetZoomType()
306 ,m_eZoomType(SVX_ZOOM_PERCENT) in DBG_NAME()948 SvxZoomItem aZoom(m_eZoomType,m_nZoomValue); in GetState()1645 m_eZoomType = aZoomItem.GetType(); in Execute()1655 m_eZoomType = SVX_ZOOM_PERCENT; in Execute()4273 SvxZoomItem aZoomItem( m_eZoomType, m_nZoomValue, SID_ATTR_ZOOM ); in openZoomDialog()4284 m_eZoomType = rZoomItem.GetType(); in openZoomDialog()4286 if ( m_eZoomType != SVX_ZOOM_PERCENT ) in openZoomDialog()4287 m_nZoomValue = getDesignView()->getZoomFactor( m_eZoomType ); in openZoomDialog()
Completed in 84 milliseconds