Home
last modified time | relevance | path

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

12

/trunk/main/sc/source/core/data/
H A Dattrib.cxx59 TYPEINIT1_AUTOFACTORY(ScProtectionAttr, SfxPoolItem);
202 ScProtectionAttr::ScProtectionAttr(): in ScProtectionAttr() function in ScProtectionAttr
213 ScProtectionAttr::ScProtectionAttr( sal_Bool bProtect, sal_Bool bHFormula, in ScProtectionAttr() function in ScProtectionAttr
225 ScProtectionAttr::ScProtectionAttr(const ScProtectionAttr& rItem): in ScProtectionAttr() function in ScProtectionAttr
234 ScProtectionAttr::~ScProtectionAttr() in ~ScProtectionAttr()
312 String ScProtectionAttr::GetValueText() const in GetValueText()
331 SfxItemPresentation ScProtectionAttr::GetPresentation in GetPresentation()
381 && (bHideCell == ((ScProtectionAttr&)rItem).bHideCell) in operator ==()
389 return new ScProtectionAttr(*this); in Clone()
427 sal_Bool ScProtectionAttr::SetHideCell( sal_Bool bHCell) in SetHideCell()
[all …]
H A Dfillinfo.cxx468 const ScProtectionAttr& rProtAttr = (const ScProtectionAttr&) in FillInfo()
H A Dattarray.cxx1297 const ScProtectionAttr* pProtect = in HasAttrib()
1298 (const ScProtectionAttr*) &pPattern->GetItem( ATTR_PROTECTION ); in HasAttrib()
1722 while (((const ScProtectionAttr&)pData[nIndex].pPattern-> in GetNextUnprotected()
H A Dcolumn3.cxx1658 const ScProtectionAttr* pAttr = (const ScProtectionAttr*)&pPattern->GetItem(ATTR_PROTECTION); in RemoveProtected()
H A Dtable2.cxx406 aPattern.GetItemSet().Put( ScProtectionAttr( sal_False ) ); in DeleteArea()
431 aSet.Put( ScProtectionAttr( sal_False ) ); in DeleteSelection()
529 aPattern.GetItemSet().Put( ScProtectionAttr( sal_False ) ); in CopyFromClip()
H A Ddocpool.cxx280 ppPoolDefaults[ ATTR_PROTECTION - ATTR_STARTINDEX ] = new ScProtectionAttr; in ScDocumentPool()
H A Dtable1.cxx955 if (bUnprotected && ((const ScProtectionAttr*) in ValidNextPos()
/trunk/main/sc/inc/
H A Dattrib.hxx108 class SC_DLLPUBLIC ScProtectionAttr: public SfxPoolItem class
116 ScProtectionAttr();
117 ScProtectionAttr( sal_Bool bProtect,
121 ScProtectionAttr( const ScProtectionAttr& );
122 ~ScProtectionAttr();
147 inline ScProtectionAttr& operator=(const ScProtectionAttr& rProtection) in operator =()
/trunk/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx109 const ScProtectionAttr* pProtAttr = NULL; in Reset()
115 pProtAttr = (const ScProtectionAttr*)&(rCoreAttrs.Get(nWhich)); in Reset()
155 ScProtectionAttr aProtAttr; in FillItemSet()
167 bAttrsChanged = !pOldItem || !( aProtAttr == *(const ScProtectionAttr*)pOldItem ); in FillItemSet()
/trunk/main/sc/source/filter/lotus/
H A Dmemory.cxx46 extern ScProtectionAttr* pAttrUnprot; // -> tool.cxx, fuer PutFormString()
55 pAttrUnprot = new ScProtectionAttr( sal_True ); in MemNew()
H A Dtool.cxx61 extern ScProtectionAttr* pAttrUnprot;
66 ScProtectionAttr* pAttrUnprot; // -> " memory.cxx "
127 ScProtectionAttr aAttr; in SetFormat()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx581 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getLocked()
614 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getFormulaHidden()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx156 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* >( rDoc.GetAttr( rNotePo… in IsNoteCaptionClicked()
/trunk/main/sc/source/ui/view/
H A Dtabvwsha.cxx644 const ScProtectionAttr* pProt = (const ScProtectionAttr*) in UpdateInputHandler()
H A Doutput.cxx848 const ScProtectionAttr& rProt = (const ScProtectionAttr&) in DrawBackground()
H A Doutput2.cxx1043 const ScProtectionAttr* pAttr = (const ScProtectionAttr*) in IsEmptyCellText()
H A Dgridwin.cxx362 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPo… in lcl_UnLockComment()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx339 const ScProtectionAttr* pItem = (const ScProtectionAttr*)mpDoc->GetAttr( in IsEditable()
/trunk/main/sc/sdi/
H A Dscslots.sdi41 item ScProtection ScProtectionAttr;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx870 aProtPattern.GetItemSet().Put( ScProtectionAttr( sal_True ) ); in MakeScenario()
875 aPattern.GetItemSet().Put( ScProtectionAttr( sal_True ) ); in MakeScenario()
H A Ddbdocimp.cxx507 aPattern.GetItemSet().Put( ScProtectionAttr( sal_False,sal_False,sal_False,sal_False ) ); in DoImport()
H A Ddocsh.cxx1827 const ScProtectionAttr* pProtAttr = in AsciiSave()
1828 (const ScProtectionAttr*) aDocument.GetAttr( in AsciiSave()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1391 rItemSet.Put( ScProtectionAttr( bProtect, bHFormula, bHCell, bHPrint ) ); in LoadPatternCollection()
2153 aScPattern.GetItemSet().Put(ScProtectionAttr(bProtect, bHFormula, bHCell, bHPrint)); in LoadColAttr()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1344 const ScProtectionAttr& rProtItem = GETITEM( rItemSet, ScProtectionAttr, ATTR_PROTECTION ); in FillFromItemSet()
H A Dxistyle.cxx657 ScfTools::PutItem( rItemSet, ScProtectionAttr( mbLocked, mbHidden ), bSkipPoolDefs ); in FillToItemSet()

Completed in 218 milliseconds

12