Lines Matching refs:pConvArgs

130     pConvArgs       = 0;  in SwHHCWrapper()
151 delete pConvArgs; in ~SwHHCWrapper()
208 pConvArgs->bAllowImplicitChangesForNotConvertibleText = bAllowChanges; in GetNextPortion()
211 rNextPortion = pConvArgs->aConvText; in GetNextPortion()
212 rLangOfPortion = pConvArgs->nConvTextLang; in GetNextPortion()
587 DBG_ASSERT( pConvArgs == 0, "NULL pointer expected" ); in Convert()
597 pConvArgs = new SwConversionArgs( GetSourceLanguage(), in Convert()
613 pConvArgs = new SwConversionArgs( GetSourceLanguage(), in Convert()
617 DBG_ASSERT( pConvArgs->pStartNode && pConvArgs->pStartNode->IsTxtNode(), in Convert()
619 DBG_ASSERT( pConvArgs->pEndNode && pConvArgs->pEndNode->IsTxtNode(), in Convert()
627 pConvArgs->nConvTargetLang = GetTargetLanguage(); in Convert()
628 pConvArgs->pTargetFont = GetTargetFont(); in Convert()
629 pConvArgs->bAllowImplicitChangesForNotConvertibleText = sal_True; in Convert()
651 OUString aText( pConvArgs->pStartNode->GetTxt() ); in Convert()
652 long nPos = pConvArgs->pStartIdx->GetIndex(); in Convert()
654 getWordBoundary( aText, nPos, pBreakIt->GetLocale( pConvArgs->nConvSrcLang ), in Convert()
666 *pConvArgs->pStartIdx = nStartIdx; in Convert()
671 ConvStart_impl( pConvArgs, SVX_SPELL_OTHER ); in Convert()
675 ConvStart_impl( pConvArgs, SVX_SPELL_BODY_END ); in Convert()
680 ConvEnd_impl( pConvArgs ); in Convert()
707 ConvStart_impl( pConvArgs, SVX_SPELL_BODY ); in ConvNext_impl()
715 ConvStart_impl( pConvArgs, SVX_SPELL_OTHER ); in ConvNext_impl()
740 ConvStart_impl( pConvArgs, bStartChk ? SVX_SPELL_BODY_START : SVX_SPELL_BODY_END ); in ConvNext_impl()
764 bFound = ConvContinue_impl( pConvArgs ); in FindConvText_impl()
771 ConvEnd_impl( pConvArgs ); in FindConvText_impl()