Lines Matching refs:pStr
404 const char* pStr = aStr.GetBuffer(); in ImpReadCERNLine() local
405 char cChar = *pStr++; in ImpReadCERNLine()
411 cChar = *pStr++; in ImpReadCERNLine()
418 const Point aTopLeft( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine()
419 const Point aBottomRight( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine()
420 const String aURL( ImpReadCERNURL( &pStr, rBaseURL ) ); in ImpReadCERNLine()
428 const Point aCenter( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine()
429 const long nRadius = ImpReadCERNRadius( &pStr ); in ImpReadCERNLine()
430 const String aURL( ImpReadCERNURL( &pStr, rBaseURL ) ); in ImpReadCERNLine()
442 aPoly[ i ] = ImpReadCERNCoords( &pStr ); in ImpReadCERNLine()
444 aURL = ImpReadCERNURL( &pStr, rBaseURL ); in ImpReadCERNLine()
582 const char* pStr = aStr.GetBuffer(); in ImpReadNCSALine() local
583 char cChar = *pStr++; in ImpReadNCSALine()
589 cChar = *pStr++; in ImpReadNCSALine()
596 const String aURL( ImpReadNCSAURL( &pStr, rBaseURL ) ); in ImpReadNCSALine()
597 const Point aTopLeft( ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine()
598 const Point aBottomRight( ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine()
606 const String aURL( ImpReadNCSAURL( &pStr, rBaseURL ) ); in ImpReadNCSALine()
607 const Point aCenter( ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine()
608 const Point aDX( aCenter - ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine()
618 const String aURL( ImpReadNCSAURL( &pStr, rBaseURL ) ); in ImpReadNCSALine()
622 aPoly[ i ] = ImpReadNCSACoords( &pStr ); in ImpReadNCSALine()