Lines Matching refs:bActive

685 void ScTabViewShell::SetDrawShell( sal_Bool bActive )  in SetDrawShell()  argument
687 if(bActive) in SetDrawShell()
710 bActiveDrawSh = bActive; in SetDrawShell()
713 if ( !bActive ) in SetDrawShell()
727 void ScTabViewShell::SetDrawTextShell( sal_Bool bActive ) in SetDrawTextShell() argument
729 bActiveDrawTextSh = bActive; in SetDrawTextShell()
730 if ( bActive ) in SetDrawTextShell()
745 void ScTabViewShell::SetPivotShell( sal_Bool bActive ) in SetPivotShell() argument
747 bActivePivotSh = bActive; in SetPivotShell()
754 if ( bActive ) in SetPivotShell()
769 void ScTabViewShell::SetAuditShell( sal_Bool bActive ) in SetAuditShell() argument
771 bActiveAuditingSh = bActive; in SetAuditShell()
772 if ( bActive ) in SetAuditShell()
786 void ScTabViewShell::SetDrawFormShell( sal_Bool bActive ) in SetDrawFormShell() argument
788 bActiveDrawFormSh = bActive; in SetDrawFormShell()
793 void ScTabViewShell::SetChartShell( sal_Bool bActive ) in SetChartShell() argument
795 bActiveChartSh = bActive; in SetChartShell()
801 void ScTabViewShell::SetGraphicShell( sal_Bool bActive ) in SetGraphicShell() argument
803 bActiveGraphicSh = bActive; in SetGraphicShell()
809 void ScTabViewShell::SetMediaShell( sal_Bool bActive ) in SetMediaShell() argument
811 bActiveMediaSh = bActive; in SetMediaShell()
817 void ScTabViewShell::SetOleObjectShell( sal_Bool bActive ) in SetOleObjectShell() argument
819 bActiveOleObjectSh = bActive; in SetOleObjectShell()
827 void ScTabViewShell::SetEditShell(EditView* pView, sal_Bool bActive ) in SetEditShell() argument
829 if(bActive) in SetEditShell()
842 bActiveEditSh = bActive; in SetEditShell()