Searched refs:pForbidden (Results 1 – 4 of 4) sorted by relevance
88 void addForbiddenCharacters(LanguageType eLang, ForbiddenCharacters* pForbidden);123 LanguageType eLang, ForbiddenCharacters* pForbidden) in addForbiddenCharacters() argument129 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()
63 …const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, sal_False… in getForbiddenCharacters() local64 if(!pForbidden) in getForbiddenCharacters()67 return *pForbidden; in getForbiddenCharacters()79 …const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, sal_False… in hasForbiddenCharacters() local81 return NULL != pForbidden; in hasForbiddenCharacters()
560 const i18n::ForbiddenCharacters *pForbidden = 0; in ExportDopTypography() local588 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()
1809 …const i18n::ForbiddenCharacters* pForbidden = GetForbiddenCharsTable()->GetForbiddenCharacters( Sv… in ImpBreakLine() local1810 aUserOptions.forbiddenBeginCharacters = pForbidden->beginLine; in ImpBreakLine()1811 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()
Completed in 89 milliseconds