Home
last modified time | relevance | path

Searched refs:XDashEntry (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/svx/source/xoutdev/
H A Dxtabdash.cxx68 XDashEntry* XDashList::Replace(XDashEntry* pEntry, long nIndex ) in Replace()
70 return (XDashEntry*) XPropertyList::Replace(pEntry, nIndex); in Replace()
73 XDashEntry* XDashList::Remove(long nIndex) in Remove()
75 return (XDashEntry*) XPropertyList::Remove(nIndex); in Remove()
78 XDashEntry* XDashList::GetDash(long nIndex) const in GetDash()
80 return (XDashEntry*) XPropertyList::Get(nIndex); in GetDash()
135 Insert(new XDashEntry(XDash(XDASH_RECT,1, 50,1, 50, 50),aStr)); in Create()
137 Insert(new XDashEntry(XDash(XDASH_RECT,1,500,1,500,500),aStr)); in Create()
139 Insert(new XDashEntry(XDash(XDASH_RECT,2, 50,3,250,120),aStr)); in Create()
H A Dxtable.cxx76 XDashEntry::XDashEntry(const XDash& rDash, const String& rName) in XDashEntry() function in XDashEntry
82 XDashEntry::XDashEntry(const XDashEntry& rOther) in XDashEntry() function in XDashEntry
H A Dxattr.cxx302 bFound = (((XLineDashItem*)pCheckItem)->GetDashValue() == ((XDashEntry*)pEntry) ->GetDash()); in CheckNamedItem()
/aoo41x/main/svx/inc/svx/
H A Dxtable.hxx80 class SVX_DLLPUBLIC XDashEntry : public XPropertyEntry class
86 XDashEntry(const XDash& rDash, const String& rName);
87 XDashEntry(const XDashEntry& rOther);
303 XDashEntry* Replace(XDashEntry* pEntry, long nIndex);
305 XDashEntry* Remove(long nIndex);
306 XDashEntry* GetDash(long nIndex) const;
H A Ddlgctrl.hxx38 class XDashEntry;
420 void Append(const XDashEntry& rEntry, const Bitmap& rBitmap );
421 void Modify(const XDashEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap );
/aoo41x/main/cui/source/tabpages/
H A Dtplnedef.cxx590 XDashEntry* pEntry; in IMPL_LINK()
630 pEntry = new XDashEntry( aDash, aName ); in IMPL_LINK()
711 XDashEntry* pEntry = new XDashEntry( aDash, aName ); in IMPL_LINK()
/aoo41x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx158 XDashEntry* pEntry = aList->GetDash(i); in FillLineStyleListBox()
840 const XDashEntry* pDashEntry = maLineStyleList->GetDash(nPos - 2);
1180 XDashEntry* pEntry = maLineStyleList->GetDash(a); in SelectLineStyle()
/aoo41x/main/svx/source/unodraw/
H A DXPropertyTable.cxx437 const XDash& rXD = ((XDashEntry*)pEntry)->GetDash(); in getAny()
469 return new XDashEntry( aXDash, aName ); in getEntry()
H A Dunoshape.cxx1677 XDashEntry* pEntry = aDashList->GetDash( nPos ); in SetFillAttribute()
/aoo41x/main/svx/source/dialog/
H A Ddlgctrl.cxx1897 XDashEntry* pEntry; in Fill()
1919 void LineLB::Append( const XDashEntry& rEntry, const Bitmap& rBitmap ) in Append()
1935 void LineLB::Modify( const XDashEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap ) in Modify()
1954 XDashEntry* pEntry; in SelectEntryByList()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews9.cxx499 XDashEntry *pEntry = new XDashEntry (aNewDash, pName->GetValue ()); in AttrExec()

Completed in 480 milliseconds