Lines Matching refs:SwBoxEntry
37 class SwBoxEntry;
40 SV_DECL_PTRARR_DEL(SwEntryLst, SwBoxEntry*, 10, 10)
46 class SW_DLLPUBLIC SwBoxEntry class
57 SwBoxEntry(const String& aName, sal_uInt16 nId=0);
58 SwBoxEntry(const SwBoxEntry& rOrg);
59 SwBoxEntry();
82 SwBoxEntry aDefault;
86 SW_DLLPRIVATE void InsertSorted(SwBoxEntry* pEntry);
102 void InsertEntry(const SwBoxEntry&);
104 { InsertEntry( SwBoxEntry( rStr ) ); return 0; } in InsertEntry()
108 sal_uInt16 GetEntryPos(const SwBoxEntry& rEntry) const;
109 const SwBoxEntry& GetEntry(sal_uInt16) const;
112 const SwBoxEntry& GetRemovedEntry(sal_uInt16 nPos) const;