Searched refs:sFldTxt (Results 1 – 1 of 1) sorted by relevance
3648 String sFldTxt; in lcl_ImportTox() local3655 if( !sFldTxt.Len() ) in lcl_ImportTox()3658 sFldTxt = aReadParam.GetResult(); in lcl_ImportTox()3696 xub_StrLen nFnd = sFldTxt.Search( WW8_TOX_LEVEL_DELIM ); in lcl_ImportTox()3699 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()3701 sFldTxt.Search( WW8_TOX_LEVEL_DELIM, nFnd+1 ); in lcl_ImportTox()3704 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()3707 sFldTxt.Erase( 0, nFnd+1 ); in lcl_ImportTox()3711 if (sFldTxt.Len()) in lcl_ImportTox()3713 aM.SetAlternativeText( sFldTxt ); in lcl_ImportTox()