Lines Matching refs:aItem

359 …   const SvxGradientListItem aItem(*(const SvxGradientListItem*)(pSh->GetItem(SID_GRADIENT_LIST)));  in IMPL_LINK()  local
362 mpLbFillAttr->Fill(aItem.GetGradientList()); in IMPL_LINK()
369 … const SvxGradientListItem aItem(*(const SvxGradientListItem*)(pSh->GetItem(SID_GRADIENT_LIST))); in IMPL_LINK() local
371 if(mnLastPosGradient < aItem.GetGradientList()->Count()) in IMPL_LINK()
373 …const XGradient aGradient = aItem.GetGradientList()->GetGradient(mnLastPosGradient)->GetGradient(); in IMPL_LINK()
398 … const SvxHatchListItem aItem( *(const SvxHatchListItem*)(pSh->GetItem(SID_HATCH_LIST))); in IMPL_LINK() local
401 mpLbFillAttr->Fill(aItem.GetHatchList()); in IMPL_LINK()
408 … const SvxHatchListItem aItem(*(const SvxHatchListItem*)(pSh->GetItem(SID_HATCH_LIST))); in IMPL_LINK() local
410 if(mnLastPosHatch < aItem.GetHatchList()->Count()) in IMPL_LINK()
412 … const XHatch aHatch = aItem.GetHatchList()->GetHatch(mnLastPosHatch)->GetHatch(); in IMPL_LINK()
437 … const SvxBitmapListItem aItem( *(const SvxBitmapListItem*)(pSh->GetItem(SID_BITMAP_LIST))); in IMPL_LINK() local
440 mpLbFillAttr->Fill(aItem.GetBitmapList()); in IMPL_LINK()
447 … const SvxBitmapListItem aItem(*(const SvxBitmapListItem*)(pSh->GetItem(SID_BITMAP_LIST))); in IMPL_LINK() local
449 if(mnLastPosBitmap < aItem.GetBitmapList()->Count()) in IMPL_LINK()
451 … const XBitmapEntry* pXBitmapEntry = aItem.GetBitmapList()->GetBitmap(mnLastPosBitmap); in IMPL_LINK()
521 … const SvxGradientListItem aItem(*(const SvxGradientListItem*)(pSh->GetItem(SID_GRADIENT_LIST))); in IMPL_LINK() local
523 if(nPos < aItem.GetGradientList()->Count()) in IMPL_LINK()
525 … const XGradient aGradient = aItem.GetGradientList()->GetGradient(nPos)->GetGradient(); in IMPL_LINK()
552 … const SvxHatchListItem aItem(*(const SvxHatchListItem*)(pSh->GetItem(SID_HATCH_LIST))); in IMPL_LINK() local
554 if(nPos < aItem.GetHatchList()->Count()) in IMPL_LINK()
556 const XHatch aHatch = aItem.GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK()
583 … const SvxBitmapListItem aItem(*(const SvxBitmapListItem*)(pSh->GetItem(SID_BITMAP_LIST))); in IMPL_LINK() local
585 if(nPos < aItem.GetBitmapList()->Count()) in IMPL_LINK()
587 const XBitmapEntry* pXBitmapEntry = aItem.GetBitmapList()->GetBitmap(nPos); in IMPL_LINK()
1082 … const SvxColorTableItem aItem(*(const SvxColorTableItem*)(pSh->GetItem(SID_COLOR_TABLE))); in NotifyItemUpdate() local
1086 mpLbFillAttr->Fill(aItem.GetColorTable()); in NotifyItemUpdate()
1107 … const SvxGradientListItem aItem( *(const SvxGradientListItem*)(pSh->GetItem(SID_GRADIENT_LIST))); in NotifyItemUpdate() local
1111 mpLbFillAttr->Fill(aItem.GetGradientList()); in NotifyItemUpdate()
1132 … const SvxHatchListItem aItem(*(const SvxHatchListItem*)(pSh->GetItem(SID_HATCH_LIST))); in NotifyItemUpdate() local
1136 mpLbFillAttr->Fill(aItem.GetHatchList()); in NotifyItemUpdate()
1157 … const SvxBitmapListItem aItem(*(const SvxBitmapListItem*)(pSh->GetItem(SID_BITMAP_LIST))); in NotifyItemUpdate() local
1161 mpLbFillAttr->Fill(aItem.GetBitmapList()); in NotifyItemUpdate()
1222 … const SvxGradientListItem aItem(*(const SvxGradientListItem*)(pSh->GetItem(SID_GRADIENT_LIST))); in Update() local
1225 mpLbFillAttr->Fill(aItem.GetGradientList()); in Update()
1251 … const SvxHatchListItem aItem(*(const SvxHatchListItem*)(pSh->GetItem(SID_HATCH_LIST))); in Update() local
1254 mpLbFillAttr->Fill(aItem.GetHatchList()); in Update()
1280 … const SvxBitmapListItem aItem(*(const SvxBitmapListItem*)(pSh->GetItem(SID_BITMAP_LIST))); in Update() local
1283 mpLbFillAttr->Fill(aItem.GetBitmapList()); in Update()