Lines Matching refs:rAttrSet

1426 		const SfxItemSet&		 rAttrSet	= pTabViewShell->GetSelectionPattern()->GetItemSet();  in ExecuteTextAttr()  local
1433 if (rAttrSet.GetItemState(ATTR_HOR_JUSTIFY, sal_True,&pItem ) == SFX_ITEM_SET) in ExecuteTextAttr()
1438 if (rAttrSet.GetItemState(ATTR_VER_JUSTIFY, sal_True,&pItem ) == SFX_ITEM_SET) in ExecuteTextAttr()
1847 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetAttrState() local
1849 const SvxBrushItem& rBrushItem = (const SvxBrushItem&)rAttrSet.Get( ATTR_BACKGROUND ); in GetAttrState()
1853 rSet.Put( rAttrSet, sal_False ); in GetAttrState()
1860 ScViewUtil::PutItemScript( rSet, rAttrSet, ATTR_FONT, nScript ); in GetAttrState()
1865 ScViewUtil::PutItemScript( rSet, rAttrSet, ATTR_FONT_HEIGHT, nScript ); in GetAttrState()
1876 if(SFX_ITEM_DONTCARE == rAttrSet.GetItemState(ATTR_BACKGROUND)) in GetAttrState()
2074 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetTextAttrState() local
2075 rSet.Put( rAttrSet, sal_False ); // ItemStates mitkopieren in GetTextAttrState()
2082 ScViewUtil::PutItemScript( rSet, rAttrSet, ATTR_FONT_WEIGHT, nScript ); in GetTextAttrState()
2087 ScViewUtil::PutItemScript( rSet, rAttrSet, ATTR_FONT_POSTURE, nScript ); in GetTextAttrState()
2099 eState = rAttrSet.GetItemState( ATTR_FONT_UNDERLINE, sal_True ); in GetTextAttrState()
2110 rAttrSet.Get(ATTR_FONT_UNDERLINE)).GetLineStyle(); in GetTextAttrState()
2135 eState = rAttrSet.GetItemState( ATTR_HOR_JUSTIFY, sal_True, in GetTextAttrState()
2206 eState = rAttrSet.GetItemState( ATTR_VER_JUSTIFY, sal_True, in GetTextAttrState()
2284 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetAlignState() local
2289 bool bHasHAlign = rAttrSet.GetItemState( ATTR_HOR_JUSTIFY ) != SFX_ITEM_DONTCARE; in GetAlignState()
2291 …eHAlign = (SvxCellHorJustify)((const SvxHorJustifyItem&) rAttrSet.Get( ATTR_HOR_JUSTIFY )).GetValu… in GetAlignState()
2294 bool bHasVAlign = rAttrSet.GetItemState( ATTR_VER_JUSTIFY ) != SFX_ITEM_DONTCARE; in GetAlignState()
2296 …eVAlign = (SvxCellVerJustify)((const SvxVerJustifyItem&) rAttrSet.Get( ATTR_VER_JUSTIFY )).GetValu… in GetAlignState()
2364 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetNumFormatState() local
2366 if(SFX_ITEM_DONTCARE != rAttrSet.GetItemState(ATTR_VALUE_FORMAT)) in GetNumFormatState()
2369 sal_uInt32 nNumberFormat = ((const SfxUInt32Item&)rAttrSet.Get(ATTR_VALUE_FORMAT)).GetValue(); in GetNumFormatState()
2404 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetNumFormatState() local
2405 … if ( rAttrSet.GetItemState( ATTR_VALUE_FORMAT ) >= SFX_ITEM_AVAILABLE ) //Modify for more robust in GetNumFormatState()
2525 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetTextDirectionState() local
2528 (rAttrSet.GetItemState( ATTR_VERTICAL_ASIAN ) == SFX_ITEM_DONTCARE) || in GetTextDirectionState()
2529 (rAttrSet.GetItemState( ATTR_STACKED ) == SFX_ITEM_DONTCARE); in GetTextDirectionState()
2531 !((const SfxBoolItem&) rAttrSet.Get( ATTR_STACKED )).GetValue(); in GetTextDirectionState()
2533 ((const SfxBoolItem&) rAttrSet.Get( ATTR_VERTICAL_ASIAN )).GetValue(); in GetTextDirectionState()
2535 sal_Bool bBidiDontCare = (rAttrSet.GetItemState( ATTR_WRITINGDIR ) == SFX_ITEM_DONTCARE); in GetTextDirectionState()
2540 rAttrSet.Get( ATTR_WRITINGDIR )).GetValue(); in GetTextDirectionState()