| /AOO41X/main/tools/inc/tools/ |
| H A D | inetmime.hxx | 455 const sal_Char * pEnd); 458 const sal_Unicode * pEnd); 461 const sal_Char * pEnd); 464 const sal_Unicode * pEnd); 467 const sal_Char * pEnd); 470 const sal_Char * pEnd); 474 const sal_Unicode * pEnd); 477 const sal_Char * pEnd); 480 const sal_Unicode * pEnd); 485 pEnd); [all …]
|
| /AOO41X/main/tools/source/inet/ |
| H A D | inetmime.cxx | 64 sal_Char const * pEnd); 198 sal_Char const * pEnd) in appendISO88591() argument 200 xub_StrLen nLength = static_cast< xub_StrLen >(pEnd - pBegin); in appendISO88591() 202 for (sal_Unicode * p = pBuffer; pBegin != pEnd;) in appendISO88591() 583 const sal_Char * pEnd) in skipLinearWhiteSpace() argument 585 DBG_ASSERT(pBegin && pBegin <= pEnd, in skipLinearWhiteSpace() 588 while (pBegin != pEnd) in skipLinearWhiteSpace() 597 if (startsWithLineFolding(pBegin, pEnd)) in skipLinearWhiteSpace() 612 const sal_Unicode * pEnd) in skipLinearWhiteSpace() argument 614 DBG_ASSERT(pBegin && pBegin <= pEnd, in skipLinearWhiteSpace() [all …]
|
| /AOO41X/main/ucb/source/regexp/ |
| H A D | regexp.cxx | 67 sal_Unicode const * pEnd, in matchStringIgnoreCase() argument 75 if (pEnd - p < qEnd - q) in matchStringIgnoreCase() 100 sal_Unicode const * pEnd = pBegin + rString.getLength(); in matches() local 105 if (matchStringIgnoreCase(&p, pEnd, m_aPrefix)) in matches() 108 sal_Unicode const * pBlock1End = pEnd; in matches() 120 bMatches = p == pEnd || *p == '/' || *p == '?' || *p == '#'; in matches() 126 if (p == pEnd || *p == '/' || *p == '?' || *p == '#') in matches() 133 if (matchStringIgnoreCase(&q, pEnd, m_aInfix) in matches() 134 && (q == pEnd || *q == '/' || *q == '?' || *q == '#')) in matches() 139 pBlock2End = pEnd; in matches() [all …]
|
| /AOO41X/main/ucb/workben/ucb/ |
| H A D | srcharg.cxx | 53 void skipWhiteSpace(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in skipWhiteSpace() argument 55 while (rBegin != pEnd in skipWhiteSpace() 66 String scanAtom(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanAtom() argument 69 while (rBegin != pEnd && INetMIME::isAlpha(*rBegin)) in scanAtom() 80 String scanProperty(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanProperty() argument 83 while (rBegin != pEnd in scanProperty() 95 String scanOperator(sal_Unicode const *& rBegin, sal_Unicode const * pEnd) in scanOperator() argument 98 while (rBegin != pEnd in scanOperator() 153 sal_Unicode const * pEnd = p + rInput.Len(); in parseSearchArgument() local 180 while (p != pEnd) in parseSearchArgument() [all …]
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 614 sal_Unicode const * pEnd, in guessFSysStyleByCounting() argument 622 DBG_ASSERT(std::numeric_limits< sal_Int32 >::min() < pBegin - pEnd in guessFSysStyleByCounting() 623 && pEnd - pBegin <= std::numeric_limits< sal_Int32 >::max(), in guessFSysStyleByCounting() 634 while (pBegin != pEnd) in guessFSysStyleByCounting() 691 sal_Unicode const * pEnd = pPos + rTheAbsURIRef.getLength(); in setAbsURIRef() local 701 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in setAbsURIRef() 768 && pEnd - p1 >= 2 in setAbsURIRef() 771 && (pEnd - p1 == 2 || p1[2] == '/' || p1[2] == '\\')) in setAbsURIRef() 777 else if (pEnd - p1 >= 2 && p1[0] == '/' && p1[1] == '/') in setAbsURIRef() 780 if ((scanDomain(p1, pEnd) > 0 || scanIPv6reference(p1, pEnd)) in setAbsURIRef() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docredln.cxx | 252 bool CheckPosition( const SwPosition* pStt, const SwPosition* pEnd ) in CheckPosition() argument 256 SwNode* pEndNode = &pEnd->nNode.GetNode(); in CheckPosition() 329 * pEnd = pStt == pNewRedl->GetPoint() ? pNewRedl->GetMark() in AppendRedline() local 349 pTxtNode = pEnd->nNode.GetNode().GetTxtNode(); in AppendRedline() 352 if( pEnd->nContent > 0 ) in AppendRedline() 355 pEnd->nContent = 0; in AppendRedline() 360 if( pEnd->nContent > pTxtNode->Len() ) in AppendRedline() 363 pEnd->nContent = pTxtNode->Len(); in AppendRedline() 367 if( ( *pStt == *pEnd ) && in AppendRedline() 400 SwComparePosition eCmpPos = ComparePosition( *pStt, *pEnd, *pRStt, *pREnd ); in AppendRedline() [all …]
|
| H A D | docedt.cxx | 103 * pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark(); in _SaveRedline() local 109 nEnd = pEnd->nNode.GetIndex() - nSttIdx; in _SaveRedline() 110 nEndCnt = pEnd->nContent.GetIndex(); in _SaveRedline() 123 * pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark(); in _SaveRedline() local 131 nEnd = pEnd->nNode.GetIndex() - nSttIdx; in _SaveRedline() 132 nEndCnt = pEnd->nContent.GetIndex(); in _SaveRedline() 493 const SwPosition* pEnd = aPam.End(); in lcl_SaveRedlines() local 513 *pStart, *pEnd); in lcl_SaveRedlines() 541 *pNewRedline->Start() = *pEnd; in lcl_SaveRedlines() 542 *pCurrent->End() = *pEnd; in lcl_SaveRedlines() [all …]
|
| H A D | docruby.cxx | 67 * pEnd = pStt == _pStartCrsr->GetPoint() in FillRubyList() local 70 if( !bCheckEmpty || ( pStt != pEnd && *pStt != *pEnd )) in FillRubyList() 75 if( pEnd != pStt ) in FillRubyList() 78 *aPam.GetMark() = *pEnd; in FillRubyList() 88 if( *aPam.GetPoint() < *pEnd ) in FillRubyList() 97 } while( 30 > rList.Count() && *aPam.GetPoint() < *pEnd ); in FillRubyList() 119 * pEnd = pStt == _pStartCrsr->GetPoint() in SetRubyList() local 122 if( !bCheckEmpty || ( pStt != pEnd && *pStt != *pEnd )) in SetRubyList() 128 if( pEnd != pStt ) in SetRubyList() 131 *aPam.GetMark() = *pEnd; in SetRubyList() [all …]
|
| /AOO41X/main/cosv/source/strings/ |
| H A D | streamstr.cxx | 58 pEnd(dpData), in StreamStr() 62 *pEnd = '\0'; in StreamStr() 70 pEnd(0), in StreamStr() 79 pEnd = pCur; in StreamStr() 89 pEnd(dpData), in StreamStr() 93 *pEnd = '\0'; in StreamStr() 117 pEnd( dpData + strlen(i_rOther.dpData) ), in StreamStr() 128 pEnd(0), in StreamStr() 139 pEnd = pCur; in StreamStr() 156 pEnd = dpData + strlen(i_rOther.dpData); in operator =() [all …]
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | uri.cxx | 117 sal_uInt32 readUcs4(sal_Unicode const ** pBegin, sal_Unicode const * pEnd, in readUcs4() argument 124 if (nChar == cEscapePrefix && bEncoded && pEnd - *pBegin >= 2 in readUcs4() 161 if (pEnd - p < 3 || p[0] != cEscapePrefix in readUcs4() 218 && pEnd - p >= 3 && p[0] == cEscapePrefix in readUcs4() 226 && p != pEnd && *p <= 0x7F) in readUcs4() 246 return isHighSurrogate(nChar) && *pBegin < pEnd in readUcs4() 357 sal_Unicode const * pEnd; member 369 return static_cast< sal_Int32 >(pEnd - pBegin); in getLength() 386 sal_Unicode const * pEnd = pBegin + pUriRef->length; in parseUriRef() local 389 if (pPos != pEnd && isAlpha(*pPos)) in parseUriRef() [all …]
|
| H A D | math.cxx | 704 inline double stringToDouble(CharT const * pBegin, CharT const * pEnd, in stringToDouble() argument 713 while (p0 != pEnd && (*p0 == CharT(' ') || *p0 == CharT('\t'))) in stringToDouble() 716 if (p0 != pEnd && *p0 == CharT('-')) in stringToDouble() 724 if (p0 != pEnd && *p0 == CharT('+')) in stringToDouble() 731 if (3 >= (pEnd - p)) in stringToDouble() 753 while (p != pEnd && (*p == CharT('0') || *p == cGroupSeparator)) in stringToDouble() 759 for (; p != pEnd; ++p) in stringToDouble() 772 if (p != pEnd && *p == cDecSeparator) in stringToDouble() 777 while (p != pEnd && *p == CharT('0')) in stringToDouble() 787 for (; p != pEnd; ++p) in stringToDouble() [all …]
|
| /AOO41X/main/svl/source/misc/ |
| H A D | adrparse.cxx | 119 sal_Unicode const * pEnd, bool bAddrSpec); 122 sal_Unicode const * pEnd); 331 sal_Unicode const * pEnd, in reparse() argument 339 while (pBegin < pEnd) in reparse() 445 sal_Unicode const * pEnd) in reparseComment() argument 448 while (pBegin < pEnd) in reparseComment() 785 sal_Unicode const * pEnd = p + rAddrSpec.Len(); in createRFC822Mailbox() local 788 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in createRFC822Mailbox() 789 if (p == pEnd) in createRFC822Mailbox() 799 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in createRFC822Mailbox() [all …]
|
| H A D | inettype.cxx | 1142 sal_Char const * pEnd = p + rMediaType.Len(); in parse() local 1144 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in parse() 1147 while (p != pEnd && INetMIME::isTokenChar(*p)) in parse() 1158 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in parse() 1159 if (p == pEnd || *p++ != '/') in parse() 1162 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in parse() 1165 while (p != pEnd && INetMIME::isTokenChar(*p)) in parse() 1177 return INetMIME::scanParameters(p, pEnd, pParameters) == pEnd; in parse() 1187 sal_Unicode const * pEnd = p + rMediaType.Len(); in parse() local 1189 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in parse() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | undobj.cxx | 97 const SwPosition *pEnd = rPam.GetPoint() == pStt in SetValues() local 100 nEndNode = pEnd->nNode.GetIndex(); in SetValues() 101 nEndCntnt = pEnd->nContent.GetIndex(); in SetValues() 163 const SwPosition* pEnd = rPam.End(); in RemoveIdxFromRange() local 166 if( pEnd != rPam.GetPoint() ) in RemoveIdxFromRange() 185 rPam.GetDoc()->CorrAbs( rPam, *pEnd, sal_True ); in RemoveIdxFromRange() 370 const SwPosition* pStt = rPaM.Start(), *pEnd = rPaM.End(); in MoveToUndoNds() local 373 (!pStt->nContent.GetIndex() && (pStt->nNode != pEnd->nNode || in MoveToUndoNds() 376 pEnd->nContent.GetIndex() ) ) ) ) in MoveToUndoNds() 390 SwNodeRange aRg( pStt->nNode, 0, pEnd->nNode, 1 ); in MoveToUndoNds() [all …]
|
| H A D | undel.cxx | 152 *pEnd = rPam.GetPoint() == pStt in SwUndoDelete() local 164 _DelBookmarks(pStt->nNode, pEnd->nNode); in SwUndoDelete() 174 bJoinNext = !bFullPara && pEnd == rPam.GetPoint(); in SwUndoDelete() 183 : pEnd->nNode.GetNode().GetTxtNode(); in SwUndoDelete() 186 sal_Bool bMoveNds = *pStt == *pEnd // noch ein Bereich vorhanden ?? in SwUndoDelete() 188 : ( SaveCntnt( pStt, pEnd, pSttTxtNd, pEndTxtNd ) || bFromTableCopy ); in SwUndoDelete() 195 pHistory->Add( pEndTxtNd->GetTxtColl(),pEnd->nNode.GetIndex(), ND_TEXTNODE ); in SwUndoDelete() 220 if( pEnd == rPam.GetPoint() && ( !bFullPara || pSttTxtNd || pEndTxtNd ) ) in SwUndoDelete() 367 sal_Bool SwUndoDelete::SaveCntnt( const SwPosition* pStt, const SwPosition* pEnd, in SaveCntnt() argument 386 nLen = ( bOneNode ? pEnd->nContent.GetIndex() : pSttTxtNd->GetTxt().Len() ) in SaveCntnt() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndcopy.cxx | 606 const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End(); in lcl_DeleteRedlines() local 620 SwComparePosition eCmpPos = ComparePosition( *pStt, *pEnd, *pRStt, *pREnd ); in lcl_DeleteRedlines() 643 if( *pEnd < *pREnd ) in lcl_DeleteRedlines() 692 const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End(); in CopyRange() local 698 if( !rPam.HasMark() || ( *pStt >= *pEnd && !bColumnSel ) ) in CopyRange() 706 nEnd = pEnd->nNode.GetIndex(), in CopyRange() 712 ((SwCntntNode*)pNd)->Len() != pEnd->nContent.GetIndex() ) in CopyRange() 736 else if( ! ( *pStt <= rPos && rPos < *pEnd && in CopyRange() 737 ( pStt->nNode != pEnd->nNode || in CopyRange() 826 const SwPosition* pEnd = rPam.End(); in lcl_MarksWholeNode() local [all …]
|
| /AOO41X/main/ucb/source/ucp/ftp/ |
| H A D | ftpdirp.cxx | 974 const sal_Char *pEnd, in parseUNIX_isSizeField() argument 977 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isSizeField() 983 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField() 999 for (; pStart < pEnd; ++pStart) in parseUNIX_isSizeField() 1027 const sal_Char *pEnd, in parseUNIX_isMonthField() argument 1030 if (!*pStart || !*pEnd || pStart + 3 != pEnd) in parseUNIX_isMonthField() 1125 const sal_Char *pEnd, in parseUNIX_isDayField() argument 1128 if (!*pStart || !*pEnd || pStart == pEnd) in parseUNIX_isDayField() 1134 if (pStart + 1 < pEnd) in parseUNIX_isDayField() 1136 if (pStart + 2 != pEnd || pStart[1] < '0' || pStart[1] > '9') in parseUNIX_isDayField() [all …]
|
| /AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/ |
| H A D | sunversion.cxx | 78 const char * pEnd = szVersion + strlen(szVersion); in init() local 88 if (pCur < pEnd && isdigit(*pCur)) in init() 90 if (pCur < pEnd) in init() 99 ((pCur == pEnd || *pCur == '_' || *pCur == '-') && (nPart == 2 )) in init() 105 pCur + 1 == pEnd ? isdigit(*(pCur)) : 1) ) in init() 123 if (! ( (pCur < pEnd) in init() 132 if (pCur >= pEnd) in init() 142 if (pCur <= pEnd) in init() 154 if (pCur == pEnd) in init() 158 if (*pCur == 'a' && (pCur + 1) == pEnd) in init() [all …]
|
| /AOO41X/main/sw/source/filter/ascii/ |
| H A D | parasc.cxx | 264 sal_Unicode *pStt = 0, *pEnd = 0, *pLastStt = 0; in ReadChars() local 317 if( pStt >= pEnd ) in ReadChars() 359 pEnd = pStt + nNewLen; in ReadChars() 364 pEnd = (sal_Unicode*)(pArr + lGCount); in ReadChars() 378 *pEnd = 0; in ReadChars() 390 if( !rInput.IsEof() || !(pEnd == pStt || in ReadChars() 391 ( !*pEnd && pEnd == pStt+1 ) ) ) in ReadChars() 413 if( !rInput.IsEof() || pEnd != pStt ) in ReadChars() 427 if( pStt == pEnd ) in ReadChars() 439 if( bChkSplit && ( !rInput.IsEof() || pEnd != pStt )) in ReadChars() [all …]
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | txmsrt.cxx | 235 const xub_StrLen* pEnd = pTxtMark->End(); in operator ==() local 246 bRet = ( ( pEnd && pEndCmp ) || ( !pEnd && !pEndCmp ) ) && in operator ==() 278 const xub_StrLen* pEnd = pTxtMark->End(); in operator <() local 291 if( ( pEnd && pEndCmp ) || ( !pEnd && !pEndCmp ) ) in operator <() 295 if( pEnd && !pEndCmp ) in operator <() 435 const xub_StrLen* pEnd = pTxtMark->End(); in FillText() local 438 if( pEnd && !pTxtMark->GetTOXMark().IsAlternativeText() && in FillText() 443 *pEnd - *pTxtMark->GetStart()); in FillText() 552 const xub_StrLen* pEnd = pTxtMark->End(); in GetText_Impl() local 553 if( pEnd && !pTxtMark->GetTOXMark().IsAlternativeText() ) in GetText_Impl() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | splargs.hxx | 54 SwTxtNode* pEnd, SwIndex& rEnd ) in SwArgsBase() 56 pEndNode( pEnd ), pEndIdx( &rEnd ) in SwArgsBase() 64 void SetEnd( SwTxtNode* pEnd, SwIndex& rEnd ) in SetEnd() 66 pEndNode = pEnd; pEndIdx = &rEnd ; in SetEnd() 89 SwTxtNode* pEnd, SwIndex& rEnd ) in SwConversionArgs() 90 : SwArgsBase( pStart, rStart, pEnd, rEnd ), in SwConversionArgs() 116 SwTxtNode* pEnd, SwIndex& rEnd, in SwSpellArgs() 118 : SwArgsBase( pStart, rStart, pEnd, rEnd ), in SwSpellArgs()
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 292 const SwLayoutFrm *pEnd = pCntNd ? in GetTblSel() local 294 if( pStart && pEnd ) in GetTblSel() 295 GetTblSel( pStart, pEnd, rBoxes, 0, eSearchType ); in GetTblSel() 299 void GetTblSel( const SwLayoutFrm* pStart, const SwLayoutFrm* pEnd, in GetTblSel() argument 324 ::MakeSelUnions( aUnions, pStart, pEnd, eSearchType ); in GetTblSel() 519 …const SwLayoutFrm *pEnd = pCNd ? pCNd->getLayoutFrm( pCNd->GetDoc()->GetCurrentLayout(), &aNullPos… in ChkChartSel() local 520 ASSERT( pEnd, "ohne Frame geht gar nichts" ); in ChkChartSel() 537 ::MakeSelUnions( aUnions, pStart, pEnd, nsSwTblSearchType::TBLSEARCH_NO_UNION_CORRECT ); in ChkChartSel() 777 *pEnd = pCrsr->GetCntntNode(sal_False)->getLayoutFrm( rShell.GetLayout(), in GetAutoSumSel() local 788 ::MakeSelUnions( aUnions, pStart, pEnd, nsSwTblSearchType::TBLSEARCH_COL ); in GetAutoSumSel() [all …]
|
| /AOO41X/main/ucbhelper/source/provider/ |
| H A D | configureucb.cxx | 50 sal_Unicode const * pEnd = p + rInput.getLength(); in fillPlaceholders() local 53 while (p != pEnd) in fillPlaceholders() 57 if (pEnd - p >= 4 in fillPlaceholders() 66 else if (pEnd - p >= 3 in fillPlaceholders() 74 else if (pEnd - p >= 3 in fillPlaceholders() 86 while (q != pEnd && *q != '>') in fillPlaceholders() 88 if (q == pEnd) in fillPlaceholders() 113 aBuffer.append(pCopy, pEnd - pCopy); in fillPlaceholders()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | callnk.cxx | 136 const xub_StrLen *pEnd; in ~SwCallLink() local 141 pEnd = pHt->End(); in ~SwCallLink() 146 if( ( !pEnd || ( nStart == *pEnd ) ) && in ~SwCallLink() 154 else if( pEnd && nStart < *pEnd && in ~SwCallLink() 157 ( pHt->DontExpand() ? nCmp == *pEnd-1 in ~SwCallLink() 158 : nCmp == *pEnd ) )) in ~SwCallLink()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 343 const SwPosition* pEnd = pCurRedline->End(); in SearchNext() local 344 if (pEnd->nNode == rNd && ((i = pEnd->nContent.GetIndex()) >= nStartPos) && i < nMinPos ) in SearchNext() 360 const SwPosition* pEnd = pStt == pRedl->GetPoint() in SearchNext() local 373 if( pEnd->nNode == rNd && in SearchNext() 374 ( i = pEnd->nContent.GetIndex() ) < nMinPos && in SearchNext() 494 const xub_StrLen* pEnd = pHt->End(); in OutAttr() local 496 if (pEnd ? ( nSwPos >= *pHt->GetStart() && nSwPos < *pEnd) in OutAttr() 1180 const xub_StrLen* pEnd; in OutAttrWithRange() local 1194 if ( 0 != ( pEnd = pHt->End() ) && nPos == *pEnd ) in OutAttrWithRange() 1206 if ( 0 != ( pEnd = pHt->End() ) && nPos == *pEnd ) in OutAttrWithRange() [all …]
|