Searched refs:GetProtection (Results 1 – 20 of 20) sorted by relevance
131 bProtect = pProtAttr->GetProtection(); in Reset()
157 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell(); in IsNoteCaptionClicked()
139 sal_Bool GetProtection() const { return bProtection; } in GetProtection() function in ScProtectionAttr
1357 com::sun::star::uno::Sequence< sal_Int8 > GetProtection() const in GetProtection() function in ScChangeTrack
284 ScTableProtection* GetProtection();
343 bEditable = !pItem->GetProtection(); in IsEditable()
1845 return pTab[nTab]->GetProtection(); in GetTabProtection()1863 pTab[nTabDest]->SetProtection( pTab[nTabSrc]->GetProtection() ); in CopyTabProtection()
1040 ScTableProtection* ScTable::GetProtection() in GetProtection() function in ScTable
1299 if ( pProtect->GetProtection() || pProtect->GetHideCell() ) in HasAttrib()1723 GetItem(ATTR_PROTECTION)).GetProtection()) in GetNextUnprotected()
956 GetAttr(nCol,nRow,ATTR_PROTECTION))->GetProtection()) in ValidNextPos()
584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()
924 pTrack->SetProtection(pDoc->GetChangeTrack()->GetProtection()); in CreateChangeTrack()
4362 …LUnitConverter::encodeBase64(aTrackedChangesKey, GetDocument()->GetChangeTrack()->GetProtection()); in GetConfigurationSettings()
1169 … if ( SvPasswordHelper::CompareHashPassword(pChangeTrack->GetProtection(), aPassword) ) in ExecuteChangeProtectionDialog()
3019 rPasswordHash = pChangeTrack->GetProtection(); in GetProtectionHash()
850 if (rProt.GetProtection() || rProt.GetHideCell()) in DrawBackground()
361 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
1345 mbLocked = rProtItem.GetProtection(); in FillFromItemSet()
4805 pClonedTrack->SetProtection( GetProtection() ); in Clone()
2150 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()
Completed in 215 milliseconds