Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx5856 xub_StrLen nMinIndex, xub_StrLen nLen, in ImplPrepareLayoutArgs() argument
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()
5901 const sal_Unicode* pStr = rStr.GetBuffer() + nMinIndex; in ImplPrepareLayoutArgs()
5922 const sal_Unicode* pStr = pBase + nMinIndex; in ImplPrepareLayoutArgs()
5954 ImplLayoutArgs aLayoutArgs( rStr.GetBuffer(), rStr.Len(), nMinIndex, nEndIndex, nLayoutFlags ); in ImplPrepareLayoutArgs()
5968 xub_StrLen nMinIndex, in ImplLayout() argument
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()