Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/misc/
H A Dbookmark.cxx50 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()
[all …]
/aoo41x/main/sw/source/ui/inc/
H A Dbookmark.hxx42 class BookmarkCombo : public SwComboBox class
50 BookmarkCombo( Window* pWin, const ResId& rResId );
65 BookmarkCombo aBookmarkBox;
74 DECL_LINK( ModifyHdl, BookmarkCombo * );

Completed in 19 milliseconds