Searched refs:bProtection (Results 1 – 6 of 6) sorted by relevance
204 bProtection(sal_True), in ScProtectionAttr()216 bProtection(bProtect), in ScProtectionAttr()228 bProtection = rItem.bProtection; in ScProtectionAttr()248 aProtection.IsLocked = bProtection; in QueryValue()256 rVal <<= (sal_Bool ) bProtection; break; in QueryValue()283 bProtection = aProtection.IsLocked; in PutValue()296 bRet = (rVal >>= bVal); if (bRet) bProtection=bVal; break; in PutValue()320 aValue += (bProtection ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()357 rText += (bProtection ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()379 && (bProtection == ((ScProtectionAttr&)rItem).bProtection) in operator ==()[all …]
110 sal_Bool bProtection; // Zelle schuetzen member in ScProtectionAttr139 sal_Bool GetProtection() const { return bProtection; } in GetProtection()149 bProtection = rProtection.bProtection; in operator =()
378 bool bProtection; in Reset_Impl() local379 QueryRecordChangesProtectionState( m_eRedlingMode, bProtection ); in Reset_Impl()383 if (bProtection) in Reset_Impl()
165 sal_Bool bProtection(sal_False); in ScXMLTableContext() local188 bProtection = IsXMLToken(sValue, XML_TRUE); in ScXMLTableContext()223 GetScImport().GetTables().NewSheet(sName, sStyleName, bProtection, sPassword); in ScXMLTableContext()
128 sal_Bool bProtection; member in ScMyTables143 const sal_Bool bProtection, const rtl::OUString& sPassword);
188 bProtection = bTempProtection; in NewSheet()654 if (rImport.GetDocument() && bProtection) in DeleteTable()659 pProtect->setProtected(bProtection); in DeleteTable()
Completed in 37 milliseconds