Lines Matching refs:bSwitchOn

3807 		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()
3876 ,bSwitchOn ? Inserted : Removed in switchPageSection()
3883 m_xReportDefinition->setPageHeaderOn( bSwitchOn ); in switchPageSection()
3889 m_xReportDefinition->setPageHeaderOn( bSwitchOn ); in switchPageSection()
3890 m_xReportDefinition->setPageFooterOn( bSwitchOn ); in switchPageSection()
3948 …const sal_Bool bSwitchOn = aMap.getUnpackedValueOrDefault(_bHeader ? PROPERTY_HEADERON : PROPERTY_… in createGroupSection() local
3958 ,bSwitchOn ? Inserted : Removed in createGroupSection()
3960 … (bSwitchOn ? RID_STR_UNDO_ADD_GROUP_HEADER : RID_STR_UNDO_REMOVE_GROUP_HEADER) in createGroupSection()
3961 … :(bSwitchOn ? RID_STR_UNDO_ADD_GROUP_FOOTER : RID_STR_UNDO_REMOVE_GROUP_FOOTER) in createGroupSection()
3966 xGroup->setHeaderOn( bSwitchOn ); in createGroupSection()
3968 xGroup->setFooterOn( bSwitchOn ); in createGroupSection()