Lines Matching refs:aPattern
2254 ScPatternAttr aPattern( *GetCurrentAttrsDeep() ); in SetOnePropertyValue() local
2255 SfxItemSet& rSet = aPattern.GetItemSet(); in SetOnePropertyValue()
2259 lcl_SetCellProperty( *pEntry, aValue, aPattern, pDoc, nFirstItem, nSecondItem ); in SetOnePropertyValue()
2265 aFunc.ApplyAttributes( *GetMarkData(), aPattern, sal_True, sal_True ); in SetOnePropertyValue()
2325 ScPatternAttr aPattern( pDoc->GetPool() ); in SetOnePropertyValue() local
2326 aPattern.GetItemSet().Put( SfxUInt32Item( ATTR_CONDITIONAL, nIndex ) ); in SetOnePropertyValue()
2327 aFunc.ApplyAttributes( *GetMarkData(), aPattern, sal_True, sal_True ); in SetOnePropertyValue()
2357 ScPatternAttr aPattern( pDoc->GetPool() ); in SetOnePropertyValue() local
2358 aPattern.GetItemSet().Put( SfxUInt32Item( ATTR_VALIDDATA, nIndex ) ); in SetOnePropertyValue()
2359 aFunc.ApplyAttributes( *GetMarkData(), aPattern, sal_True, sal_True ); in SetOnePropertyValue()
6332 ScPatternAttr aPattern( pDoc->GetPool() ); in InputEnglishString() local
6333 aPattern.GetItemSet().Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in InputEnglishString()
6335 aFunc.ApplyAttributes( *GetMarkData(), aPattern, sal_True, sal_True ); in InputEnglishString()
8103 ScPatternAttr aPattern( pDoc->GetPool() ); in addRanges() local
8104 aPattern.GetItemSet().Put( ScMergeFlagAttr( SC_MF_SCENARIO ) ); in addRanges()
8105 aPattern.GetItemSet().Put( ScProtectionAttr( sal_True ) ); in addRanges()
8107 aFunc.ApplyAttributes( aMarkData, aPattern, sal_True, sal_True ); in addRanges()