Lines Matching refs:SmFontPickList
262 class SmFontPickList : public SmPickList class
274 SmFontPickList() in SmFontPickList() function in SmFontPickList
276 SmFontPickList(sal_uInt16 nInitSize, sal_uInt16 nMaxSize) in SmFontPickList() function in SmFontPickList
278 SmFontPickList(const SmPickList& rOrig ) in SmFontPickList() function in SmFontPickList
280 virtual ~SmFontPickList() { Clear(); } in ~SmFontPickList()
293 inline SmFontPickList& operator = (const SmFontPickList& rList);
301 inline SmFontPickList& SmFontPickList::operator = (const SmFontPickList& rList) in operator =()
306 inline Font SmFontPickList::operator [] (sal_uInt16 nPos) const in operator []()
311 inline Font SmFontPickList::Get(sal_uInt16 nPos) const in Get()
316 inline sal_Bool SmFontPickList::Contains(const Font &rFont) const in Contains()
353 class SmFontPickListBox : public SmFontPickList, public ListBox
361 SmFontPickListBox& operator = (const SmFontPickList& rList);