Lines Matching refs:mpFontList
620 mpFontList = NULL; in DECLARE_LIST()
631 mpFontList = NULL; in FontNameBox()
668 if ( mpFontList ) in ImplDestroyFontList()
670 ImplFontNameListData* pInfo = mpFontList->First(); in ImplDestroyFontList()
674 pInfo = mpFontList->Next(); in ImplDestroyFontList()
676 delete mpFontList; in ImplDestroyFontList()
689 mpFontList = new ImplFontList; in Fill()
701 mpFontList->Insert( pData, nIndex ); in Fill()
741 if ( mbWYSIWYG && mpFontList ) in ImplCalcUserItemSize()
748 ImplFontNameListData* pData = mpFontList->GetObject( --n ); in ImplCalcUserItemSize()
793 ImplFontNameListData* pData = mpFontList->GetObject( rUDEvt.GetItemId() ); in UserDraw()
821 if ( mbWYSIWYG && mpFontList ) in UserDraw()