Home
last modified time | relevance | path

Searched refs:aAltTxt (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrform2.cxx457 XubString aAltTxt; in BuildPortions() local
458 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() local
477 if ( ((SwFldPortion*)pLast)->GetExpTxt( rInf, aAltTxt ) && in BuildPortions()
478 aAltTxt.Len() ) in BuildPortions()
480 bAllowBefore = rCC.isLetterNumeric( aAltTxt, aAltTxt.Len() - 1 ); in BuildPortions()
H A Dtxthyph.cxx340 XubString aAltTxt = aAltSpell.aReplacement; in CreateHyphen() local
347 pHyphPor = new SwSoftHyphStrPortion( aAltTxt ); in CreateHyphen()
351 pHyphPor = new SwHyphStrPortion( aAltTxt ); in CreateHyphen()
355 pHyphPor->SetLen( aAltTxt.Len() + 1 ); in CreateHyphen()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx561 String aAltTxt( pSdrObj->GetDescription(), 0, MSPROP_DESCRIPTION_MAX_LEN ); in XclExpTbxControlObj() local
562 aPropOpt.AddOpt( ESCHER_Prop_wzDescription, aAltTxt ); in XclExpTbxControlObj()

Completed in 18 milliseconds