Searched refs:XHatchEntry (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svx/source/xoutdev/ |
H A D | xtabhtch.cxx | 64 XHatchEntry* XHatchList::Replace(XHatchEntry* pEntry, long nIndex ) in Replace() 66 return (XHatchEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace() 69 XHatchEntry* XHatchList::Remove(long nIndex) in Remove() 71 return (XHatchEntry*) XPropertyList::Remove(nIndex); in Remove() 74 XHatchEntry* XHatchList::GetHatch(long nIndex) const in GetHatch() 76 return (XHatchEntry*) XPropertyList::Get(nIndex); in GetHatch() 131 Insert(new XHatchEntry(XHatch(RGB_Color(COL_BLACK),XHATCH_SINGLE,100, 0),aStr)); in Create() 133 Insert(new XHatchEntry(XHatch(RGB_Color(COL_RED ),XHATCH_DOUBLE, 80,450),aStr)); in Create() 135 Insert(new XHatchEntry(XHatch(RGB_Color(COL_BLUE ),XHATCH_TRIPLE,120, 0),aStr)); in Create()
|
H A D | xtable.cxx | 91 XHatchEntry::XHatchEntry(const XHatch& rHatch, const String& rName) in XHatchEntry() function in XHatchEntry 97 XHatchEntry::XHatchEntry(const XHatchEntry& rOther) in XHatchEntry() function in XHatchEntry
|
H A D | xattr.cxx | 314 … bFound = (((XFillHatchItem*)pCheckItem)->GetHatchValue() == ((XHatchEntry*)pEntry)->GetHatch()); in CheckNamedItem()
|
/trunk/main/svx/inc/svx/ |
H A D | xtable.hxx | 98 class SVX_DLLPUBLIC XHatchEntry : public XPropertyEntry class 104 XHatchEntry(const XHatch& rHatch, const String& rName); 105 XHatchEntry(const XHatchEntry& rOther); 339 XHatchEntry* Replace(XHatchEntry* pEntry, long nIndex); 341 XHatchEntry* Remove(long nIndex); 342 XHatchEntry* GetHatch(long nIndex) const;
|
H A D | dlgctrl.hxx | 42 class XHatchEntry; 303 void Append( const XHatchEntry& rEntry, const Bitmap& rBitmap ); 304 void Modify( const XHatchEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap );
|
/trunk/main/cui/source/tabpages/ |
H A D | tphatch.cxx | 424 pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); in IMPL_LINK() 441 … pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); in IMPL_LINK() 571 XHatchEntry* pEntry = new XHatchEntry( aXHatch, aName ); in IMPL_LINK() 647 XHatchEntry* pEntry = new XHatchEntry( aXHatch, aName ); in IMPL_LINK()
|
H A D | tparea.cxx | 2146 XHatchEntry* pEntry = maHatchingList->GetHatch( _nPos ); in IMPL_LINK()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 444 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec() 462 GetDoc()->GetHatchListFromSdrModel()->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec() 621 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec() 643 aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec() 706 XHatchEntry *pEntry = aHatchList->GetHatch (i); in AttrExec()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1386 XHatchEntry* pEntry; in Fill() 1407 void HatchingLB::Append( const XHatchEntry& rEntry, const Bitmap& rBitmap ) in Append() 1423 void HatchingLB::Modify( const XHatchEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap ) in Modify() 1442 XHatchEntry* pEntry; in SelectEntryByList() 1469 XHatchEntry* pEntry; in Fill()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | fillctrl.cxx | 379 XHatchEntry* pEntry = new XHatchEntry(mpHatchItem->GetHatchValue(),aTmpStr); in Update()
|
/trunk/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 519 const XHatch& aHatch = ((XHatchEntry*)pEntry)->GetHatch(); in getAny() 546 return new XHatchEntry( aXHatch, aName ); in getEntry()
|
H A D | unoshape.cxx | 1626 XHatchEntry* pEntry = aHatchList->GetHatch( nPos ); in SetFillAttribute()
|
Completed in 95 milliseconds