Home
last modified time | relevance | path

Searched refs:aForbidden (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/options/
H A Doptasian.cxx274 Any aForbidden = pImpl->xPrSet->getPropertyValue(sForbidden); in Reset() local
275 aForbidden >>= pImpl->xForbidden; in Reset()
373 ForbiddenCharacters aForbidden = pImpl->xForbidden->getForbiddenCharacters( aLocale ); in IMPL_LINK() local
374 sStart = aForbidden.beginLine; in IMPL_LINK()
375 sEnd = aForbidden.endLine; in IMPL_LINK()
392 ForbiddenCharacters aForbidden = aWrap.getForbiddenCharacters(); in IMPL_LINK() local
393 sStart = aForbidden.beginLine; in IMPL_LINK()
394 sEnd = aForbidden.endLine; in IMPL_LINK()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh2.cxx193 i18n::ForbiddenCharacters aForbidden; in InitItems() local
194 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine ); in InitItems()
198 xForbiddenTable->SetForbiddenCharacters( eLang, aForbidden ); in InitItems()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx150 ForbiddenCharacters aForbidden; in InitNew() local
151 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine); in InitNew()
153 mpDoc->setForbiddenCharacters( eLang, aForbidden); in InitNew()
/trunk/main/sw/source/core/text/
H A Dguess.cxx350 const ForbiddenCharacters aForbidden( in Guess() local
357 aForbidden.beginLine, aForbidden.endLine, in Guess()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1822 SwForbidden aForbidden; in DrawText() local
1824 … lcl_DrawLineForWrongListData( aForbidden, rInf, rInf.GetSmartTags(), aCalcLinePosData, Size() ); in DrawText()
1829 …lcl_DrawLineForWrongListData( aForbidden, rInf, rInf.GetWrong(), aCalcLinePosData, pPrtFont->GetSi… in DrawText()
1831 …lcl_DrawLineForWrongListData( aForbidden, rInf, rInf.GetGrammarCheck(), aCalcLinePosData, pPrtFont… in DrawText()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1814 i18n::ForbiddenCharacters aForbidden(rTypo.rgxchFPunct, in ImportDopTypography() local
1817 aForbidden); in ImportDopTypography()
1836 i18n::ForbiddenCharacters aForbidden(rTypo.GetJapanNotBeginLevel1(), in ImportDopTypography() local
1838 rDoc.setForbiddenCharacters(LANGUAGE_JAPANESE,aForbidden); in ImportDopTypography()

Completed in 51 milliseconds