Home
last modified time | relevance | path

Searched refs:pStop (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx711 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()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx844 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()
H A Dbcaslot.cxx663 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()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx567 const sal_Unicode* const pStop = p + rString.Len(); in WriteUnicodeOrByteString() local
568 while ( p < pStop ) in WriteUnicodeOrByteString()
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx130 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 Dlocaledatawrapper.cxx800 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()
/trunk/main/tools/source/stream/
H A Dstream.cxx916 const sal_Unicode* const pStop = pTmp + nLen; in WriteUnicodeText() local
917 while ( p < pStop ) in WriteUnicodeText()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx549 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()
H A Dinetstrm.cxx430 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()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx846 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()
/trunk/main/sw/source/core/edit/
H A Dedredln.cxx71 ViewShell *pStop = pSh; in lcl_InvalidateAll() local
78 } while ( pSh != pStop ); in lcl_InvalidateAll()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx190 const sal_Unicode* const pStop = p + rCode.getLength(); in lcl_extractStandardGeneralName() local
194 while (p < pStop && !bDone) in lcl_extractStandardGeneralName()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx330 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx248 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 Dcompiler.cxx156 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()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx282 ::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()
/trunk/main/automation/source/server/
H A Dprof_usl.cxx110 …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 Dprofiler.hxx82 String GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pStop );
131 String GetSysdepProfileLine( SysdepProfileSnapshot *pStart, SysdepProfileSnapshot *pStop );

Completed in 226 milliseconds