Searched refs:BookmarkCombo (Results 1 – 2 of 2) sorted by relevance
50 IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox ) in IMPL_LINK() argument60 for(sal_uInt16 i = 0; i < BookmarkCombo::aForbiddenChars.Len(); i++) in IMPL_LINK()63 sTmp.EraseAllChars(BookmarkCombo::aForbiddenChars.GetChar(i)); in IMPL_LINK()65 sMsg += BookmarkCombo::aForbiddenChars.GetChar(i); in IMPL_LINK()191 BookmarkCombo::BookmarkCombo( Window* pWin, const ResId& rResId ) : in BookmarkCombo() function in BookmarkCombo200 sal_uInt16 BookmarkCombo::GetFirstSelEntryPos() const in GetFirstSelEntryPos()209 sal_uInt16 BookmarkCombo::GetNextSelEntryPos(sal_uInt16 nPos) const in GetNextSelEntryPos()218 sal_uInt16 BookmarkCombo::GetSelEntryPos(sal_uInt16 nPos) const in GetSelEntryPos()240 sal_uInt16 BookmarkCombo::GetSelectEntryCount() const in GetSelectEntryCount()258 sal_uInt16 BookmarkCombo::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()[all …]
42 class BookmarkCombo : public SwComboBox class50 BookmarkCombo( Window* pWin, const ResId& rResId );65 BookmarkCombo aBookmarkBox;74 DECL_LINK( ModifyHdl, BookmarkCombo * );
Completed in 150 milliseconds