Lines Matching refs:aTheSynPath

2947 	rtl::OUStringBuffer aTheSynPath;  in parsePath()  local
2964 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
2967 if (aTheSynPath.getLength() == 0) in parsePath()
2968 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2984 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
2987 if (aTheSynPath.getLength() == 0) in parsePath()
2988 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2994 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3010 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3018 && aTheSynPath.getLength() == 2 in parsePath()
3019 && INetMIME::isAlpha(aTheSynPath.charAt(1))) in parsePath()
3023 aTheSynPath.append(sal_Unicode(':')); in parsePath()
3027 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3030 if (aTheSynPath.getLength() == 0) in parsePath()
3031 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3043 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3059 aTheSynPath.append(sal_Unicode('*')); in parsePath()
3069 aTheSynPath.setLength(0); in parsePath()
3070 aTheSynPath.append(pPos, p - pPos); in parsePath()
3089 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3092 if (aTheSynPath.getLength() == 0) in parsePath()
3095 aTheSynPath.append(sal_Unicode('@')); in parsePath()
3104 aTheSynPath.append(aCanonic); in parsePath()
3117 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3137 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3147 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3159 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3175 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3183 aTheSynPath.appendAscii(RTL_CONSTASCII_STRINGPARAM("/~")); in parsePath()
3190 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3208 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3210 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3213 if (aTheSynPath.getLength() == 0) in parsePath()
3214 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3227 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3240 appendUCS4(aTheSynPath, in parsePath()
3247 rtl::OUString sCompare(aTheSynPath); in parsePath()
3254 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3268 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3274 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3287 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3297 aTheSynPath.append(sal_Unicode(':')); in parsePath()
3304 aTheSynPath.append(sal_Unicode('.')); in parsePath()
3315 aTheSynPath.append(sal_Unicode(nUTF32)); in parsePath()
3338 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, ePart, in parsePath()
3353 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3360 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3372 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3385 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3387 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3399 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
3402 if (aTheSynPath.getLength() == 0) in parsePath()
3411 rSynPath = aTheSynPath; in parsePath()