Lines Matching refs:xSection
251 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aReportHelper); in implReInsert() local
252 lcl_insertElements(xSection,m_aControls); in implReInsert()
253 lcl_setValues(xSection,m_aValues); in implReInsert()
280 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aGroupHelper); in OGroupSectionUndo() local
281 if ( xSection.is() ) in OGroupSectionUndo()
282 m_sName = xSection->getName(); in OGroupSectionUndo()
283 collectControls(xSection); in OGroupSectionUndo()
293 …uno::Reference< report::XSection > xSection = const_cast<OGroupSectionUndo*>(this)->m_pMemberFunct… in GetComment() local
295 if ( xSection.is() ) in GetComment()
296 m_sName = xSection->getName(); in GetComment()
314 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aGroupHelper); in implReInsert() local
315 lcl_insertElements(xSection,m_aControls); in implReInsert()
316 lcl_setValues(xSection,m_aValues); in implReInsert()