/aoo42x/main/automation/source/server/ |
H A D | prof_usl.cxx | 110 …ing TTProfiler::GetSysdepProfileLine( SysdepProfileSnapshot *pStart, SysdepProfileSnapshot *pStop ) in GetSysdepProfileLine() argument 114 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_size), 9); in GetSysdepProfileLine() 115 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_rssize), 11); in GetSysdepProfileLine() 118 …le += Pad( String::CreateFromInt64(DIFF_MS( pStart, pStop, mprusage.pr_rtime ) / AVER( pStart, pSt… in GetSysdepProfileLine() 121 …sal_uLong d_utime = DIFF_MS( pStart, pStop, mpstatus.pr_utime ) + DIFF_MS( pStart, pStop, mpstatus… in GetSysdepProfileLine() 122 …sal_uLong d_stime = DIFF_MS( pStart, pStop, mpstatus.pr_stime ) + DIFF_MS( pStart, pStop, mpstatus… in GetSysdepProfileLine()
|
H A D | profiler.hxx | 82 String GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pStop ); 131 String GetSysdepProfileLine( SysdepProfileSnapshot *pStart, SysdepProfileSnapshot *pStop );
|
/aoo42x/main/unotools/source/i18n/ |
H A D | charclass.cxx | 130 const sal_Unicode* const pStop = p + rStr.Len(); in isAsciiNumeric() local 135 } while ( ++p < pStop ); in isAsciiNumeric() 146 const sal_Unicode* const pStop = p + rStr.Len(); in isAsciiAlpha() local 151 } while ( ++p < pStop ); in isAsciiAlpha() 162 const sal_Unicode* const pStop = p + rStr.Len(); in isAsciiAlphaNumeric() local 167 } while ( ++p < pStop ); in isAsciiAlphaNumeric()
|
H A D | localedatawrapper.cxx | 800 const sal_Unicode* const pStop = pStr + rCode.Len(); in scanCurrFormatImpl() local 804 while ( p < pStop ) in scanCurrFormatImpl() 840 && nSym != STRING_NOTFOUND && p < pStop-1 && *(p+1) == ' ' ) in scanCurrFormatImpl() 854 p = pStop; in scanCurrFormatImpl() 863 if ( nBlank == STRING_NOTFOUND && p < pStop-2 && *(p+2) == ' ' ) in scanCurrFormatImpl()
|
/aoo42x/main/tools/source/inet/ |
H A D | inetstrm.cxx | 430 const sal_Char *pStop = (pData + nSize); in PutData() local 432 while (!bHeaderParsed && (pData < pStop)) in PutData() 443 if ((pData < pStop) && ((*pData == '\r') || (*pData == '\n'))) in PutData() 521 if (bHeaderParsed && (pData < pStop)) in PutData() 524 return PutMsgLine (pData, (pStop - pData)); in PutData() 872 const sal_Char *pStop = pData + nSize; in PutMsgLine() local 873 while (pData < pStop) in PutMsgLine() 1202 const sal_Char *pStop = (pData + nSize); in PutMsgLine() local 1203 while (pData < pStop) in PutMsgLine()
|
H A D | inetmsg.cxx | 549 const sal_Char *pStop = pData + aName.Len() + 1; in SetHeaderField() local 556 while (pData < pStop) in SetHeaderField() 766 pData = pStop; in SetHeaderField() 774 pData = pStop; in SetHeaderField() 1096 const sal_Char *pStop = pData + aName.Len() + 1; in SetHeaderField() local 1103 while (pData < pStop) in SetHeaderField() 1220 pData = pStop; in SetHeaderField() 1228 pData = pStop; in SetHeaderField()
|
/aoo42x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 663 ScBroadcastAreaSlot** const pStop = ppSlots + nEnd; in EndListeningArea() local 668 } while (++pp < pStop); in EndListeningArea() 754 ScBroadcastAreaSlot** const pStop = ppSlots + nEnd; in DelBroadcastAreasInRange() local 759 } while (++pp < pStop); in DelBroadcastAreasInRange() 794 ScBroadcastAreaSlot** const pStop = ppSlots + nEnd; in UpdateBroadcastAreas() local 799 } while (++pp < pStop); in UpdateBroadcastAreas()
|
H A D | global.cxx | 844 const sal_Unicode* const pStop = pStart + rString.Len(); in FindUnquoted() local 847 while (p < pStop) in FindUnquoted() 855 else if (p < pStop-1 && *(p+1) == cQuote) in FindUnquoted()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 248 const sal_Unicode* const pStop = pStart + nLen; in ConvertStringToValue() local 252 while (p < pStop && *p == ' ') in ConvertStringToValue() 254 if (p < pStop) in ConvertStringToValue() 272 while (p < pStop && *p == ' ') in ConvertStringToValue() 274 if (p < pStop && !CharClass::isAsciiDigit(*p)) in ConvertStringToValue() 277 while (p < pStop && !nGlobalError && eState < blank) in ConvertStringToValue() 304 if (*p != '-' || (p+1 == pStop)) in ConvertStringToValue() 308 if ((*p != 'T' || (p+1 == pStop)) && *p != ' ') in ConvertStringToValue() 316 if (*p != ':' || (p+1 == pStop)) in ConvertStringToValue() 349 while (p < pStop && *p == ' ') in ConvertStringToValue() [all …]
|
H A D | compiler.cxx | 156 const AddInMap* const pStop = pMap + GetAddInMapCount(); in fillFromAddInMap() local 157 for ( ; pMap < pStop; ++pMap) in fillFromAddInMap() 1909 const sal_Unicode* const pStop = pDst + nMax; in lcl_UnicodeStrNCpy() local 1910 while ( *pSrc && pDst < pStop ) in lcl_UnicodeStrNCpy()
|
/aoo42x/main/autodoc/source/cosv/strings/ |
H A D | streamstr.cxx | 711 char * pStop = i_nStart + i_nLength < length() in to_lower() local 715 pChange != pStop; in to_lower() 742 char * pStop = i_nStart + i_nLength < length() in to_upper() local 746 pChange != pStop; in to_upper()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edredln.cxx | 71 ViewShell *pStop = pSh; in lcl_InvalidateAll() local 78 } while ( pSh != pStop ); in lcl_InvalidateAll()
|
/aoo42x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 282 ::rtl::OUString const * const pStop = pName + nLen; in createSequenceOfFormulaTokens() 283 for ( ; pName < pStop; ++pName, ++pToken) in createSequenceOfFormulaTokens() 588 FormulaOpCodeMapEntry const * const pStop = pArr2 + rMapping.getLength(); in CreateOpCodeMap() local 589 for ( ; pArr2 < pStop; ++pArr2) in CreateOpCodeMap()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | ftnfrm.cxx | 846 SwFtnBossFrm* pStop = pTmpRef->FindFtnBossFrm( !bEndn ); in GetPrevFtnLeaf() local 848 const sal_uInt16 nNum = pStop->GetPhyPageNum(); in GetPrevFtnLeaf() 872 pStop = pNxtBoss; in GetPrevFtnLeaf() 910 if ( pStop == pNxtBoss ) in GetPrevFtnLeaf()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 330 const sal_uLong* pStop = pOffset->GetData(); in ModifyOffset() local 334 } while ( pStop < pData-- ); in ModifyOffset() 338 const sal_uLong* pStop = pOffset->GetData() + pOffset->Count(); in ModifyOffset() local 342 } while ( ++pData < pStop ); in ModifyOffset()
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 999 const sal_Unicode* const pStop = pTmp + nLen; in WriteUnicodeText() local 1000 while ( p < pStop ) in WriteUnicodeText()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 567 const sal_Unicode* const pStop = p + rString.Len(); in WriteUnicodeOrByteString() local 568 while ( p < pStop ) in WriteUnicodeOrByteString()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforscan.cxx | 190 const sal_Unicode* const pStop = p + rCode.getLength(); in lcl_extractStandardGeneralName() local 194 while (p < pStop && !bDone) in lcl_extractStandardGeneralName()
|