Home
last modified time | relevance | path

Searched refs:m_aReportSection (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx60 ,m_aReportSection( this,_xSection) in DBG_NAME()
81 setZoomFactor(rMapMode.GetScaleX(),m_aReportSection); in DBG_NAME()
87 m_aReportSection.Show(); in DBG_NAME()
130 const uno::Reference< report::XSection> xCurrentSection = m_aReportSection.getSection(); in _propertyChanged()
174 …t = _pIsSectionOn(&aReportHelper) && _pGetSection(&aReportHelper) == m_aReportSection.getSection(); in setReportSectionTitle()
187 …et = _pIsSectionOn(&aGroupHelper) && _pGetSection(&aGroupHelper) == m_aReportSection.getSection() ; in setGroupSectionTitle()
257 const uno::Reference< report::XSection> xSection = m_aReportSection.getSection(); in Resize()
264 m_aReportSection.SetPosSizePixel(aReportPos,aSectionSize); in Resize()
290 m_pParent->getView()->showProperties( m_aReportSection.getSection().get() ); in showProperties()
304 m_aReportSection.Show(bShow); in IMPL_LINK()
[all …]
/AOO41X/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx58 OReportSection m_aReportSection; member in rptui::OSectionWindow
108 inline OReportSection& getReportSection() { return m_aReportSection; } in getReportSection()