Home
last modified time | relevance | path

Searched refs:aForbiddenChars (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/misc/
H A Dbookmark.cxx47 const String BookmarkCombo::aForbiddenChars = String::CreateFromAscii("/\\@:*?\";,.#"); member in BookmarkCombo
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()
290 if(STRING_NOTFOUND != aForbiddenChars.Search(sKey)) in PreNotify()
/aoo4110/main/editeng/source/misc/
H A Dforbiddencharacterstable.cxx61 pInf->aForbiddenChars = aWrapper.getForbiddenCharacters(); in GetForbiddenCharacters()
63 return pInf ? &pInf->aForbiddenChars : NULL; in GetForbiddenCharacters()
77 pInf->aForbiddenChars = rForbiddenChars; in SetForbiddenCharacters()
/aoo4110/main/sw/source/ui/inc/
H A Dbookmark.hxx55 static const String aForbiddenChars; member in BookmarkCombo
/aoo4110/main/editeng/inc/editeng/
H A Dforbiddencharacterstable.hxx45 com::sun::star::i18n::ForbiddenCharacters aForbiddenChars; member

Completed in 30 milliseconds