Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx36 SV_IMPL_PTRARR(SwEntryLst, SwBoxEntry*) in SV_IMPL_PTRARR() argument
43 SwBoxEntry::SwBoxEntry() : in SV_IMPL_PTRARR()
51 SwBoxEntry::SwBoxEntry(const String& aNam, sal_uInt16 nIdx) : in SwBoxEntry() function in SwBoxEntry
60 SwBoxEntry::SwBoxEntry(const SwBoxEntry& rOld) : in SwBoxEntry() function in SwBoxEntry
79 const SwBoxEntry* pTmp = new SwBoxEntry(ComboBox::GetEntry(i), i); in SwComboBox()
101 void SwComboBox::InsertEntry(const SwBoxEntry& rEntry) in InsertEntry()
103 InsertSorted(new SwBoxEntry(rEntry)); in InsertEntry()
117 SwBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
145 const SwBoxEntry& SwComboBox::GetEntry(sal_uInt16 nPos) const in GetEntry()
177 void SwComboBox::InsertSorted(SwBoxEntry* pEntry) in InsertSorted()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dswlbox.hxx37 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&);
109 const SwBoxEntry& GetEntry(sal_uInt16) const;
[all …]
/trunk/main/sw/source/ui/config/
H A Doptload.cxx716 aCategoryBox.InsertEntry(SwBoxEntry(pType->GetName())); in IMPL_LINK()
721 aCategoryBox.InsertEntry(SwBoxEntry(sIllustration)); in IMPL_LINK()
722 aCategoryBox.InsertEntry(SwBoxEntry(sTable)); in IMPL_LINK()
723 aCategoryBox.InsertEntry(SwBoxEntry(sText)); in IMPL_LINK()
724 aCategoryBox.InsertEntry(SwBoxEntry(sDrawing)); in IMPL_LINK()
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx126 SwBoxEntry aTmpEntry(aBookmarkBox.GetText(), 0 ); in Apply()
173 aBookmarkBox.InsertEntry( SwBoxEntry( ppBookmark->get()->GetName(), nId++ ) ); in SwInsertBookmarkDlg()

Completed in 22 milliseconds