Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dscendlg.cxx49 …::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 Dscendlg.hxx40 …* pParent, const String& rName, sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False );
/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx491 sal_Bool bSheetProtected = pDoc->IsTabProtected(nTab); in Execute() local
497 …rioDlg( pTabViewShell->GetDialogParent(), aName, RID_SCDLG_NEWSCENARIO, sal_False,bSheetProtected); in Execute()
H A Dcellsh.cxx754 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 Dscdlgfact.cxx1238 sal_Bool bEdit , sal_Bool bSheetProtected ) in CreateScNewScenarioDlg() argument
1244 pDlg = new ScNewScenarioDlg( pParent, rName, bEdit,bSheetProtected ); in CreateScNewScenarioDlg()
H A Dscdlgfact.hxx516 sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False );
/trunk/main/sc/inc/
H A Dscabstdlg.hxx431 sal_Bool bEdit = sal_False, sal_Bool bSheetProtected = sal_False ) = 0;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx880 sal_Bool bSheetProtected = aDocument.IsTabProtected(nActualTab); in Execute() local
888 …ScNewScenarioDlg( GetActiveDialogParent(), aName, RID_SCDLG_NEWSCENARIO, sal_True,bSheetProtected); in Execute()

Completed in 53 milliseconds