Lines Matching refs:p

801 	const sal_Unicode* p = pStr + nStart;  in scanCurrFormatImpl()  local
804 while ( p < pStop ) in scanCurrFormatImpl()
808 if ( *p == '"' && *(p-1) != '\\' ) in scanCurrFormatImpl()
813 switch ( *p ) in scanCurrFormatImpl()
816 if ( pStr == p || *(p-1) != '\\' ) in scanCurrFormatImpl()
821 nSign = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
825 nPar = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
830 nNum = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
840 && nSym != STRING_NOTFOUND && p < pStop-1 && *(p+1) == ' ' ) in scanCurrFormatImpl()
841 nBlank = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
845 if ( nSym == STRING_NOTFOUND && nInSection && *(p-1) == '[' ) in scanCurrFormatImpl()
847 nSym = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
848 if ( nNum != STRING_NOTFOUND && *(p-2) == ' ' ) in scanCurrFormatImpl()
849 nBlank = (xub_StrLen)(p - pStr - 2); in scanCurrFormatImpl()
854 p = pStop; in scanCurrFormatImpl()
857 …if ( !nInSection && nSym == STRING_NOTFOUND && rCode.Equals( aCurrSymbol, (xub_StrLen)(p-pStr), aC… in scanCurrFormatImpl()
859 nSym = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
860 if ( nBlank == STRING_NOTFOUND && pStr < p && *(p-1) == ' ' ) in scanCurrFormatImpl()
861 nBlank = (xub_StrLen)(p - pStr - 1); in scanCurrFormatImpl()
862 p += aCurrSymbol.Len() - 1; in scanCurrFormatImpl()
863 if ( nBlank == STRING_NOTFOUND && p < pStop-2 && *(p+2) == ' ' ) in scanCurrFormatImpl()
864 nBlank = (xub_StrLen)(p - pStr + 2); in scanCurrFormatImpl()
868 p++; in scanCurrFormatImpl()