Home
last modified time | relevance | path

Searched refs:nLen (Results 451 – 475 of 867) sorted by relevance

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

/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx477 xub_StrLen nLen = rString.Len(); in lcl_EndsWithUser() local
478 return nLen >= SC_SUFFIX_USER_LEN && in lcl_EndsWithUser()
479 pChar[nLen-7] == ' ' && in lcl_EndsWithUser()
480 pChar[nLen-6] == '(' && in lcl_EndsWithUser()
481 pChar[nLen-5] == 'u' && in lcl_EndsWithUser()
482 pChar[nLen-4] == 's' && in lcl_EndsWithUser()
483 pChar[nLen-3] == 'e' && in lcl_EndsWithUser()
484 pChar[nLen-2] == 'r' && in lcl_EndsWithUser()
485 pChar[nLen-1] == ')'; in lcl_EndsWithUser()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java456 long nLen = 0; in getLength() local
459 nLen = m_xSeek.getLength(); in getLength()
468 return nLen; in getLength()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java514 long nLen = 0; in getLength() local
517 nLen = m_xSeek.getLength(); in getLength()
527 return nLen; in getLength()
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx100 SwAutoCompleteString(const String& rStr, xub_StrLen nPos, xub_StrLen nLen);
208 SwAutoCompleteString::SwAutoCompleteString(const String& rStr, xub_StrLen nPos, xub_StrLen nLen) : in SwAutoCompleteString() argument
209 String( rStr, nPos, nLen ) in SwAutoCompleteString()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx250 const sal_Int32 nLen( rLogicalAdvancements.getLength() ); in drawText() local
251 ::boost::scoped_array<sal_Int32> pDXArray( new sal_Int32[nLen] ); in drawText()
252 for( sal_Int32 i=0; i<nLen; ++i ) in drawText()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx87 sal_Int32 i, nLen = maText.Len(); in GetIndexAtPoint() local
88 for( i=0; i<nLen; ++i ) in GetIndexAtPoint()
/trunk/main/basic/source/sbx/
H A Dsbxvals.cxx50 if( nLen > 4 || (nNum[3] & 0x8000) ) in INT64()
79 if( bIsNeg || nLen > 4 ) in UINT64()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx185 const sal_Int32 nLen(rCandidate.getLength()); in readCssStyle() local
188 while(nPos < nLen) in readCssStyle()
192 skip_char(rCandidate, sal_Unicode(' '), nPos, nLen); in readCssStyle()
193 copyString(rCandidate, nPos, aTokenName, nLen); in readCssStyle()
205 skip_char(rCandidate, sal_Unicode(' '), sal_Unicode(':'), nPos, nLen); in readCssStyle()
206 copyToLimiter(rCandidate, sal_Unicode(';'), nPos, aTokenValue, nLen); in readCssStyle()
207 skip_char(rCandidate, sal_Unicode(' '), sal_Unicode(';'), nPos, nLen); in readCssStyle()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx1034 sal_uInt16 nLen; in GetInputRanges() local
1035 for ( nLen = 0; *pIter; ++nLen, ++pIter ) in GetInputRanges()
1037 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges()
/trunk/main/stoc/test/
H A Dtestconv.cxx142 sal_Int32 nLen = pSeq->nElements; in printValue() local
143 if (nLen) in printValue()
146 for ( sal_Int32 nPos = 0; nPos < nLen; ++nPos ) in printValue()
149 if (nPos < (nLen-1)) in printValue()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx739 sal_uLong nLen = 0UL; in ImplCalcMaskShift() local
751 nLen++; in ImplCalcMaskShift()
754 rOrShift = 8L - nLen; in ImplCalcMaskShift()
755 rOr = (sal_uInt8) ( ( 0xffUL >> nLen ) << rOrShift ); in ImplCalcMaskShift()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx84 sal_uInt32 nLen = size*nmemb; in append() local
85 sal_uInt32 tmp(nLen + m_nWritePos); in append()
96 pBuffer,nLen); in append()
98 return nLen; in append()
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx262 sal_Int32 nLen = Text.getLength(); in iterateCodePoints() local
263 if (nStartPos + inc < 0 || nStartPos + inc >= nLen) { in iterateCodePoints()
265 nStartPos = nStartPos + inc < 0 ? -1 : nLen; in iterateCodePoints()
279 ch = (nStartPos < nLen ? Text.iterateCodePoints(&nStartPos, 0) : 0); in iterateCodePoints()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx704 sal_Int32 nLen = rCodeLine.getLength(); in lclGetQuotedString() local
705 if( (nLen > 0) && (rCodeLine[ 0 ] == '"') ) in lclGetQuotedString()
708 for( sal_Int32 nIndex = 1; !bExitLoop && (nIndex < nLen); ++nIndex ) in lclGetQuotedString()
712 … bExitLoop = (cChar == '"') && ((nIndex + 1 == nLen) || (rCodeLine[ nIndex + 1 ] != '"')); in lclGetQuotedString()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx622 sal_uInt32 i, nLen = aMethodSeq.getLength(); in attachListener() local
625 for( i = 0 ; i < nLen ; i++ ) in attachListener()
773 sal_uInt32 i, nLen = aMethodSeq.getLength(); in removeListener() local
775 for( i = 0 ; i < nLen ; i++ ) in removeListener()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx361 sal_Int32 nLen = 0; in executeBatch() local
362 …::list< ::rtl::OUString>::const_iterator i=m_aBatchList.begin();i != m_aBatchList.end();++i,++nLen) in executeBatch()
378 Sequence< sal_Int32 > aRet(nLen); in executeBatch()
380 for(sal_Int32 j=0;j<nLen;++j) in executeBatch()
/trunk/main/basic/source/comp/
H A Dparser.cxx571 sal_uInt16 nLen = 0; in Assign() local
576 nLen = aLvalue.GetRealVar()->GetLen(); in Assign()
578 if( nLen ) in Assign()
579 aGen.Gen( _PAD, nLen ); in Assign()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx185 sal_Int32 nLen = url.indexOf(':'); in Construct() local
186 nLen = url.indexOf(':',nLen+1); in Construct()
188 aDSN += url.copy(nLen+1); in Construct()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx523 long nLen = aLayoutData.m_aUnicodeBoundRects.size(); in getIndexAtPoint() local
524 for ( long i = 0; i < nLen; ++i ) in getIndexAtPoint()
547 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() local
548 …::svt::OStringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), m_pIc… in copyText()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx564 sal_uLong nLen = pOutliner->GetText( pPara, 1 ).Len(); in InsTextOrRTFinDrMode() local
565 pOutliner->QuickDelete( ESelection( 0, (sal_uInt16) nLen, 1, 0 ) ); in InsTextOrRTFinDrMode()
566 pOutliner->QuickInsertLineBreak( ESelection( 0, (sal_uInt16) nLen, 0, (sal_uInt16) nLen ) ); in InsTextOrRTFinDrMode()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx309 if ( nLen ) in ReadPropSet()
328 nLen -= 6; in ReadPropSet()
329 while ( nLen > 0 ) in ReadPropSet()
336 if ( nLen ) in ReadPropSet()
350 nLen--; in ReadPropSet()
2781 if ( nLen ) in CheckAndCorrectExcelTextRotation()
3748 sal_uInt16 nLen = (sal_uInt16)nRecLen; in MSDFFReadZString() local
3749 if( nLen ) in MSDFFReadZString()
3752 nLen >>= 1; in MSDFFReadZString()
7456 sal_uInt32 nLen, nDummy; in CreateSdrOLEFromStorage() local
[all …]
/trunk/main/basic/source/inc/
H A Diosys.hxx52 short nLen; // Pufferlaenge member in SbiStream
72 short GetBlockLen() const { return nLen; } in GetBlockLen()
/trunk/main/forms/source/component/
H A DGroupManager.cxx253 sal_Int32 nLen = m_aCompArray.size(); in GetControlModels() local
254 Sequence<Reference<XControlModel> > aControlModelSeq( nLen ); in GetControlModels()
258 for (sal_Int32 i = 0; i < nLen; ++i, ++pModels, ++aGroupComps) in GetControlModels()
/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx70 sal_uInt16 nLen = pArray->GetLen(); in compileRangeRepresentation() local
71 if (!nLen) in compileRangeRepresentation()
73 if (nLen != 1) in compileRangeRepresentation()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx167 void ExtraPortionInfo::SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLen ) in SaveOrgDXArray() argument
170 pOrgDXArray = new sal_Int32[nLen]; in SaveOrgDXArray()
171 memcpy( pOrgDXArray, pDXArray, nLen*sizeof(sal_Int32) ); in SaveOrgDXArray()

Completed in 154 milliseconds

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