Searched refs:aHatchList (Results 1 – 4 of 4) sorted by relevance
432 XHatchListSharedPtr aHatchList = GetDoc()->GetHatchListFromSdrModel(); in AttrExec() local433 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec()444 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()615 XHatchListSharedPtr aHatchList = GetDoc()->GetHatchListFromSdrModel(); in AttrExec() local616 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec()621 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()643 aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()699 XHatchListSharedPtr aHatchList = GetDoc()->GetHatchListFromSdrModel(); in AttrExec() local700 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec()706 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()
747 …XHatchListSharedPtr aHatchList(XPropertyListFactory::CreateSharedXHatchList(aPathURL.GetMainURL(IN… in IMPL_LINK() local748 aHatchList->SetName( aURL.getName() ); in IMPL_LINK()749 if( aHatchList->Load() ) in IMPL_LINK()751 if( aHatchList.get() ) in IMPL_LINK()753 maHatchingList = aHatchList; in IMPL_LINK()
380 …XHatchListSharedPtr aHatchList(XPropertyListFactory::CreateSharedXHatchList(String::CreateFromAsci… in Update() local382 aHatchList->Insert(pEntry); in Update()383 aHatchList->SetDirty(sal_False); in Update()384 const Bitmap aBmp = aHatchList->GetUiBitmap(0); in Update()
1617 XHatchListSharedPtr aHatchList = pModel->GetHatchListFromSdrModel(); in SetFillAttribute() local1619 if( !aHatchList.get() ) in SetFillAttribute()1622 long nPos = aHatchList->GetIndex(aStrName); in SetFillAttribute()1626 XHatchEntry* pEntry = aHatchList->GetHatch( nPos ); in SetFillAttribute()
Completed in 78 milliseconds