Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx56 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 Dtable5.cxx1026 return pTabProtection.get() && pTabProtection->isProtected(); in IsProtected()
H A Ddocumen3.cxx1824 return pDocProtection.get() && pDocProtection->isProtected(); in IsDocProtected()
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx95 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XProtectable.java41 boolean result = oObj.isProtected(); in _isProtected()
68 result &= oObj.isProtected(); in _unprotect()
76 result &= !oObj.isProtected(); in _unprotect()
/trunk/main/sc/inc/
H A Dtabprotection.hxx66 virtual bool isProtected() const = 0;
96 virtual bool isProtected() const;
153 virtual bool isProtected() const;
H A Ddocuno.hxx207 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
H A Dcellsuno.hxx1190 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx1273 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()
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx123 if (pProtect && pProtect->isProtected())
266 if (pProtect && pProtect->isProtected()) in FillAsHeader()
473 if (pTabProtect && pTabProtect->isProtected()) in FillAsTable()
H A Dxeroot.cxx242 … if (pDocProt && pDocProt->isProtected() && pDocProt->isOptionEnabled(ScDocProtection::STRUCTURE)) in IsDocumentEncrypted()
/trunk/main/offapi/com/sun/star/util/
H A DXProtectable.idl68 boolean isProtected();
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx205 if( !xProt->isProtected() ) in Unprotect()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScModelObj.csv20 "ScModelObj";"com::sun::star::util::XProtectable";"isProtected()"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv135 "ScTableSheetObj";"com::sun::star::util::XProtectable";"isProtected()"
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbook.cxx265 return xProt->isProtected(); in getProtectStructure()
H A Dvbaworksheet.cxx439 return xProtectable->isProtected(); in getProtectContents()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx663 if ( pProtect && pProtect->isProtected() ) in IsSelectionAllowed()
H A Dtabvwsh3.cxx1002 if (pProtect && pProtect->isProtected()) in Execute()
H A Dgridwin.cxx2164 if ( pProtect && pProtect->isProtected() ) in MouseButtonUp()
2849 if ( pProtect && pProtect->isProtected() ) in Command()
H A Dtabview3.cxx964 if ( pProtect && pProtect->isProtected() ) in MoveCursorRel()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3507 if (!pDocProtect || !pDocProtect->isProtected()) in Unprotect()
3538 if (!pTabProtect || !pTabProtect->isProtected()) in Unprotect()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1462 sal_Bool SAL_CALL ScModelObj::isProtected() throw(uno::RuntimeException) in isProtected() function in ScModelObj
H A Dcellsuno.cxx8012 sal_Bool SAL_CALL ScTableSheetObj::isProtected() throw(uno::RuntimeException) in isProtected() function in ScTableSheetObj
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1724 if (xProtectable.is() && xProtectable->isProtected()) in _ExportContent()

Completed in 313 milliseconds