Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx94 bool isOptionEnabled(SCSIZE nOptId) const;
252 bool ScTableProtectionImpl::isOptionEnabled(SCSIZE nOptId) const in isOptionEnabled() function in ScTableProtectionImpl
341 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled() function in ScDocProtection
343 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
416 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled() function in ScTableProtection
418 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx125 …aRecList.AppendNewRecord( new XclExpWindowProtection(pProtect->isOptionEnabled(ScDocProtection::WI…
126 …aRecList.AppendNewRecord( new XclExpProtection(pProtect->isOptionEnabled(ScDocProtection::STRUCTUR…
268 Add( new XclExpWindowProtection(pProtect->isOptionEnabled(ScDocProtection::WINDOWS)) ); in FillAsHeader()
269 Add( new XclExpProtection(pProtect->isOptionEnabled(ScDocProtection::STRUCTURE)) ); in FillAsHeader()
476 … Add( new XclExpBoolRecord(0x00DD, pTabProtect->isOptionEnabled(ScTableProtection::SCENARIOS)) ); in FillAsTable()
477 … Add( new XclExpBoolRecord(0x0063, pTabProtect->isOptionEnabled(ScTableProtection::OBJECTS)) ); in FillAsTable()
H A Dxeroot.cxx242 … if (pDocProt && pDocProt->isProtected() && pDocProt->isOptionEnabled(ScDocProtection::STRUCTURE)) in IsDocumentEncrypted()
/trunk/main/sc/inc/
H A Dtabprotection.hxx108 bool isOptionEnabled(Option eOption) const;
165 bool isOptionEnabled(Option eOption) const;
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx680 bool bSelProtected = pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in IsSelectionAllowed()
681 bool bSelUnprotected = pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in IsSelectionAllowed()
H A Dselect.cxx327 bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in SetCursorAtCell()
328 … bool bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in SetCursorAtCell()
H A Dgridwin.cxx2167 … bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in MouseButtonUp()
2168 … bool bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in MouseButtonUp()
2853 … bool bSelProtected = pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in Command()
2854 … bool bSelUnprotected = pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in Command()
H A Dtabview3.cxx966 bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in MoveCursorRel()
967 bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in MoveCursorRel()
/trunk/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.cxx78 maOptionsListBox.CheckEntryPos(i, rData.isOptionEnabled(aOptions[i])); in SetDialogData()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx279 bLockedCells = pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in getEnableSelection()
280 bUnlockedCells = pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in getEnableSelection()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1117 if ( pProtect->isOptionEnabled(aTable[i].eOption) ) in XclExpSheetProtectOptions()

Completed in 469 milliseconds