Lines Matching refs:ByteString

63 void IMapObject::AppendCERNCoords( const Point& rPoint100, ByteString& rStr ) const  in AppendCERNCoords()
68 rStr += ByteString::CreateFromInt32( aPixPt.X() ); in AppendCERNCoords()
70 rStr += ByteString::CreateFromInt32( aPixPt.Y() ); in AppendCERNCoords()
81 void IMapObject::AppendNCSACoords( const Point& rPoint100, ByteString& rStr ) const in AppendNCSACoords()
85 rStr += ByteString::CreateFromInt32( aPixPt.X() ); in AppendNCSACoords()
87 rStr += ByteString::CreateFromInt32( aPixPt.Y() ); in AppendNCSACoords()
98 void IMapObject::AppendCERNURL( ByteString& rStr, const String& rBaseURL ) const in AppendCERNURL()
100 …rStr += ByteString( String(URIHelper::simpleNormalizedMakeRelative( rBaseURL, aURL )), gsl_getSyst… in AppendCERNURL()
110 void IMapObject::AppendNCSAURL( ByteString& rStr, const String& rBaseURL ) const in AppendNCSAURL()
112 …rStr += ByteString( String(URIHelper::simpleNormalizedMakeRelative( rBaseURL, aURL )), gsl_getSyst… in AppendNCSAURL()
129 ByteString aStr( "rectangle " ); in WriteCERN()
147 ByteString aStr( "rect " ); in WriteNCSA()
169 ByteString aStr( "circle " ); in WriteCERN()
172 aStr += ByteString::CreateFromInt32(nRadius); in WriteCERN()
188 ByteString aStr( "circle " ); in WriteNCSA()
210 ByteString aStr( "polygon " ); in WriteCERN()
230 ByteString aStr( "poly " ); in WriteNCSA()
376 ByteString aStr; in ImpReadCERN()
394 void ImageMap::ImpReadCERNLine( const ByteString& rLine, const String& rBaseURL ) in ImpReadCERNLine()
396 ByteString aStr( rLine ); in ImpReadCERNLine()
397 ByteString aToken; in ImpReadCERNLine()
554 ByteString aStr; in ImpReadNCSA()
572 void ImageMap::ImpReadNCSALine( const ByteString& rLine, const String& rBaseURL ) in ImpReadNCSALine()
574 ByteString aStr( rLine ); in ImpReadNCSALine()
575 ByteString aToken; in ImpReadNCSALine()
719 ByteString aStr; in ImpDetectFormat()