Searched refs:BookmarkCombo (Results 1 – 2 of 2) sorted by relevance
47 const String BookmarkCombo::aForbiddenChars = String::CreateFromAscii("/\\@:*?\";,.#");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()[all …]
37 class BookmarkCombo : public SwComboBox class45 BookmarkCombo( Window* pWin, const ResId& rResId );57 BookmarkCombo aBookmarkBox;66 DECL_LINK( ModifyHdl, BookmarkCombo * );