Home
last modified time | relevance | path

Searched refs:GetProtection (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx130 bProtect = pProtAttr->GetProtection(); in Reset()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx157 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell(); in IsNoteCaptionClicked()
/trunk/main/sc/inc/
H A Dattrib.hxx139 sal_Bool GetProtection() const { return bProtection; } in GetProtection() function in ScProtectionAttr
H A Dchgtrack.hxx1357 com::sun::star::uno::Sequence< sal_Int8 > GetProtection() const in GetProtection() function in ScChangeTrack
H A Dtable.hxx284 ScTableProtection* GetProtection();
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx343 bEditable = !pItem->GetProtection(); in IsEditable()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1845 return pTab[nTab]->GetProtection(); in GetTabProtection()
1863 pTab[nTabDest]->SetProtection( pTab[nTabSrc]->GetProtection() ); in CopyTabProtection()
H A Dattarray.cxx1299 if ( pProtect->GetProtection() || pProtect->GetHideCell() ) in HasAttrib()
1723 GetItem(ATTR_PROTECTION)).GetProtection()) in GetNextUnprotected()
H A Dtable5.cxx1040 ScTableProtection* ScTable::GetProtection() in GetProtection() function in ScTable
H A Dtable1.cxx956 GetAttr(nCol,nRow,ATTR_PROTECTION))->GetProtection()) in ValidNextPos()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx924 pTrack->SetProtection(pDoc->GetChangeTrack()->GetProtection()); in CreateChangeTrack()
H A Dxmlexprt.cxx4362 …LUnitConverter::encodeBase64(aTrackedChangesKey, GetDocument()->GetChangeTrack()->GetProtection()); in GetConfigurationSettings()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1169 … if ( SvPasswordHelper::CompareHashPassword(pChangeTrack->GetProtection(), aPassword) ) in ExecuteChangeProtectionDialog()
H A Ddocsh.cxx3019 rPasswordHash = pChangeTrack->GetProtection(); in GetProtectionHash()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx850 if (rProt.GetProtection() || rProt.GetHideCell()) in DrawBackground()
H A Dgridwin.cxx363 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1345 mbLocked = rProtItem.GetProtection(); in FillFromItemSet()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx4805 pClonedTrack->SetProtection( GetProtection() ); in Clone()
H A Dinterpr1.cxx2287 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()

Completed in 230 milliseconds