Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/ui/report/
H A DReportController.cxx3807 const bool bSwitchOn = !m_xReportDefinition->getReportHeaderOn(); in switchReportSection() local
3812 …const String sUndoAction(ModuleRes(bSwitchOn ? RID_STR_UNDO_ADD_REPORTHEADERFOOTER : RID_STR_UNDO_… in switchReportSection()
3818 ,bSwitchOn ? Inserted : Removed in switchReportSection()
3825 ,bSwitchOn ? Inserted : Removed in switchReportSection()
3833 m_xReportDefinition->setReportHeaderOn( bSwitchOn ); in switchReportSection()
3839 m_xReportDefinition->setReportHeaderOn( bSwitchOn ); in switchReportSection()
3840 m_xReportDefinition->setReportFooterOn( bSwitchOn ); in switchReportSection()
3856 const bool bSwitchOn = !m_xReportDefinition->getPageHeaderOn(); in switchPageSection() local
3861 …const String sUndoAction(ModuleRes(bSwitchOn ? RID_STR_UNDO_ADD_REPORTHEADERFOOTER : RID_STR_UNDO_… in switchPageSection()
3868 ,bSwitchOn ? Inserted : Removed in switchPageSection()
[all …]