Searched refs:aAltTxt (Results 1 – 3 of 3) sorted by relevance
457 XubString aAltTxt; in BuildPortions() local458 if ( ((SwFldPortion*)pPor)->GetExpTxt( rInf, aAltTxt ) && in BuildPortions()459 aAltTxt.Len() ) in BuildPortions()461 bAllowBehind = rCC.isLetterNumeric( aAltTxt, 0 ); in BuildPortions()476 XubString aAltTxt; in BuildPortions() local477 if ( ((SwFldPortion*)pLast)->GetExpTxt( rInf, aAltTxt ) && in BuildPortions()478 aAltTxt.Len() ) in BuildPortions()480 bAllowBefore = rCC.isLetterNumeric( aAltTxt, aAltTxt.Len() - 1 ); in BuildPortions()
340 XubString aAltTxt = aAltSpell.aReplacement; in CreateHyphen() local347 pHyphPor = new SwSoftHyphStrPortion( aAltTxt ); in CreateHyphen()351 pHyphPor = new SwHyphStrPortion( aAltTxt ); in CreateHyphen()355 pHyphPor->SetLen( aAltTxt.Len() + 1 ); in CreateHyphen()
561 String aAltTxt( pSdrObj->GetDescription(), 0, MSPROP_DESCRIPTION_MAX_LEN ); in XclExpTbxControlObj() local562 aPropOpt.AddOpt( ESCHER_Prop_wzDescription, aAltTxt ); in XclExpTbxControlObj()
Completed in 31 milliseconds