Home
last modified time | relevance | path

Searched refs:nLen (Results 251 – 275 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx138 xub_StrLen nLen = rFormula.Len(); in InitRangeFinder() local
166 if( nPos < nLen && nPos > 0 && in InitRangeFinder()
242 ESelection aSel( 0, nLen, 0, nLen ); in lcl_Replace()
370 xub_StrLen nLen = rStr.Len(); in lcl_MatchParenthesis() local
375 if ( nPos < nLen / 2 ) in lcl_MatchParenthesis()
383 p1 = p0 + nLen; in lcl_MatchParenthesis()
394 p1 = (nDir < 0 ? p0 : p0 + nLen) ; in lcl_MatchParenthesis()
2346 SetSelection( ESelection( nPara, nLen, nPara, nLen ) ); in SetMode()
2376 xub_StrLen nLen = rString.Len(); in lcl_IsNumber() local
2377 for (xub_StrLen i=0; i<nLen; i++) in lcl_IsNumber()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx78 const sal_uInt32 nLen(getChildren().getLength()); in get2DDecomposition() local
79 sal_uInt32 nIndex(basegfx::fround(fState * (double)nLen)); in get2DDecomposition()
81 if(nIndex >= nLen) in get2DDecomposition()
83 nIndex = nLen - 1L; in get2DDecomposition()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.hxx120 void Init( sal_Int32 nBgn, sal_Int32 nLen );
122 StgDataStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen=-1 );
139 void Init( sal_Int32 nBgn, sal_Int32 nLen );
141 StgSmallStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen );
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx407 void DumpStream(const SvStream &rSrc, SvStream &rDest, sal_uInt32 nLen) in DumpStream() argument
411 if (nLen == STREAM_SEEK_TO_END) in DumpStream()
414 nLen = rSource.Tell(); in DumpStream()
416 if (nLen - nOrigPos) in DumpStream()
419 sal_Char* pDat = new sal_Char[nLen]; in DumpStream()
420 rSource.Read(pDat, nLen); in DumpStream()
421 rDest.Write(pDat, nLen); in DumpStream()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx138 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, int&,
442 int nLen = mnGlyphCount; local
443 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength )
444 ++nLen;
445 for( i = 1; i < nLen; ++i )
510 int Os2SalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIds, Point& rPos, int& nStart, argument
528 while( nCount < nLen )
/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx107 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
109 for (sal_Int32 i=0; i<nLen; ++i, ++pImplNames) in revokeComponent()
154 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
160 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory()
/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx71 sal_Int64 nLen = xSeek->getLength(); in seek() local
72 if ( location < 0 || location > nLen ) in seek()
74 if (location > nLen ) in seek()
75 location = nLen; in seek()
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx91 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
93 for (sal_Int32 i=0; i<nLen; ++i, ++pImplNames) in revokeComponent()
138 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
144 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx82 sal_Int32 nLen = aInitArgs.getLength(); in init() local
83 for ( sal_Int32 nIndex = 0; nIndex < nLen; ++nIndex ) in init()
143 sal_Int32 nLen = sServiceNames.getLength(); in hasServiceName() local
144 for ( sal_Int32 index = 0; index < nLen; ++index ) in hasServiceName()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx688 sal_Int32 nLen = rStr.getLength(); in lclTrimQuotedStringList() local
689 while( nPos < nLen ) in lclTrimQuotedStringList()
715 if( nPos < nLen ) in lclTrimQuotedStringList()
725 if( nEnd < nLen ) in lclTrimQuotedStringList()
808 sal_Int32 nLen = rData.getLength(); in convertFromDec() local
810 if( (nLen > 0) && (rData[ 0 ] == '-') ) in convertFromDec()
816 for( ; nPos < nLen; ++nPos ) in convertFromDec()
831 for( sal_Int32 nPos = 0, nLen = rData.getLength(); nPos < nLen; ++nPos ) in convertFromHex() local
896 sal_Int32 nLen = aUnquotedData.getLength(); in convertStringToStringList() local
897 while( (0 <= nPos) && (nPos < nLen) ) in convertStringToStringList()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx89 sal_uIntPtr nLen = m_pFileStream->Seek(nPos); in seekRow() local
93 nLen = m_pFileStream->Read((char*)m_pBuffer, nEntryLen); in seekRow()
284 sal_uInt16 nLen = rIndex.getHeader().db_keylen; in Read() local
285 char* pStr = aBuf.AllocBuffer(nLen+1); in Read()
287 rStream.Read(pStr,nLen); in Read()
288 pStr[nLen] = 0; in Read()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx141 sal_Int32 nLen = aFormatList.getLength(); in getLocales() local
142 for (sal_Int32 i = 0; i < nLen; ++i) in getLocales()
283 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale() local
284 for (sal_Int32 i = 0; i < nLen; ++i) in hasLocale()
588 sal_Int32 nLen = rArguments.getLength(); in initialize() local
589 if (2 == nLen) in initialize()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx649 sal_Int32 nLen = aRet.getLength(); in ConvertFromDec() local
650 if( !bNeg && nLen > nPlaces ) in ConvertFromDec()
654 else if( ( bNeg && nLen < nMaxPlaces ) || ( !bNeg && nLen < nPlaces ) ) in ConvertFromDec()
656 sal_Int32 nLeft = nPlaces - nLen; in ConvertFromDec()
883 if ( nLen < 0 || nLen > nBuff ) in GetString()
884 nLen = strlen( aBuff ); in GetString()
2363 sal_Int32 nLen = rRef.getLength(); in GetMatchingLevel() local
2365 if( nIndex > 0 && nIndex == ( nLen - 2 ) ) in GetMatchingLevel()
2368 aStr = STRING( p, nLen - 2 ); in GetMatchingLevel()
2369 aStr += STRING( p[ nLen - 1 ] ); in GetMatchingLevel()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx621 ++nLen; in FnChgToEnEmDash()
641 rDoc.Delete( nTmpPos, nTmpPos + nLen ); in FnChgToEnEmDash()
1083 xub_StrLen nLen = sTmp.Len(); in FnCptlSttSntnc() local
1084 while( nLen && !rCC.isLetterNumeric( sTmp, nLen-1 ) ) in FnCptlSttSntnc()
1085 --nLen; in FnCptlSttSntnc()
1086 if( nLen + 1 < sTmp.Len() ) in FnCptlSttSntnc()
1087 sTmp.Erase( nLen + 1 ); in FnCptlSttSntnc()
1719 xub_StrLen nLen, nPos = 1; in EncryptBlockName_Imp() local
1722 for ( nLen = rName.Len(), ++pName; nPos < nLen; ++nPos, ++pName ) in EncryptBlockName_Imp()
1750 xub_StrLen nLen, nPos; in DecryptBlockName_Imp() local
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx344 int nLen = aLine.Len(); in read() local
361 for( nIndex = 0; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read()
367 while( nIndex < nLen ) in read()
370 for( nIndex = nLastIndex ; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read()
380 nLen = aLine.Len(); in read()
387 for( int i = 0; i < nLen; i++ ) in read()
435 … int nTokLen = (nTokens > 19 ) ? nTokenPos[19]-nTokenPos[18]-1 : nLen - nTokenPos[18]; in read()
450 nLen - nTokenPos[nStyleTokenNr], in read()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx148 sal_Int32 nLen = aBytePassword.getLength(); in OnVerifyPassword() local
149 if( (0 < nLen) && (nLen < 16) ) in OnVerifyPassword()
161 for( sal_Int32 nInd = 0; nInd < nLen; ++nInd, ++aIt ) in OnVerifyPassword()
239 sal_Int32 nLen = rPassword.getLength(); in OnVerifyPassword() local
240 if( (0 < nLen) && (nLen < 16) ) in OnVerifyPassword()
245 const sal_Unicode* pcCharEnd = pcChar + nLen; in OnVerifyPassword()
H A Dxestring.cxx547 void XclExpString::CharsToBuffer( const sal_Unicode* pcSource, sal_Int32 nBegin, sal_Int32 nLen ) in CharsToBuffer() argument
549 DBG_ASSERT( maUniBuffer.size() >= static_cast< size_t >( nBegin + nLen ), in CharsToBuffer()
552 ScfUInt16Vec::iterator aEnd = aBeg + nLen; in CharsToBuffer()
564 void XclExpString::CharsToBuffer( const sal_Char* pcSource, sal_Int32 nBegin, sal_Int32 nLen ) in CharsToBuffer() argument
566 DBG_ASSERT( maCharBuffer.size() >= static_cast< size_t >( nBegin + nLen ), in CharsToBuffer()
569 ScfUInt8Vec::iterator aEnd = aBeg + nLen; in CharsToBuffer()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx546 sal_Int32 nLen = aStartChars.getLength(); in initParserTable() local
547 if ( nLen ) in initParserTable()
550 pStart = new UPT_FLAG_TYPE[ nLen ]; in initParserTable()
552 for ( sal_Int32 j=0; j<nLen; j++, p++ ) in initParserTable()
560 nLen = aContChars.getLength(); in initParserTable()
561 if ( nLen ) in initParserTable()
564 pCont = new UPT_FLAG_TYPE[ nLen ]; in initParserTable()
566 for ( sal_Int32 j=0; j<nLen; j++ ) in initParserTable()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass7.cxx124 sal_uInt32 nLen = strlen( (char*)( pAppData ) ) + 1; in ImplDoClass7() local
125 pTextEntry->pText = new char[ nLen ]; in ImplDoClass7()
126 memcpy( pTextEntry->pText, pAppData, nLen ); in ImplDoClass7()
127 pAppData += nLen; in ImplDoClass7()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx247 sal_Int32 nLen = rPropNames.getLength(); in GetProperties() local
249 const OUString* pPropNameEnd = pPropName + nLen; in GetProperties()
250 rValues.realloc( nLen ); in GetProperties()
387 for( sal_Int32 nIdx = 0, nLen = maValueSeq.getLength(); nIdx < nLen; ++nIdx ) in InitializeWrite() local
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx484 sal_Int32 nLen = m_aItems.size(); in write() local
487 _rxOutStream->writeLong(nLen); in write()
489 if (nLen) in write()
495 for (sal_Int32 i = 0; i < nLen; i++) in write()
550 sal_Int32 nLen = _rxInStream->readLong(); in read() local
552 if (nLen) in read()
558 for (sal_Int32 i = 0; i < nLen; i++) in read()
888 sal_Int32 nLen = pIfcMgr->getCount(); in implInsert() local
889 for ( sal_Int32 i = 0; (i < nLen) && pIfcMgr ; ++i ) in implInsert()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx541 sal_uLong nLen = GetTextLen( pSep ); in GetText() local
544 if ( nLen > STRING_MAXLEN ) in GetText()
577 sal_uLong nLen = 0; in GetTextLen() local
600 nLen += ( nE - nS ); in GetTextLen()
604 nLen += (nEndNode-nStartNode) * String( pSep ).Len(); in GetTextLen()
607 return nLen; in GetTextLen()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx416 sal_Int32 nLen = ftell( cmdFile); in parseOptions() local
421 char ** rargv = (char **)rtl_allocateMemory( nLen * sizeof( char* ) /2); in parseOptions()
428 buf.append( nLen ); in parseOptions()
432 char *buffer = ( char * )rtl_allocateMemory( nLen +1 ); in parseOptions()
439 buf.append( nLen ); in parseOptions()
456 buf.append( nLen ); in parseOptions()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1826 int nLen; in ImplAddKerningPairs() local
1835 nLen = 1; in ImplAddKerningPairs()
1841 nLen = 2; in ImplAddKerningPairs()
1854 nLen = 1; in ImplAddKerningPairs()
1860 nLen = 2; in ImplAddKerningPairs()
2113 int nLen = ::GetTempPathA( nMaxLen, aResourceName ); in ImplAddTempFont() local
2114 ::strncpy( aResourceName + nLen, aFileName, sizeof( aResourceName )- nLen ); in ImplAddTempFont()
2195 int nLen = ::GetTempPathA( nMaxLen, aResourceName ); in ImplGetFontAttrFromFile() local
2196 ::strncpy( aResourceName + nLen, aFileName, Max( 0, nMaxLen - nLen )); in ImplGetFontAttrFromFile()
2696 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() argument
[all …]
/trunk/main/cui/source/options/
H A Doptlingu.cxx105 sal_Int32 nLen = rSeq.getLength(); in lcl_LocaleSeqToLangSeq() local
106 Sequence< sal_Int16 > aRes( nLen ); in lcl_LocaleSeqToLangSeq()
109 for (sal_Int32 i = 0; i < nLen; ++i) in lcl_LocaleSeqToLangSeq()
119 sal_Int32 nLen = rSeq.getLength(); in lcl_SeqHasLang() local
135 sal_Int32 nLen = rSeq.getLength(); in lcl_SeqGetEntryPos() local
137 for (i = 0; i < nLen; ++i) in lcl_SeqGetEntryPos()
142 return i < nLen ? i : -1; in lcl_SeqGetEntryPos()
602 sal_Int32 nLen = rSeq.getLength(); in lcl_SeqGetIndex() local
1771 sal_Int32 nLen = aDics.getLength(); in IMPL_LINK() local
1772 aDics.realloc( nLen + 1 ); in IMPL_LINK()
[all …]

Completed in 186 milliseconds

1...<<11121314151617181920>>...35