Lines Matching refs:aViewData
2758 ::comphelper::NamedValueCollection aViewData; in getViewData()
2759 aViewData.put( "CommandProperties", aCommandProperties.getPropertyValues() ); in getViewData()
2777 aViewData.put( "CollapsedSections", aCollapsedSections ); in getViewData()
2783 …aViewData.put( "MarkedSection", (sal_Int32)pSectionWindow->getReportSection().getPage()->GetPageNu… in getViewData()
2787 aViewData.put( "ZoomFactor", m_nZoomValue ); in getViewData()
2788 return uno::makeAny( aViewData.getPropertyValues() ); in getViewData()
2797 const ::comphelper::NamedValueCollection aViewData( i_data ); in restoreViewData() local
2799 m_aCollapsedSections = aViewData.getOrDefault( "CollapsedSections", m_aCollapsedSections ); in restoreViewData()
2800 m_nPageNum = aViewData.getOrDefault( "MarkedSection", m_nPageNum ); in restoreViewData()
2801 m_nZoomValue = aViewData.getOrDefault( "ZoomFactor", m_nZoomValue ); in restoreViewData()
2807 … ::comphelper::NamedValueCollection aCommandProperties( aViewData.get( "CommandProperties" ) ); in restoreViewData()