Searched refs:_pIsSectionOn (Results 1 – 2 of 2) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 171 …rt::XSection> , OReportHelper> _pGetSection,::std::mem_fun_t<sal_Bool,OReportHelper> _pIsSectionOn) in setReportSectionTitle() argument 174 …const bool bRet = _pIsSectionOn(&aReportHelper) && _pGetSection(&aReportHelper) == m_aReportSectio… in setReportSectionTitle() 184 …port::XSection> , OGroupHelper> _pGetSection,::std::mem_fun_t<sal_Bool,OGroupHelper> _pIsSectionOn) in setGroupSectionTitle() argument 187 …const bool bRet = _pIsSectionOn(&aGroupHelper) && _pGetSection(&aGroupHelper) == m_aReportSection.… in setGroupSectionTitle()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | SectionWindow.hxx | 76 …rt::XSection> , OGroupHelper> _pGetSection,::std::mem_fun_t<sal_Bool, OGroupHelper> _pIsSectionOn); 86 …::XSection> , OReportHelper> _pGetSection,::std::mem_fun_t<sal_Bool, OReportHelper> _pIsSectionOn);
|
Completed in 21 milliseconds