Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/presenter/
H A DPresenterHelpView.cxx721 const sal_Int32 nSeparatorIndex (rsText.indexOf(cSeparator, nIndex)); in SplitText() local
722 if (nQuoteIndex>=0 && (nSeparatorIndex==-1 || nQuoteIndex<nSeparatorIndex)) in SplitText()
729 const sal_Int32 nNextIndex = nSeparatorIndex; in SplitText()
/aoo42x/main/desktop/source/migration/
H A Dmigration.cxx554 sal_Int32 nSeparatorIndex = (*i_ver).indexOf('='); in findInstallation() local
555 if ( nSeparatorIndex != -1 ) in findInstallation()
557 aVersion = (*i_ver).copy( 0, nSeparatorIndex ); in findInstallation()
558 aProfileName = (*i_ver).copy( nSeparatorIndex+1 ); in findInstallation()

Completed in 30 milliseconds