/aoo4110/main/sc/source/core/data/ |
H A D | tabprotection.cxx | 56 if (!p || !p->isProtected()) in needsPassHashRegen() 83 bool isProtected() const; 140 bool ScTableProtectionImpl::isProtected() const in isProtected() function in ScTableProtectionImpl 291 bool ScDocProtection::isProtected() const in isProtected() function in ScDocProtection 293 return mpImpl->isProtected(); in isProtected() 371 bool ScTableProtection::isProtected() const in isProtected() function in ScTableProtection 373 return mpImpl->isProtected(); in isProtected()
|
H A D | table5.cxx | 1026 return pTabProtection.get() && pTabProtection->isProtected(); in IsProtected()
|
H A D | documen3.cxx | 1824 return pDocProtection.get() && pDocProtection->isProtected(); in IsDocProtected()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.cxx | 95 if (pDocProtect && pDocProtect->isProtected()) in SetDataFromDocument() 106 if (pTabProtect && pTabProtect->isProtected()) in SetDataFromDocument() 208 if (mpDocItem.get() && mpDocItem->isProtected()) in SetDocData() 262 if (pTabProtect && pTabProtect->isProtected()) in SetTableData() 294 if (!pProtected || !pProtected->isProtected()) in lcl_IsInGoodStatus()
|
/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XProtectable.java | 41 boolean result = oObj.isProtected(); in _isProtected() 68 result &= oObj.isProtected(); in _unprotect() 76 result &= !oObj.isProtected(); in _unprotect()
|
/aoo4110/main/sc/inc/ |
H A D | tabprotection.hxx | 66 virtual bool isProtected() const = 0; 96 virtual bool isProtected() const; 153 virtual bool isProtected() const;
|
H A D | docuno.hxx | 207 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
|
H A D | cellsuno.hxx | 1190 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 1273 DoProtect(!mpProtectSettings->isProtected()); in Undo() 1280 DoProtect(mpProtectSettings->isProtected()); in Redo() 1296 … sal_uInt16 nId = mpProtectSettings->isProtected() ? STR_UNDO_PROTECT_DOC : STR_UNDO_UNPROTECT_DOC; in GetComment() 1343 DoProtect(!mpProtectSettings->isProtected()); in Undo() 1350 DoProtect(mpProtectSettings->isProtected()); in Redo() 1366 … sal_uInt16 nId = mpProtectSettings->isProtected() ? STR_UNDO_PROTECT_TAB : STR_UNDO_UNPROTECT_TAB; in GetComment()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | excdoc.cxx | 123 if (pProtect && pProtect->isProtected()) 266 if (pProtect && pProtect->isProtected()) in FillAsHeader() 473 if (pTabProtect && pTabProtect->isProtected()) in FillAsTable()
|
H A D | xeroot.cxx | 242 … if (pDocProt && pDocProt->isProtected() && pDocProt->isOptionEnabled(ScDocProtection::STRUCTURE)) in IsDocumentEncrypted()
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XProtectable.idl | 60 boolean isProtected();
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentbase.cxx | 205 if( !xProt->isProtected() ) in Unprotect()
|
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScModelObj.csv | 20 "ScModelObj";"com::sun::star::util::XProtectable";"isProtected()"
|
H A D | com.sun.star.comp.office.ScTableSheetObj.csv | 135 "ScTableSheetObj";"com::sun::star::util::XProtectable";"isProtected()"
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworkbook.cxx | 265 return xProt->isProtected(); in getProtectStructure()
|
H A D | vbaworksheet.cxx | 439 return xProtectable->isProtected(); in getProtectContents()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 663 if ( pProtect && pProtect->isProtected() ) in IsSelectionAllowed()
|
H A D | tabvwsh3.cxx | 1002 if (pProtect && pProtect->isProtected()) in Execute()
|
H A D | gridwin.cxx | 2149 if ( pProtect && pProtect->isProtected() ) in MouseButtonUp() 2834 if ( pProtect && pProtect->isProtected() ) in Command()
|
H A D | tabview3.cxx | 964 if ( pProtect && pProtect->isProtected() ) in MoveCursorRel()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3507 if (!pDocProtect || !pDocProtect->isProtected()) in Unprotect() 3538 if (!pTabProtect || !pTabProtect->isProtected()) in Unprotect()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1462 sal_Bool SAL_CALL ScModelObj::isProtected() throw(uno::RuntimeException) in isProtected() function in ScModelObj
|
H A D | cellsuno.cxx | 8012 sal_Bool SAL_CALL ScTableSheetObj::isProtected() throw(uno::RuntimeException) in isProtected() function in ScTableSheetObj
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1724 if (xProtectable.is() && xProtectable->isProtected()) in _ExportContent()
|