Searched refs:ByteArr (Results 1 – 2 of 2) sorted by relevance
395 class ByteArr class404 ByteArr( const ByteArr& rOrig );405 ~ByteArr();406 ByteArr& operator= ( const ByteArr& rOrig );421 inline char* ByteArr::operator*() in operator *()427 class ARR: public ByteArr\431 ByteArr(nIni,nGrow) \434 ByteArr(rOrig) \442 ByteArr::Append((char)aElement);\445 ByteArr::Remove((char)aElement);\[all …]
270 ByteArr::ByteArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in ByteArr() function in ByteArr286 ByteArr::ByteArr( const ByteArr& rOrig ) in ByteArr() function in ByteArr304 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 []()[all …]
Completed in 14 milliseconds