Searched refs:nCrudIndex (Results 1 – 1 of 1) sorted by relevance
318 sal_Int32 nCrudIndex = sTitle.indexOf( sCrud ); in getCaption() local321 if ( nCrudIndex != -1 ) in getCaption()324 if ( ( nCrudLen + nCrudIndex ) == sTitle.getLength() ) in getCaption()326 sTitle = sTitle.copy( 0, nCrudIndex ); in getCaption()
Completed in 14 milliseconds