Home
last modified time | relevance | path

Searched refs:bProtection (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattrib.cxx204 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 …]
/trunk/main/sc/inc/
H A Dattrib.hxx110 sal_Bool bProtection; // Zelle schuetzen member in ScProtectionAttr
139 sal_Bool GetProtection() const { return bProtection; } in GetProtection()
149 bProtection = rProtection.bProtection; in operator =()
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx378 bool bProtection; in Reset_Impl() local
379 QueryRecordChangesProtectionState( m_eRedlingMode, bProtection ); in Reset_Impl()
383 if (bProtection) in Reset_Impl()
/trunk/main/sc/source/filter/xml/
H A Dxmltabi.cxx165 sal_Bool bProtection(sal_False); in ScXMLTableContext() local
188 bProtection = IsXMLToken(sValue, XML_TRUE); in ScXMLTableContext()
223 GetScImport().GetTables().NewSheet(sName, sStyleName, bProtection, sPassword); in ScXMLTableContext()
H A Dxmlsubti.hxx128 sal_Bool bProtection; member in ScMyTables
143 const sal_Bool bProtection, const rtl::OUString& sPassword);
H A Dxmlsubti.cxx188 bProtection = bTempProtection; in NewSheet()
654 if (rImport.GetDocument() && bProtection) in DeleteTable()
659 pProtect->setProtected(bProtection); in DeleteTable()

Completed in 46 milliseconds