Home
last modified time | relevance | path

Searched refs:aBookmarkBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx92 for (sal_uInt16 i = aBookmarkBox.GetSelectEntryCount(); i; i-- ) in IMPL_LINK()
93 aBookmarkBox.RemoveEntry(aBookmarkBox.GetSelectEntryPos(i - 1)); in IMPL_LINK()
95 aBookmarkBox.SetText(aEmptyStr); in IMPL_LINK()
114 for (sal_uInt16 nCount = aBookmarkBox.GetRemovedCount(); nCount > 0; nCount--) in Apply()
116 String sRemoved = aBookmarkBox.GetRemovedEntry( nCount -1 ).GetName(); in Apply()
125 sal_uInt16 nLen = aBookmarkBox.GetText().Len(); in Apply()
126 SwBoxEntry aTmpEntry(aBookmarkBox.GetText(), 0 ); in Apply()
128 if ( nLen && (aBookmarkBox.GetEntryPos(aTmpEntry) == COMBOBOX_ENTRY_NOTFOUND) ) in Apply()
130 String sEntry(aBookmarkBox.GetText()); in Apply()
131 sEntry.EraseAllChars(aBookmarkBox.GetMultiSelectionSeparator()); in Apply()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dbookmark.hxx57 BookmarkCombo aBookmarkBox; member in SwInsertBookmarkDlg