Searched refs:rZoomItem (Results 1 – 5 of 5) sorted by relevance
241 const SvxZoomItem& rZoomItem = (const SvxZoomItem&)rItem; in SvxZoomDialog() local242 const sal_uInt16 nZoom = rZoomItem.GetValue(); in SvxZoomDialog()243 const SvxZoomType eType = rZoomItem.GetType(); in SvxZoomDialog()244 const sal_uInt16 nValSet = rZoomItem.GetValueSet(); in SvxZoomDialog()
347 const SvxZoomItem& rZoomItem = (const SvxZoomItem&)rItem; in SvxZoomDialog() local348 const USHORT nZoom = rZoomItem.GetValue(); in SvxZoomDialog()349 const SvxZoomType eType = rZoomItem.GetType(); in SvxZoomDialog()350 const USHORT nValSet = rZoomItem.GetValueSet(); in SvxZoomDialog()
588 const SvxZoomItem& rZoomItem = (const SvxZoomItem&) in Execute() local591 eZoom = rZoomItem.GetType(); in Execute()592 nZoom = rZoomItem.GetValue(); in Execute()612 const SvxZoomItem& rZoomItem = (const SvxZoomItem&) in Execute() local616 eZoom = rZoomItem.GetType(); in Execute()617 nZoom = rZoomItem.GetValue(); in Execute()
657 const SvxZoomItem& rZoomItem = (const SvxZoomItem&) in Execute() local660 eNewZoomType = rZoomItem.GetType(); in Execute()661 nZoom = rZoomItem.GetValue(); in Execute()696 const SvxZoomItem& rZoomItem = (const SvxZoomItem&) in Execute() local700 eNewZoomType = rZoomItem.GetType(); in Execute()701 nZoom = rZoomItem.GetValue(); in Execute()
4283 … const SvxZoomItem& rZoomItem = (const SvxZoomItem&)pDlg->GetOutputItemSet()->Get( SID_ATTR_ZOOM ); in openZoomDialog() local4284 m_eZoomType = rZoomItem.GetType(); in openZoomDialog()4285 m_nZoomValue = rZoomItem.GetValue(); in openZoomDialog()
Completed in 191 milliseconds