Home
last modified time | relevance | path

Searched refs:nStrLen (Results 26 – 50 of 59) sorted by relevance

123

/trunk/main/oox/source/xls/
H A Dworkbooksettings.cxx231 sal_uInt16 nStrLen = rStrm.readuInt16(); in importFileSharing() local
233 if( nStrLen > 0 ) in importFileSharing()
234 maFileSharing.maUserName = rStrm.readUniStringBody( nStrLen ); in importFileSharing()
H A Dbiffinputstream.cxx357 sal_Int32 nStrLen = b16BitLen ? readuInt16() : readuInt8(); in readByteString() local
358 return readCharArray( nStrLen, bAllowNulChars ); in readByteString()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx144 sal_Int32 nStrLen,
279 sal_Int32 nStrLen, in convertToXML() argument
288 for( sal_Int32 i = 0 ; i < nStrLen ; i ++ ) in convertToXML()
804 inline sal_Int32 calcXMLByteLength( const sal_Unicode *pStr, sal_Int32 nStrLen, in calcXMLByteLength() argument
811 for( sal_Int32 i = 0 ; i < nStrLen ; i++ ) in calcXMLByteLength()
/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/sw/source/filter/ww8/
H A DWW8FFData.cxx80 sal_uInt16 nStrLen = msword_cast<sal_uInt16>(rStr.getLength()); in WriteOUString() local
81 *pDataStrm << nStrLen; in WriteOUString()
H A Dww8par.cxx337 sal_uInt32 nStrLen; in ReadEmbeddedData() local
338 rStrm >> nStrLen; in ReadEmbeddedData()
339 if( nStrLen ) in ReadEmbeddedData()
341 rStrm >> nStrLen; in ReadEmbeddedData()
342 nStrLen /= 2; in ReadEmbeddedData()
345 lclAppendString32( *xLongName, rStrm,nStrLen, true ); in ReadEmbeddedData()
353 sal_uInt32 nStrLen; in ReadEmbeddedData() local
354 rStrm >> nStrLen; in ReadEmbeddedData()
355 nStrLen /= 2; in ReadEmbeddedData()
357 lclAppendString32( *xLongName,rStrm, nStrLen, true ); in ReadEmbeddedData()
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx441 sal_uInt16 nStrLen; in operator >>() local
442 rStrm >> nStrLen; in operator >>()
443 rCachedName.mbUseCache = nStrLen == EXC_PT_NOSTRING; in operator >>()
447 rCachedName.maName = rStrm.ReadUniString( nStrLen ); in operator >>()
H A Dexcform8.cxx1571 sal_uInt8 nStrLen; in GetAbsRefs() local
1572 aIn >> nStrLen; in GetAbsRefs()
1573 aIn.IgnoreUniString( nStrLen ); // reads Grbit even if nLen==0 in GetAbsRefs()
H A Dxehelper.cxx686 sal_Int32 nStrLen = aOUString.getLength(); in GetLeadingScriptType() local
688 while( (nStrPos < nStrLen) && (nScript == ApiScriptType::WEAK) ) in GetLeadingScriptType()
/trunk/main/sal/rtl/source/
H A Dustring.c258 sal_Int32 nStrLen ) in rtl_ustr_asciil_reverseEquals_WithLength() argument
260 const sal_Unicode* pStr1Run = pStr1+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength()
261 const sal_Char* pStr2Run = pStr2+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx692 sal_uInt16 nStrLen = (sal_uInt16) aTmp.Len(); in CreateStringArr() local
693 sal_uInt16 nLen = ( nStrLen + 2 ) & ~1; in CreateStringArr()
702 memcpy( p, aTmp.GetBuffer(), nStrLen + 1); in CreateStringArr()
703 nPos += 10 + nStrLen + 1; in CreateStringArr()
705 if( !nStrLen & 1 ) in CreateStringArr()
817 sal_uInt16 nStrLen = (sal_uInt16) aTmp.Len(); in CreateCellArr() local
818 sal_uInt16 nLen = ( nStrLen + 2 ) & ~1; in CreateCellArr()
822 memcpy( p, aTmp.GetBuffer(), nStrLen + 1); in CreateCellArr()
823 nPos += 2 + nStrLen + 1; in CreateCellArr()
825 if( !nStrLen & 1 ) in CreateCellArr()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx148 int nStrLen; member
155 int nStrLen; member
232 if ( aOSString.equalsIgnoreAsciiCaseAsciiL( aOSTable[i].pOSString, aOSTable[i].nStrLen )) in GetOperatingSystemFromString()
243 … if ( aEnvTypeString.equalsIgnoreAsciiCaseAsciiL( aEnvTable[i].pOSString, aEnvTable[i].nStrLen )) in GetEnvTypeFromString()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx470 const xub_StrLen nStrLen; member in SwDoDrawStretchCapital
478 nStrLen( rInfo.GetLen() ), in SwDoDrawStretchCapital()
500 nDiff /= (long) nStrLen; in Do()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx785 xub_StrLen nStrLen = rTextLine.Len(); in ImplSetTextLineFix() local
787 for( sal_uInt32 nColIx = 0; (nColIx < nColCount) && (nStrIx < nStrLen); ++nColIx ) in ImplSetTextLineFix()
1145 xub_StrLen nStrLen = static_cast< xub_StrLen >( nLastVisPos - nFirstVisPos + 1 ); in ImplDrawColumnBackgr() local
1152 String aText( rStrVec[ nColIndex ], nStrPos, nStrLen ); in ImplDrawColumnBackgr()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1086 sal_uInt16 nStrLen = aStr1.Len(); in RTLFUNC() local
1087 sal_uInt16 nStartPos = lStartPos == -1 ? nStrLen : (sal_uInt16)lStartPos; in RTLFUNC()
1090 if( nStartPos <= nStrLen ) in RTLFUNC()
1098 else if( nStrLen > 0 ) in RTLFUNC()
1476 sal_uInt16 nStrLen = rStr.Len(); in RTLFUNC() local
1477 if ( nResultLen > nStrLen ) in RTLFUNC()
1478 nResultLen = nStrLen; in RTLFUNC()
1479 String aResultStr = rStr.Copy( nStrLen-nResultLen ); in RTLFUNC()
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx352 _UndoTransliterate_Data( sal_uLong nNd, xub_StrLen nStt, xub_StrLen nStrLen, const String& rTxt ) in _UndoTransliterate_Data()
354 nNdIdx( nNd ), nStart( nStt ), nLen( nStrLen ) in _UndoTransliterate_Data()
/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()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.hxx88 const sal_uInt32 nStrLen
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.hxx87 const sal_uInt32 nStrLen
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx159 sal_uInt16 nStrLen, nC; in Dump_LVL() local
160 *xTableStream >> nStrLen; in Dump_LVL()
161 char* pStr = new char[ nStrLen+1 ], *p = pStr; in Dump_LVL()
162 while( nStrLen-- ) in Dump_LVL()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1926 sal_uInt32 nStrLen = aSoundRecHd.GetRecEndFilePos(); in ReadSound() local
1929 if ( SeekToRec( rStCtrl, PPT_PST_CString, nStrLen, NULL, 2 ) ) in ReadSound()
1939 if ( SeekToRec( rStCtrl, PPT_PST_CString, nStrLen, NULL, 0 ) ) in ReadSound()
1978 if ( SeekToRec( rStCtrl, PPT_PST_SoundData, nStrLen, &aSoundDataRecHd, 0 ) ) in ReadSound()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx245 sal_uInt16 nStrLen = rStr.Len(); in GetTextLines() local
265 if ( bHardBreak || (i == nStrLen) || in GetTextLines()
274 if ( bHardBreak || (i == nStrLen) || in GetTextLines()
352 if ( (i == nStrLen) && nLastLineLen ) in GetTextLines()
370 while ( i <= nStrLen ); in GetTextLines()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx568 sal_uInt32 nStrLen = aStr.getLength(); in ConvertToDec() local
569 if( nStrLen > nCharLim ) in ConvertToDec()
571 else if( !nStrLen ) in ConvertToDec()
612 if( nStrLen == nCharLim && !bFirstDig && (nFirstDig >= nBase / 2) ) in ConvertToDec()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx399 sal_Int32 nStrLen = static_cast< sal_Int32 >( nBufSize ); in lclCreateOUString() local
400 aBuffer.setLength( nStrLen ); in lclCreateOUString()
402 for( sal_Int32 nChar = 0; nChar < nStrLen; ++nChar, ++pcCurrChar ) in lclCreateOUString()
410 sal_Int32 nStrLen = static_cast< sal_Int32 >( nBufSize ) / 2; in lclCreateOUString() local
411 aBuffer.setLength( nStrLen ); in lclCreateOUString()
413 for( sal_Int32 nChar = 0; nChar < nStrLen; ++nChar ) in lclCreateOUString()
H A Dmsdffimp.cxx7002 sal_uInt32 nStrLen; in ConvertToOle2() local
7013 rStm >> nStrLen; in ConvertToOle2()
7014 if( nStrLen ) in ConvertToOle2()
7016 if( 0x10000L > nStrLen ) in ConvertToOle2()
7018 sal_Char * pBuf = new sal_Char[ nStrLen ]; in ConvertToOle2()
7019 rStm.Read( pBuf, nStrLen ); in ConvertToOle2()
7020 … aSvrName.Assign( String( pBuf, (sal_uInt16) nStrLen-1, gsl_getSystemTextEncoding() ) ); in ConvertToOle2()
7030 nBytesRead += 6 * sizeof( sal_uInt32 ) + nStrLen + nDataLen; in ConvertToOle2()

Completed in 554 milliseconds

123