Searched refs:nMinIndex (Results 1 – 6 of 6) sorted by relevance
155 int nMinIndex = 0; in GetLineIndexForOffset() local157 while (nMinIndex < nMaxIndex-1) in GetLineIndexForOffset()159 final int nMedIndex = (nMinIndex + nMaxIndex) / 2; in GetLineIndexForOffset()161 nMinIndex = nMedIndex; in GetLineIndexForOffset()165 for (int nIndex=nMinIndex; nIndex<=nMaxIndex; ++nIndex) in GetLineIndexForOffset()172 for (int nIndex=nMinIndex; nIndex<=nMaxIndex; ++nIndex) in GetLineIndexForOffset()180 for (int nIndex=nMaxIndex; nIndex>=nMinIndex; ++nIndex) in GetLineIndexForOffset()
577 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in replaceText() local583 pVCLXEdit->setText( sText.replaceAt( nMinIndex, nMaxIndex - nMinIndex, sReplacement ) ); in replaceText()584 sal_Int32 nIndex = nMinIndex + sReplacement.getLength(); in replaceText()
5861 if( (sal_uLong)nMinIndex + nLen < nEndIndex ) in ImplPrepareLayoutArgs()5862 nEndIndex = nMinIndex + nLen; in ImplPrepareLayoutArgs()5865 if( nEndIndex < nMinIndex ) in ImplPrepareLayoutArgs()5866 nEndIndex = nMinIndex; in ImplPrepareLayoutArgs()5876 const xub_Unicode* pStr = rStr.GetBuffer() + nMinIndex; in ImplPrepareLayoutArgs()5922 const sal_Unicode* pStr = pBase + nMinIndex; in ImplPrepareLayoutArgs()5968 xub_StrLen nMinIndex, in ImplLayout() argument5988 if( (unsigned)nMinIndex + nLen > rOrigStr.Len() ) in ImplLayout()5990 const int nNewLen = (int)rOrigStr.Len() - nMinIndex; in ImplLayout()6013 if( nCutStart > nMinIndex ) in ImplLayout()[all …]
332 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in getTextRange() local335 return sText.copy( nMinIndex, nMaxIndex - nMinIndex ); in getTextRange()
2262 sal_Int32 nMinIndex = -1; in implWritePropertiesFile() local2267 if( nMinIndex > nIndex || nMinIndex == -1 ) in implWritePropertiesFile()2268 nMinIndex = nIndex; in implWritePropertiesFile()2272 sal_Int32 nTabSize = nMaxIndex - nMinIndex + 1; in implWritePropertiesFile()2282 pIdPtrs[nIndex - nMinIndex] = &((*it_index).first); in implWritePropertiesFile()
450 sal_uInt32 nMinIndex = 0; in GetMixedColors() local457 nMinIndex = nCnt; in GetMixedColors()464 switch( nMinIndex ) in GetMixedColors()
Completed in 138 milliseconds