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