Searched refs:pDataSet (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 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() [all …]
|
H A D | vbahelper.cxx | 748 SfxItemSet* pDataSet = pRangeObj ? pRangeObj->GetCurrentDataSet( true ) : NULL ; in GetDataSet() local 749 return pDataSet; in GetDataSet()
|
H A D | vbarange.cxx | 267 SfxItemSet* pDataSet = excel::ScVbaCellRangeAccess::GetDataSet( getCellRangesBase() ); in getCurrentDataSet() local 268 if ( !pDataSet ) in getCurrentDataSet() 270 return pDataSet; in getCurrentDataSet() 549 SfxItemSet* pDataSet = excel::ScVbaCellRangeAccess::GetDataSet( pUnoCellRange ); in getNumberFormatString() local 550 SfxItemState eState = pDataSet->GetItemState( ATTR_VALUE_FORMAT, sal_True, NULL); in getNumberFormatString() 2630 SfxItemSet* pDataSet = getCurrentDataSet(); in getWrapText() local 2632 SfxItemState eState = pDataSet->GetItemState( ATTR_LINEBREAK, sal_True, NULL); in getWrapText()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 2396 SfxItemSet* pDataSet = GetCurrentDataSet(); in GetOnePropertyValue() local 2397 if ( pDataSet ) in GetOnePropertyValue() 2406 pDataSet->Get( ATTR_VALUE_FORMAT )).GetValue(); in GetOnePropertyValue() 2408 pDataSet->Get( ATTR_LANGUAGE_FORMAT )).GetLanguage(); in GetOnePropertyValue() 2416 pDataSet->Get(pEntry->nWID)).GetValue()) ); in GetOnePropertyValue() 2420 … sal_Int32 nRot = ((const SfxInt32Item&)pDataSet->Get(ATTR_ROTATE_VALUE)).GetValue(); in GetOnePropertyValue() 2421 … sal_Bool bStacked = ((const SfxBoolItem&)pDataSet->Get(pEntry->nWID)).GetValue(); in GetOnePropertyValue() 2426 pPropSet->getPropertyValue(*pEntry, *pDataSet, rAny); in GetOnePropertyValue()
|
Completed in 93 milliseconds