Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par5.cxx3643 String sFldTxt; in lcl_ImportTox() local
3650 if( !sFldTxt.Len() ) in lcl_ImportTox()
3653 sFldTxt = aReadParam.GetResult(); in lcl_ImportTox()
3691 xub_StrLen nFnd = sFldTxt.Search( WW8_TOX_LEVEL_DELIM ); in lcl_ImportTox()
3694 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()
3696 sFldTxt.Search( WW8_TOX_LEVEL_DELIM, nFnd+1 ); in lcl_ImportTox()
3699 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()
3702 sFldTxt.Erase( 0, nFnd+1 ); in lcl_ImportTox()
3706 if (sFldTxt.Len()) in lcl_ImportTox()
3708 aM.SetAlternativeText( sFldTxt ); in lcl_ImportTox()

Completed in 129 milliseconds