Lines Matching refs:was
103 \return Whether or not the \a item was appended.
104 \retval true The \a item was appended.
105 \retval false \a item was not appended, since resizing the BObjectList
119 \return Whether or not the item was added.
120 \retval true The item was added.
121 \retval false Item was not added. Either the index is negative or invalid,
136 \return Whether or not the \a list was added.
137 \retval true The \a list was added.
155 \return Whether or not the \a list was added.
156 \retval true The \a list was added.
171 \return Whether or not the \a item was removed.
172 \retval true The \a item was found and removed.
173 \retval false The \a item was not in this list and thus not removed.
185 \return The pointer to the item that was removed, or \c NULL if the
186 \a index was invalid.
212 \return Whether or not the item was replaced.
213 \retval true The item was replaced.
214 \retval false The \a index was invalid.
264 \retval false The \a from or \a to index was invalid.
321 \return \c true if the \a item was in the list, \c false otherwise.
331 \return \c true if the list was empty, \c false otherwise.