Home
last modified time | relevance | path

Searched refs:nStrLen (Results 51 – 59 of 59) sorted by path

123

/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx92 const sal_uInt16 nStrLen = rSource.Len(); in lcl_Highlight() local
99 while(nActPos < nStrLen) in lcl_Highlight()
102 if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 2 ) in lcl_Highlight()
123 nActPos < nStrLen - 3 && cMinus == rSource.GetChar((xub_StrLen)(nActPos + 3))) in lcl_Highlight()
143 while(++nSrchPos < nStrLen - 1) in lcl_Highlight()
184 for(sal_uInt16 i = nPortEnd; i < nStrLen; i++) in lcl_Highlight()
195 nPortEnd = nStrLen - 1; in lcl_Highlight()
/trunk/main/sysui/source/win32/misc/
H A Dresourceprovider.cxx163 sal_Int32 nStrLen = aResOUString.getLength( ); in getResString() local
164 rtl::OUStringBuffer aBuffer( nStrLen ); in getResString()
168 const sal_Unicode* pEnd = aResOUString.getStr( ) + nStrLen; in getResString()
/trunk/main/tools/inc/tools/
H A Dstring.hxx563 const sal_Char* pAsciiStr, xub_StrLen nStrLen = STRING_LEN );
/trunk/main/tools/source/debug/
H A Ddebug.cxx928 int nStrLen = strlen( pFilter ); in ImplDbgFilter() local
929 if ( !nStrLen ) in ImplDbgFilter()
/trunk/main/tools/source/string/
H A Dstrascii.cxx411 AppendAscii( pAsciiStr, nStrLen ); in ReplaceAscii()
418 AssignAscii( pAsciiStr, nStrLen ); in ReplaceAscii()
423 if ( nStrLen == STRING_LEN ) in ReplaceAscii()
424 nStrLen = ImplStringLen( pAsciiStr ); in ReplaceAscii()
425 if ( !nStrLen ) in ReplaceAscii()
433 if ( nCount == nStrLen ) in ReplaceAscii()
441 sal_Int32 n = ImplGetCopyLen( mpData->mnLen-nCount, nStrLen ); in ReplaceAscii()
564 xub_StrLen nStrLen = ImplStringLen( pAsciiStr ); in SearchAscii() local
568 if ( !nStrLen || (nIndex >= nLen) ) in SearchAscii()
574 if ( nStrLen == 1 ) in SearchAscii()
[all …]
H A Dstrimp.cxx238 if ( nCopyLen > STRING_MAXLEN-nStrLen ) in ImplGetCopyLen()
239 nCopyLen = STRING_MAXLEN-nStrLen; in ImplGetCopyLen()
823 if ( !nStrLen ) in Replace()
835 if ( nCount == nStrLen ) in Replace()
843 nStrLen = ImplGetCopyLen( mpData->mnLen-nCount, nStrLen ); in Replace()
1542 if ( !nStrLen || (nIndex >= nLen) ) in Search()
1548 if ( nStrLen == 1 ) in Search()
1564 while ( nLen - nIndex >= nStrLen ) in Search()
1588 if ( !nStrLen || (nIndex >= nLen) ) in Search()
1594 if ( nStrLen == 1 ) in Search()
[all …]
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx716 xub_StrLen nStrLen = static_cast<xub_StrLen>( strlen( pStr ) ); in ImplIsTrailing() local
717 if( nStrLen >= rName.Len() ) in ImplIsTrailing()
721 const sal_Unicode* pNameStr = pEndName - nStrLen; in ImplIsTrailing()
726 return nStrLen; in ImplIsTrailing()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx918 sal_Int32 nStrLen( aStr.Len() ); in ImplConvertFromSVM1() local
926 if( nAryLen != nStrLen ) in ImplConvertFromSVM1()
928 if( nAryLen+1 == nStrLen ) in ImplConvertFromSVM1()
941 if( nStrLen > 1 ) in ImplConvertFromSVM1()
942 pDXAry[ nStrLen-1 ] = pDXAry[ nStrLen-2 ] + pTmpAry[ nStrLen-1 ] - pTmpAry[ nStrLen-2 ]; in ImplConvertFromSVM1()
944 pDXAry[ nStrLen-1 ] = pTmpAry[ nStrLen-1 ]; // len=1: 0th position taken to be 0 in ImplConvertFromSVM1()
1747 const sal_uLong nStrLen = aText.Len(); in ImplWriteActions() local
1753 rOStm << (sal_Int32) ( 24 + ( nStrLen + 1 ) ); in ImplWriteActions()
1757 rOStm << (sal_Int32) nStrLen; in ImplWriteActions()
1810 const sal_uLong nStrLen = aText.Len(); in ImplWriteActions() local
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx536 const sal_Int32 nStrLen = rMissingChars.getLength(); in HasMissingChars() local
537 for( sal_Int32 nStrIdx = 0; nStrIdx < nStrLen; ++nStrIdx ) in HasMissingChars()
557 const sal_Int32 nStrLen = rMissingChars.getLength(); in FindFontSubstitute() local
558 while( nStrIdx < nStrLen ) in FindFontSubstitute()
569 if( nStrIdx >= nStrLen ) in FindFontSubstitute()

Completed in 67 milliseconds

123