Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/options/
H A Doptasian.cxx88 void addForbiddenCharacters(LanguageType eLang, ForbiddenCharacters* pForbidden);
123 LanguageType eLang, ForbiddenCharacters* pForbidden) in addForbiddenCharacters() argument
129 pOld->bRemoved = 0 == pForbidden; in addForbiddenCharacters()
130 pOld->pCharacters = pForbidden ? new ForbiddenCharacters(*pForbidden) : 0; in addForbiddenCharacters()
135 pOld->bRemoved = 0 == pForbidden; in addForbiddenCharacters()
137 pOld->pCharacters = pForbidden ? new ForbiddenCharacters(*pForbidden) : 0; in addForbiddenCharacters()
/aoo41x/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx63 …const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, sal_False… in getForbiddenCharacters() local
64 if(!pForbidden) in getForbiddenCharacters()
67 return *pForbidden; in getForbiddenCharacters()
79 …const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, sal_False… in hasForbiddenCharacters() local
81 return NULL != pForbidden; in hasForbiddenCharacters()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx560 const i18n::ForbiddenCharacters *pForbidden = 0; in ExportDopTypography() local
588 if (0 != (pForbidden = pDoc->getForbiddenCharacters(rTypo.GetConvertedLang(), in ExportDopTypography()
592 if( lcl_CmpBeginEndChars( pForbidden->endLine, in ExportDopTypography()
594 lcl_CmpBeginEndChars( pForbidden->beginLine, in ExportDopTypography()
604 pForbidden->endLine, in ExportDopTypography()
611 pForbidden->beginLine, in ExportDopTypography()
624 pUseMe = pForbidden; in ExportDopTypography()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx1809 …const i18n::ForbiddenCharacters* pForbidden = GetForbiddenCharsTable()->GetForbiddenCharacters( Sv… in ImpBreakLine() local
1810 aUserOptions.forbiddenBeginCharacters = pForbidden->beginLine; in ImpBreakLine()
1811 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()

Completed in 61 milliseconds