Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx3649 String sFldTxt; in lcl_ImportTox() local
3656 if( !sFldTxt.Len() ) in lcl_ImportTox()
3659 sFldTxt = aReadParam.GetResult(); in lcl_ImportTox()
3697 xub_StrLen nFnd = sFldTxt.Search( WW8_TOX_LEVEL_DELIM ); in lcl_ImportTox()
3700 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()
3702 sFldTxt.Search( WW8_TOX_LEVEL_DELIM, nFnd+1 ); in lcl_ImportTox()
3705 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()
3708 sFldTxt.Erase( 0, nFnd+1 ); in lcl_ImportTox()
3712 if (sFldTxt.Len()) in lcl_ImportTox()
3714 aM.SetAlternativeText( sFldTxt ); in lcl_ImportTox()

Completed in 36 milliseconds