Lines Matching refs:pDataSet
578 SfxItemSet* pDataSet = getCurrentDataSet(); in getLocked() local
579 if ( pDataSet ) in getLocked()
581 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getLocked()
582 SfxItemState eState = pDataSet->GetItemState(ATTR_PROTECTION, sal_True, NULL); in getLocked()
611 SfxItemSet* pDataSet = getCurrentDataSet(); in getFormulaHidden() local
612 if ( pDataSet ) in getFormulaHidden()
614 …const ScProtectionAttr& rProtAttr = (const ScProtectionAttr &) pDataSet->Get(ATTR_PROTECTION, sal_… in getFormulaHidden()
615 SfxItemState eState = pDataSet->GetItemState(ATTR_PROTECTION, sal_True, NULL); in getFormulaHidden()
829 SfxItemSet* pDataSet = excel::ScVbaCellRangeAccess::GetDataSet( getCellRangesBase() ); in getCurrentDataSet() local
830 if ( !pDataSet ) in getCurrentDataSet()
832 return pDataSet; in getCurrentDataSet()