Searched refs:aForbiddenChars (Results 1 – 4 of 4) sorted by relevance
47 const String BookmarkCombo::aForbiddenChars = String::CreateFromAscii("/\\@:*?\";,.#"); member in BookmarkCombo60 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()290 if(STRING_NOTFOUND != aForbiddenChars.Search(sKey)) in PreNotify()
61 pInf->aForbiddenChars = aWrapper.getForbiddenCharacters(); in GetForbiddenCharacters()63 return pInf ? &pInf->aForbiddenChars : NULL; in GetForbiddenCharacters()77 pInf->aForbiddenChars = rForbiddenChars; in SetForbiddenCharacters()
55 static const String aForbiddenChars; member in BookmarkCombo
45 com::sun::star::i18n::ForbiddenCharacters aForbiddenChars; member
Completed in 11 milliseconds