Lines Matching refs:ByteArr
270 ByteArr::ByteArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in ByteArr() function in ByteArr
286 ByteArr::ByteArr( const ByteArr& rOrig ) in ByteArr() function in ByteArr
304 ByteArr::~ByteArr() in ~ByteArr()
312 ByteArr& ByteArr::operator=( const ByteArr& rOrig ) in operator =()
334 void ByteArr::Append( char aElem ) in Append()
360 sal_uInt16 ByteArr::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) in Remove()
414 sal_Bool ByteArr::Remove( char aElem ) in Remove()
434 sal_Bool ByteArr::Contains( const char rItem ) const in Contains()
452 void ByteArr::Insert( sal_uInt16 nPos, char rElem ) in Insert()
484 char ByteArr::operator[]( sal_uInt16 nPos ) const in operator []()
493 char& ByteArr::operator [] (sal_uInt16 nPos) in operator []()