Lines Matching refs:WordArr
502 WordArr::WordArr( sal_uInt8 nInitSize, sal_uInt8 nGrowSize ): in WordArr() function in WordArr
518 WordArr::WordArr( const WordArr& rOrig ) in WordArr() function in WordArr
536 WordArr::~WordArr() in ~WordArr()
544 WordArr& WordArr::operator=( const WordArr& rOrig ) in operator =()
566 void WordArr::Append( short aElem ) in Append()
592 sal_uInt16 WordArr::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) in Remove()
646 sal_Bool WordArr::Remove( short aElem ) in Remove()
666 sal_Bool WordArr::Contains( const short rItem ) const in Contains()
684 void WordArr::Insert( sal_uInt16 nPos, short rElem ) in Insert()
716 short WordArr::operator[]( sal_uInt16 nPos ) const in operator []()
725 short& WordArr::operator [] (sal_uInt16 nPos) in operator []()