Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/vba/
H A Dvbawindow.cxx317 sal_Int32 nCrudIndex = sTitle.indexOf( sCrud ); in getCaption() local
320 if ( nCrudIndex != -1 ) in getCaption()
323 if ( ( nCrudLen + nCrudIndex ) == sTitle.getLength() ) in getCaption()
325 sTitle = sTitle.copy( 0, nCrudIndex ); in getCaption()