Searched refs:nIndexEnd (Results 1 – 5 of 5) sorted by relevance
176 sal_Int32 nIndexEnd = rString.getLength(); in lcl_getIndexStringAfterString() local179 nIndexEnd = nNextColon; in lcl_getIndexStringAfterString()180 aRet = rString.copy(nIndexStart,nIndexEnd-nIndexStart); in lcl_getIndexStringAfterString()679 sal_Int32 nIndexEnd = nNextSlash; in getDragMethodServiceName() local682 nIndexEnd = nNextColon; in getDragMethodServiceName()683 aRet = rCID.copy(nIndexStart,nIndexEnd-nIndexStart); in getDragMethodServiceName()704 sal_Int32 nIndexEnd = nNextSlash; in getDragParameterString() local707 nIndexEnd = nNextColon; in getDragParameterString()708 aRet = rCID.copy(nIndexStart,nIndexEnd-nIndexStart); in getDragParameterString()
83 sal_Int32 nIndexEnd = line.indexOf(']'); in IniParser() local84 if ( nIndexEnd > nIndexStart && nIndexStart >=0) in IniParser()87 … line.copy(nIndexStart + 1,nIndexEnd - nIndexStart -1).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
120 sal_Int32 nIndexEnd = line.indexOf(']'); in IniParser() local121 if ( nIndexEnd > nIndexStart && nIndexStart >=0) in IniParser()124 line.copy(nIndexStart + 1,nIndexEnd - nIndexStart -1).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
133 sal_uInt16 nIndexEnd = rVar.Search( ')', nIndexStart ); in lcl_SeparateNameAndIndex() local136 rIndex = rVar.Copy( nIndexStart+1, nIndexEnd-nIndexStart-1 ); in lcl_SeparateNameAndIndex()
2613 const sal_uLong nIndexEnd = pSttNd->GetNodes()[ nIndex ]->EndOfSectionIndex(); in IsValidNumTxtNd() local2615 while( ++nIndex < nIndexEnd ) in IsValidNumTxtNd()
Completed in 47 milliseconds