Searched refs:OReportHelper (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 146 …xReport,RID_STR_REPORT_HEADER,::std::mem_fun(&OReportHelper::getReportHeader),::std::mem_fun(&ORep… in _propertyChanged() 147 …xReport,RID_STR_REPORT_FOOTER,::std::mem_fun(&OReportHelper::getReportFooter),::std::mem_fun(&ORep… in _propertyChanged() 148 …le(xReport,RID_STR_PAGE_HEADER,::std::mem_fun(&OReportHelper::getPageHeader),::std::mem_fun(&ORepo… in _propertyChanged() 149 …le(xReport,RID_STR_PAGE_FOOTER,::std::mem_fun(&OReportHelper::getPageFooter),::std::mem_fun(&ORepo… in _propertyChanged() 171 …m_fun_t<uno::Reference<report::XSection> , OReportHelper> _pGetSection,::std::mem_fun_t<sal_Bool,O… in setReportSectionTitle() 173 OReportHelper aReportHelper(_xReport); in setReportSectionTitle()
|
H A D | ReportController.cxx | 3816 ,::std::mem_fun(&OReportHelper::getReportHeader) in switchReportSection() 3823 ,::std::mem_fun(&OReportHelper::getReportFooter) in switchReportSection() 3866 ,::std::mem_fun(&OReportHelper::getPageHeader) in switchPageSection() 3874 ,::std::mem_fun(&OReportHelper::getPageFooter) in switchPageSection()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 76 ::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper> OReportHelper::getMemberFunction… in getMemberFunction() 79 …:mem_fun_t<uno::Reference<report::XSection> , OReportHelper> pMemFunSection = ::std::mem_fun(&ORep… in getMemberFunction() 81 pMemFunSection = ::std::mem_fun(&OReportHelper::getReportHeader); in getMemberFunction() 83 pMemFunSection = ::std::mem_fun(&OReportHelper::getPageHeader); in getMemberFunction() 85 pMemFunSection = ::std::mem_fun(&OReportHelper::getPageFooter); in getMemberFunction() 87 pMemFunSection = ::std::mem_fun(&OReportHelper::getDetail); in getMemberFunction() 310 ,OReportHelper> _pMemberFunction in OUndoReportSectionAction() 429 ,OReportHelper> _pMemberFunction in OUndoPropertyReportSectionAction()
|
H A D | ReportUndoFactory.cxx | 44 …pUndo = new OUndoReportSectionAction(*rObject.GetModel(),_eAction,OReportHelper::getMemberFunction… in lcl_createUndo()
|
H A D | UndoEnv.cxx | 368 …o = new OUndoPropertyReportSectionAction( m_pImpl->m_rModel, _rEvent, OReportHelper::getMemberFunc… in propertyChange()
|
/aoo41x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 100 class REPORTDESIGN_DLLPUBLIC OReportHelper class 104 …OReportHelper(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition … in OReportHelper() function in rptui::OReportHelper 119 …com::sun::star::uno::Reference< ::com::sun::star::report::XSection> , OReportHelper> getMemberFunc… 222 OReportHelper m_aReportHelper; 224 ,OReportHelper> m_pMemberFunction; 229 ,OReportHelper> _pMemberFunction 293 OReportHelper m_aReportHelper; 295 ,OReportHelper> m_pMemberFunction; 302 ,OReportHelper> _pMemberFunction
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 77 OReportHelper m_aReportHelper; 79 ,OReportHelper> m_pMemberFunction; 91 ,OReportHelper> _pMemberFunction
|
H A D | SectionWindow.hxx | 86 …ce< ::com::sun::star::report::XSection> , OReportHelper> _pGetSection,::std::mem_fun_t<sal_Bool, O…
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 230 ,OReportHelper> _pMemberFunction in OReportSectionUndo()
|
Completed in 168 milliseconds