Searched refs:SmFontPickListBox (Results 1 – 4 of 4) sorted by relevance
/trunk/main/starmath/source/ |
H A D | utility.cxx | 229 IMPL_LINK( SmFontPickListBox, SelectHdl, ListBox *, /*pListBox*/ ) 250 SmFontPickListBox::SmFontPickListBox(Window* pParent, const ResId& rResId, sal_uInt16 nMax) : in SmFontPickListBox() function in SmFontPickListBox 254 SetSelectHdl(LINK(this, SmFontPickListBox, SelectHdl)); in SmFontPickListBox() 258 SmFontPickListBox& SmFontPickListBox::operator=(const SmFontPickList& rList) in operator =() 273 void SmFontPickListBox::Insert(const Font &rFont) in Insert() 288 void SmFontPickListBox::Update(const Font &rFont, const Font &rNewFont) in Update() 298 void SmFontPickListBox::Remove(const Font &rFont) in Remove()
|
H A D | dialog.cxx | 503 SmFontPickListBox *pActiveListBox; in IMPL_LINK()
|
/trunk/main/starmath/inc/ |
H A D | dialog.hxx | 161 SmFontPickListBox aVariableFont; 163 SmFontPickListBox aFunctionFont; 165 SmFontPickListBox aNumberFont; 167 SmFontPickListBox aTextFont; 169 SmFontPickListBox aSerifFont; 171 SmFontPickListBox aSansFont; 173 SmFontPickListBox aFixedFont;
|
H A D | utility.hxx | 353 class SmFontPickListBox : public SmFontPickList, public ListBox class 359 SmFontPickListBox(Window* pParent, const ResId& rResId, sal_uInt16 nMax = 4); 361 SmFontPickListBox& operator = (const SmFontPickList& rList);
|
Completed in 28 milliseconds