Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java155 int nMinIndex = 0; in GetLineIndexForOffset() local
157 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()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx577 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in replaceText() local
583 pVCLXEdit->setText( sText.replaceAt( nMinIndex, nMaxIndex - nMinIndex, sReplacement ) ); in replaceText()
584 sal_Int32 nIndex = nMinIndex + sReplacement.getLength(); in replaceText()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5861 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() argument
5988 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 …]
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx332 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in getTextRange() local
335 return sText.copy( nMinIndex, nMaxIndex - nMinIndex ); in getTextRange()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx2262 sal_Int32 nMinIndex = -1; in implWritePropertiesFile() local
2267 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()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx450 sal_uInt32 nMinIndex = 0; in GetMixedColors() local
457 nMinIndex = nCnt; in GetMixedColors()
464 switch( nMinIndex ) in GetMixedColors()

Completed in 83 milliseconds