Lines Matching refs:BookmarkCombo
47 const String BookmarkCombo::aForbiddenChars = String::CreateFromAscii("/\\@:*?\";,.#");
50 IMPL_LINK( SwInsertBookmarkDlg, ModifyHdl, BookmarkCombo *, pBox ) in IMPL_LINK() argument
60 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 BookmarkCombo
200 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()
283 long BookmarkCombo::PreNotify( NotifyEvent& rNEvt ) in PreNotify()