Searched defs:erase_all (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/autodoc/source/inc/ | ||
H A D | estack.hxx | 73 void erase_all() { while (NOT empty()) pop(); } in erase_all() function in EStack |
/aoo41x/main/cosv/inc/cosv/tpl/ | ||
H A D | swelist.hxx | 275 SweList<XX>::erase_all() in erase_all() function in csv::SweList |
/aoo41x/main/xml2cmp/source/support/ | ||
H A D | list.hxx | 63 void erase_all() { while (size()) remove(size()-1); } in erase_all() function in List |
/aoo41x/main/soltools/inc/ | ||
H A D | st_list.hxx | 74 void erase_all() { while (size()) Remove(size()-1); } in erase_all() function in ST_List |
Completed in 19 milliseconds