Home
last modified time | relevance | path

Searched refs:aHatchList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx432 XHatchListSharedPtr aHatchList = GetDoc()->GetHatchListFromSdrModel(); in AttrExec() local
433 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec()
444 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()
615 XHatchListSharedPtr aHatchList = GetDoc()->GetHatchListFromSdrModel(); in AttrExec() local
616 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() local
700 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec()
706 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx747 …XHatchListSharedPtr aHatchList(XPropertyListFactory::CreateSharedXHatchList(aPathURL.GetMainURL(IN… in IMPL_LINK() local
748 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()
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx380 …XHatchListSharedPtr aHatchList(XPropertyListFactory::CreateSharedXHatchList(String::CreateFromAsci… in Update() local
382 aHatchList->Insert(pEntry); in Update()
383 aHatchList->SetDirty(sal_False); in Update()
384 const Bitmap aBmp = aHatchList->GetUiBitmap(0); in Update()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1617 XHatchListSharedPtr aHatchList = pModel->GetHatchListFromSdrModel(); in SetFillAttribute() local
1619 if( !aHatchList.get() ) in SetFillAttribute()
1622 long nPos = aHatchList->GetIndex(aStrName); in SetFillAttribute()
1626 XHatchEntry* pEntry = aHatchList->GetHatch( nPos ); in SetFillAttribute()

Completed in 44 milliseconds