Searched refs:rBegin (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 55 while (rBegin != pEnd in skipWhiteSpace() 56 && (*rBegin == '\n' || *rBegin == '\t' || *rBegin == ' ')) in skipWhiteSpace() 57 ++rBegin; in skipWhiteSpace() 69 while (rBegin != pEnd && INetMIME::isAlpha(*rBegin)) in scanAtom() 70 ++rBegin; in scanAtom() 83 while (rBegin != pEnd in scanProperty() 84 && !(*rBegin == '\n' || *rBegin == '\t' || *rBegin == ' ')) in scanProperty() 85 ++rBegin; in scanProperty() 99 && (INetMIME::isAlpha(*rBegin) || *rBegin == '!' in scanOperator() 100 || *rBegin >= '<' && *rBegin <= '>')) in scanOperator() [all …]
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 486 const DrawShapeSubsetting::IndexClassificatorVector::const_iterator& rBegin, in iterateActionClassifications() argument 496 … DrawShapeSubsetting::IndexClassificatorVector::const_iterator aLastShapeStart(rBegin); in iterateActionClassifications() 497 … DrawShapeSubsetting::IndexClassificatorVector::const_iterator aLastParaStart(rBegin); in iterateActionClassifications() 498 … DrawShapeSubsetting::IndexClassificatorVector::const_iterator aLastLineStart(rBegin); in iterateActionClassifications() 500 … DrawShapeSubsetting::IndexClassificatorVector::const_iterator aLastWordStart(rBegin); in iterateActionClassifications() 501 … DrawShapeSubsetting::IndexClassificatorVector::const_iterator aLastCharStart(rBegin); in iterateActionClassifications() 504 DrawShapeSubsetting::IndexClassificatorVector::const_iterator aCurr( rBegin ); in iterateActionClassifications() 707 iterateActionClassifications( aFunctor, rBegin, rEnd ); in implGetNumberOfTreeNodes() 782 return DocTreeNode( ::std::distance(rBegin, in makeTreeNode() 784 ::std::distance(rBegin, in makeTreeNode() [all …]
|
H A D | drawshapesubsetting.hxx | 244 … sal_Int32 implGetNumberOfTreeNodes( const IndexClassificatorVector::const_iterator& rBegin, 247 DocTreeNode implGetTreeNode( const IndexClassificatorVector::const_iterator& rBegin,
|
/aoo41x/main/tools/inc/tools/ |
H A D | inetmime.hxx | 509 static bool scanUnsigned(const sal_Unicode *& rBegin, 513 static bool scanUnsignedHex(const sal_Char *& rBegin, 517 static bool scanUnsignedHex(const sal_Unicode *& rBegin, 606 static bool translateUTF8Char(const sal_Char *& rBegin, 635 static inline sal_uInt32 getUTF32Character(const sal_Unicode *& rBegin, 904 DBG_ASSERT(rBegin && rBegin < pEnd, in getUTF32Character() 906 if (rBegin + 1 < pEnd && rBegin[0] >= 0xD800 && rBegin[0] <= 0xDBFF in getUTF32Character() 907 && rBegin[1] >= 0xDC00 && rBegin[1] <= 0xDFFF) in getUTF32Character() 909 sal_uInt32 nUTF32 = sal_uInt32(*rBegin++ & 0x3FF) << 10; in getUTF32Character() 910 return (nUTF32 | (*rBegin++ & 0x3FF)) + 0x10000; in getUTF32Character() [all …]
|
H A D | urlobj.hxx | 1191 static sal_uInt32 getUTF32(sal_Unicode const *& rBegin, 1201 static sal_uInt32 scanDomain(sal_Unicode const *& rBegin, 1394 sal_Unicode const *& rBegin, sal_Unicode const * pEnd); 1417 sal_Unicode const *& rBegin, sal_Unicode const * pEnd, 1532 sal_Unicode const *& rBegin, sal_Unicode const * pEnd);
|
/aoo41x/main/tools/source/inet/ |
H A D | inetmime.cxx | 865 const sal_Char * p = rBegin; in scanUnsigned() 875 if (nTheValue == 0 && (p == rBegin || (!bLeadingZeroes && p - rBegin != 1))) in scanUnsigned() 877 rBegin = p; in scanUnsigned() 899 if (nTheValue == 0 && (p == rBegin || (!bLeadingZeroes && p - rBegin != 1))) in scanUnsigned() 901 rBegin = p; in scanUnsigned() 923 if (nTheValue == 0 && (p == rBegin || (!bLeadingZeroes && p - rBegin != 1))) in scanUnsignedHex() 925 rBegin = p; in scanUnsignedHex() 947 if (nTheValue == 0 && (p == rBegin || (!bLeadingZeroes && p - rBegin != 1))) in scanUnsignedHex() 949 rBegin = p; in scanUnsignedHex() 2985 if (rBegin == pEnd || static_cast< unsigned char >(*rBegin) < 0x80 in translateUTF8Char() [all …]
|
/aoo41x/main/svl/source/misc/ |
H A D | urihelper.cxx | 567 xub_StrLen & rBegin, in FindFirstURLInText() argument 574 if (!(rBegin <= rEnd && rEnd <= rText.Len())) in FindFirstURLInText() 643 for (xub_StrLen nPos = rBegin; nPos != rEnd; nPos = nextChar(rText, nPos)) in FindFirstURLInText() 677 rBegin = nPos; in FindFirstURLInText() 707 rBegin = nPos; in FindFirstURLInText() 757 rBegin = nPos; in FindFirstURLInText() 784 rBegin = nPos; in FindFirstURLInText() 814 rBegin = nPos; in FindFirstURLInText() 849 rBegin = nPos; in FindFirstURLInText() 863 rBegin = rEnd; in FindFirstURLInText()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 2207 rBegin = p; in getPrefix() 2211 rBegin = pMatched; in getPrefix() 2772 aTheCanonic.append(rBegin, p - rBegin); in parseHost() 2773 rBegin = p; in parseHost() 2782 rBegin = p; in parseHost() 2790 rBegin = p; in parseHost() 5254 rBegin += 2; in getUTF32() 5352 rBegin += 2; in getUTF32() 5386 rBegin = p - 1; in scanDomain() 5406 rBegin = p; in scanDomain() [all …]
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 468 sal_Bool SwGlossaryList::HasLongName(const String& rBegin, SvStringsISortDtor* pLongNames ) in HasLongName() argument 474 sal_uInt16 nBeginLen = rBegin.Len(); in HasLongName() 483 if( rSCmp.isEqual( sBlock.Copy(0, nBeginLen), rBegin ) && in HasLongName()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | gloslst.hxx | 63 sal_Bool HasLongName(const String& rBegin, SvStringsISortDtor* pLongNames );
|
/aoo41x/main/svl/inc/svl/ |
H A D | urihelper.hxx | 161 xub_StrLen & rBegin,
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 706 const sal_Unicode* &rBegin, const sal_Unicode* pEnd, bool bMove = true ) in impl_WriteRunText() argument 708 const sal_Unicode *pBegin = rBegin; in impl_WriteRunText() 712 rBegin = pEnd + 1; in impl_WriteRunText()
|
Completed in 107 milliseconds