Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx3645 String sFldTxt; in lcl_ImportTox() local
3652 if( !sFldTxt.Len() ) in lcl_ImportTox()
3655 sFldTxt = aReadParam.GetResult(); in lcl_ImportTox()
3693 xub_StrLen nFnd = sFldTxt.Search( WW8_TOX_LEVEL_DELIM ); in lcl_ImportTox()
3696 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()
3698 sFldTxt.Search( WW8_TOX_LEVEL_DELIM, nFnd+1 ); in lcl_ImportTox()
3701 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()
3704 sFldTxt.Erase( 0, nFnd+1 ); in lcl_ImportTox()
3708 if (sFldTxt.Len()) in lcl_ImportTox()
3710 aM.SetAlternativeText( sFldTxt ); in lcl_ImportTox()

Completed in 35 milliseconds