Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx47 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()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dbookmark.hxx37 class BookmarkCombo : public SwComboBox class
45 BookmarkCombo( Window* pWin, const ResId& rResId );
57 BookmarkCombo aBookmarkBox;
66 DECL_LINK( ModifyHdl, BookmarkCombo * );