Home
last modified time | relevance | path

Searched refs:nLen (Results 576 – 600 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx90 sal_uInt32 nStart, sal_Int32 nLen, sal_uInt16 nSkip,
103 long nLen; // Gesamtlaenge ( zum Text ueberlesen ) member
381 sal_uInt16 nLen; member
744 friend static void DumpPLCFText( WW8_FC nPos, long nLen, long nOfs, sal_Char* pName,
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx580 const long nLen = aString.Len(); in ImplCalcActionBounds() local
582 if( nLen ) in ImplCalcActionBounds()
606 const long nLen = aString.Len(); in ImplCalcActionBounds() local
613 if( nLen ) in ImplCalcActionBounds()
H A Dpdfwriter_impl.cxx525 int nLen = aStr.getLength(); in appendName() local
526 for( int i = 0; i < nLen; i++ ) in appendName()
661 for( int i = 0; i < nLen; i++ ) in appendUnicodeTextString()
678 int nLen = aStr.getLength(); in createWidgetFieldName() local
2081 rtl::OStringBuffer aBuf( nLen ); in appendLiteralStringEncrypt()
3241 if( nLen <= 0) in getPfbSegmentLengths()
3243 rSegmentLengths[i] = nLen; in getPfbSegmentLengths()
3244 pPtr += nLen + 6; in getPfbSegmentLengths()
3925 aLine.append( nLen ); in createToUnicodeCMap()
6295 int nLen = rStr.getLength(); in escapeStringXML() local
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx662 sal_Int32 nLen = aSelection.getLength(); in XclExpTbxControlObj() local
663 if( nLen > 0 ) in XclExpTbxControlObj()
666 maMultiSel.resize( nLen ); in XclExpTbxControlObj()
668 ::std::copy( pnBegin, pnBegin + nLen, maMultiSel.begin() ); in XclExpTbxControlObj()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1372 void SwLayCacheIoImpl::OpenFlagRec( sal_uInt8 nFlags, sal_uInt8 nLen ) in OpenFlagRec() argument
1376 ASSERT( nLen < 16, "wrong flag record length" ); in OpenFlagRec()
1377 sal_uInt8 cFlags = (nFlags << 4) + nLen; in OpenFlagRec()
1379 nFlagRecEnd = pStream->Tell() + nLen; in OpenFlagRec()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx108 …void SetFieldOffset( sal_Int32 nOffset, sal_Int32 nLen ) { mnFieldOffset = nOffset; mnFieldLen = n… in SetFieldOffset() argument
114 …oid SetBulletOffset( sal_Int32 nOffset, sal_Int32 nLen ) { mnBulletOffset = nOffset; mnBulletLen =… in SetBulletOffset() argument
/trunk/main/sfx2/source/appl/
H A Dimpldde.cxx351 long nLen = FORMAT_STRING == nFmt ? (p ? strlen( p ) : 0) : (long)*pData; in IMPL_LINK() local
353 Sequence< sal_Int8 > aSeq( (const sal_Int8*)p, nLen ); in IMPL_LINK()
H A Dsfxhelp.cxx359 sal_Int32 nLen = aAllModulesList.getLength(); in Load() local
360 m_aModulesList.reserve( nLen + 1 ); in Load()
362 const ::rtl::OUString* pEnd = pBegin + nLen; in Load()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx105 const sal_Int32 nLen = rStr.getLength(); in quoteAndEscape() local
117 aBuffer.append( pFrom, nLen - nPrev ); in quoteAndEscape()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx69 sal_Int32 nLen = sizeof( UnderLineTable )/ sizeof( UnderLineTable[0] ); in UnderLineMapper() local
71 for ( sal_Int32 index=0; index<nLen; ++index ) in UnderLineMapper()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx76 sal_Int32 nLen = m_xIndexAccess->getCount(); in initBaseCollection() local
77 mShapes.reserve( nLen ); in initBaseCollection()
78 for ( sal_Int32 index=0; index<nLen; ++index ) in initBaseCollection()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx204 xub_StrLen nLen = pCNd->Len(); in Read() local
205 if( nLen < nEndCntnt ) in Read()
208 nEndCntnt = nLen - nEndCntnt; in Read()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx547 sal_Int32 nLen = _slist.getLength(); in getUniqueName() local
548 if ( nLen == 0 ) in getUniqueName()
553 for (sal_Int32 i = 0; i < nLen; i++) in getUniqueName()
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx485 long nLen = aTmpRange.Len(); in Undo() local
486 aTmpRange.Min() -= nLen; in Undo()
487 aTmpRange.Max() -= nLen; in Undo()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx303 int nLen = strlen( pStr ); in lcl_toOStringSkipLeadingWhites() local
304 strncpy( Buffer, pStr, nLen ); in lcl_toOStringSkipLeadingWhites()
305 Buffer[nLen] = 0; in lcl_toOStringSkipLeadingWhites()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx1058 sal_Int32 nLen = aResult.getLength(); in InsertOwnProps() local
1062 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps()
1069 aResult.realloc( ++nLen ); in InsertOwnProps()
1070 aResult[nLen - 1].Name = ::rtl::OUString::createFromAscii( "UseCommonStoragePasswordEncryption" ); in InsertOwnProps()
1071 aResult[nLen - 1].Value <<= bUseCommonEncryption; in InsertOwnProps()
1086 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps()
1093 aResult.realloc( ++nLen ); in InsertOwnProps()
1094 aResult[nLen - 1].Name = ::rtl::OUString::createFromAscii( "RelationsInfo" ); in InsertOwnProps()
1095 aResult[nLen - 1].Value = aValue; in InsertOwnProps()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx241 sal_Int32 nLen; in ConvertStringToValue() local
242 if (eStatus == rtl_math_ConversionStatus_Ok && nParseEnd < (nLen = aStr.getLength())) in ConvertStringToValue()
248 const sal_Unicode* const pStop = pStart + nLen; in ConvertStringToValue()
693 sal_uInt16 nLen = ( nStrLen + 2 ) & ~1; in CreateStringArr() local
695 if (((sal_uLong)nPos + (5 * sizeof(sal_uInt16)) + nLen) > MAXARRSIZE) in CreateStringArr()
701 *p++ = nLen; in CreateStringArr()
818 sal_uInt16 nLen = ( nStrLen + 2 ) & ~1; in CreateCellArr() local
819 if ( ((sal_uLong)nPos + 2 + nLen) > MAXARRSIZE) in CreateCellArr()
821 *p++ = nLen; in CreateCellArr()
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx69 int nLen = m_aStream.Tell(); in getSize() local
70 if( nLen > 15 ) in getSize()
/trunk/main/framework/source/classes/
H A Dfwktabwindow.cxx346 sal_Int32 i = 0, nLen = rProperties.getLength(); in AddTabPage() local
347 for ( i = 0; i < nLen; ++i ) in AddTabPage()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx174 static size_t GetStrLenBytes( xub_StrLen nLen ) in GetStrLenBytes() argument
175 { return nLen * sizeof(sal_Unicode); } in GetStrLenBytes()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx161 for( sal_uInt32 k = 0, nLen = aText.getLength(); k < nLen; ++k ) in implCollectGlyphs() local
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx332 xub_StrLen nLen = aFieldSeps.Len(); in WriteToString() local
333 for (xub_StrLen i=0; i<nLen; i++) in WriteToString()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx180 LNG_DLLPUBLIC sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_I…
181 LNG_DLLPUBLIC sal_Bool IsLower( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_I…
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx359 const sal_Int32 nLen = aValues.getLength(); in impl_wrap() local
360 for( sal_Int32 i = 0; i < nLen; ++i ) in impl_wrap()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx98 sal_Int32 nLen; in equals() local
102 (nLen = rData1.Sequence.getLength()) == rData2.Sequence.getLength()) in equals()
107 for ( ; nLen--; ) in equals()
109 if (! equals( pElements1[nLen], pElements2[nLen] )) in equals()

Completed in 329 milliseconds

1...<<21222324252627282930>>...35