Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx56 … const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, false ); in getForbiddenCharacters() local
57 if(!pForbidden) in getForbiddenCharacters()
60 return *pForbidden; in getForbiddenCharacters()
71 … const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, false ); in hasForbiddenCharacters() local
73 return nullptr != pForbidden; in hasForbiddenCharacters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx57 … const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, false ); in getForbiddenCharacters() local
58 if(!pForbidden) in getForbiddenCharacters()
61 return *pForbidden; in getForbiddenCharacters()
72 … const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, false ); in hasForbiddenCharacters() local
74 return nullptr != pForbidden; in hasForbiddenCharacters()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptasian.cxx72 … addForbiddenCharacters(LanguageType eLang, std::unique_ptr<ForbiddenCharacters> pForbidden);
90 LanguageType eLang, std::unique_ptr<ForbiddenCharacters> pForbidden) in addForbiddenCharacters() argument
96 pChar->bRemoved = nullptr == pForbidden; in addForbiddenCharacters()
97 pChar->pCharacters = std::move(pForbidden); in addForbiddenCharacters()
102 itOld->second->bRemoved = nullptr == pForbidden; in addForbiddenCharacters()
103 itOld->second->pCharacters = std::move(pForbidden); in addForbiddenCharacters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptasian.cxx66 … addForbiddenCharacters(LanguageType eLang, std::unique_ptr<ForbiddenCharacters> pForbidden);
84 LanguageType eLang, std::unique_ptr<ForbiddenCharacters> pForbidden) in addForbiddenCharacters() argument
90 pChar->bRemoved = nullptr == pForbidden; in addForbiddenCharacters()
91 pChar->pCharacters = std::move(pForbidden); in addForbiddenCharacters()
96 itOld->second->bRemoved = nullptr == pForbidden; in addForbiddenCharacters()
97 itOld->second->pCharacters = std::move(pForbidden); in addForbiddenCharacters()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtww8.cxx655 const i18n::ForbiddenCharacters *pForbidden = nullptr; in ExportDopTypography() local
683pForbidden = m_rDoc.getIDocumentSettingAccess().getForbiddenCharacters(rTypo.GetConvertedLang(), in ExportDopTypography()
685 if (nullptr != pForbidden) in ExportDopTypography()
688 if( lcl_CmpBeginEndChars( pForbidden->endLine, in ExportDopTypography()
690 lcl_CmpBeginEndChars( pForbidden->beginLine, in ExportDopTypography()
700 pForbidden->endLine, in ExportDopTypography()
707 pForbidden->beginLine, in ExportDopTypography()
720 pUseMe = pForbidden; in ExportDopTypography()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtww8.cxx679 const i18n::ForbiddenCharacters *pForbidden = nullptr; in ExportDopTypography() local
707 …if (nullptr != (pForbidden = m_pDoc->getIDocumentSettingAccess().getForbiddenCharacters(rTypo.GetC… in ExportDopTypography()
711 if( lcl_CmpBeginEndChars( pForbidden->endLine, in ExportDopTypography()
713 lcl_CmpBeginEndChars( pForbidden->beginLine, in ExportDopTypography()
723 pForbidden->endLine, in ExportDopTypography()
730 pForbidden->beginLine, in ExportDopTypography()
743 pUseMe = pForbidden; in ExportDopTypography()
/dports/math/ogdf/OGDF/src/ogdf/planarity/embedding_inserter/
H A DVarEdgeInserterDynCore.cpp229 ExpandedGraph(BCandSPQRtrees &BC, const GraphCopy &gc, const EdgeArray<bool> *pForbidden = nullptr) in ExpandedGraph() argument
230 : m_BC(BC), m_gc(gc), m_pForbidden(pForbidden), in ExpandedGraph()
H A DVarEdgeInserterCore.cpp554 …ent &BC, const StaticSPQRTree &T, const GraphCopy &gc, const EdgeArray<bool> *pForbidden = nullptr) in ExpandedGraph() argument
555 …: m_T(T), m_BC(BC), m_gc(gc), m_pForbidden(pForbidden), m_GtoExp(T.originalGraph(),nullptr), m_exp… in ExpandedGraph()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx1879 …const i18n::ForbiddenCharacters* pForbidden = GetForbiddenCharsTable()->GetForbiddenCharacters( La… in ImpBreakLine() local
1880 aUserOptions.forbiddenBeginCharacters = pForbidden->beginLine; in ImpBreakLine()
1881 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx1879 …const i18n::ForbiddenCharacters* pForbidden = GetForbiddenCharsTable()->GetForbiddenCharacters( La… in ImpBreakLine() local
1880 aUserOptions.forbiddenBeginCharacters = pForbidden->beginLine; in ImpBreakLine()
1881 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()