Searched refs:SwBoxEntry (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/ui/cctrl/ |
| H A D | swlbox.cxx | 36 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() 126 aDelEntryLst.C40_INSERT(SwBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry() 135 sal_uInt16 SwComboBox::GetEntryPos(const SwBoxEntry& rEntry) const in GetEntryPos() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | swlbox.hxx | 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() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | optload.cxx | 716 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()
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | bookmark.cxx | 126 SwBoxEntry aTmpEntry(aBookmarkBox.GetText(), 0 ); in Apply() 173 aBookmarkBox.InsertEntry( SwBoxEntry( ppBookmark->get()->GetName(), nId++ ) ); in SwInsertBookmarkDlg()
|