Searched refs:bSheetProtected (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/ui/dbgui/ |
H A D | scendlg.cxx | 49 …::ScNewScenarioDlg( Window* pParent, const String& rName, sal_Bool bEdit, sal_Bool bSheetProtected) in ScNewScenarioDlg() argument 133 if (bSheetProtected) in ScNewScenarioDlg()
|
/trunk/main/sc/source/ui/inc/ |
H A D | scendlg.hxx | 40 …* pParent, const String& rName, sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False );
|
/trunk/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 491 sal_Bool bSheetProtected = pDoc->IsTabProtected(nTab); in Execute() local 497 …rioDlg( pTabViewShell->GetDialogParent(), aName, RID_SCDLG_NEWSCENARIO, sal_False,bSheetProtected); in Execute()
|
H A D | cellsh.cxx | 754 bool bSheetProtected = pDoc->IsTabProtected(nTab); in GetState() local 763 aProtect = (bSheetProtected && (nFlags & SC_SCENARIO_PROTECT)) ? '1' : '0'; in GetState()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 1238 sal_Bool bEdit , sal_Bool bSheetProtected ) in CreateScNewScenarioDlg() argument 1244 pDlg = new ScNewScenarioDlg( pParent, rName, bEdit,bSheetProtected ); in CreateScNewScenarioDlg()
|
H A D | scdlgfact.hxx | 516 sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False );
|
/trunk/main/sc/inc/ |
H A D | scabstdlg.hxx | 431 sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False ) = 0;
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 880 sal_Bool bSheetProtected = aDocument.IsTabProtected(nActualTab); in Execute() local 888 …ScNewScenarioDlg( GetActiveDialogParent(), aName, RID_SCDLG_NEWSCENARIO, sal_True,bSheetProtected); in Execute()
|
Completed in 139 milliseconds