Home
last modified time | relevance | path

Searched refs:pList (Results 1 – 25 of 245) sorted by relevance

12345678910

/AOO41X/main/svx/source/unodraw/
H A Dgluepts.cxx226 SdrGluePointList* pList = mpObject->ForceGluePointList(); in insert() local
227 if( pList ) in insert()
236 sal_uInt16 nId = pList->Insert( aSdrGlue ); in insert()
242 return (sal_Int32)((*pList)[nId].GetId() + NON_USER_DEFINED_GLUE_POINTS) - 1; in insert()
258 SdrGluePointList* pList = const_cast<SdrGluePointList*>(mpObject->GetGluePointList()); in removeByIdentifier() local
259 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in removeByIdentifier()
264 if( (*pList)[i].GetId() == nId ) in removeByIdentifier()
266 pList->Delete( i ); in removeByIdentifier()
291 SdrGluePointList* pList = const_cast< SdrGluePointList* >( mpObject->GetGluePointList() ); in replaceByIdentifer() local
292 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in replaceByIdentifer()
[all …]
/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx125 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent() local
126 if ( pList == NULL ) in ProcessWindowEvent()
129 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
131 if ( pList != NULL ) in ProcessWindowEvent()
133 pList->ProcessWindowEvent (rVclWindowEvent, m_bIsDropDownBox); in ProcessWindowEvent()
148 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent() local
149 if ( pList == NULL ) in ProcessWindowEvent()
152 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
154 if ( pList != NULL ) in ProcessWindowEvent()
156 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
[all …]
/AOO41X/main/svtools/source/control/
H A Dstdmenu.cxx66 void FontNameMenu::Fill( const FontList* pList ) in Fill() argument
75 sal_uInt16 nFontCount = ::std::min( pList->GetFontNameCount(), static_cast< sal_uInt16 >(100) ); in Fill()
78 const XubString& rName = pList->GetFontName( i ).GetName(); in Fill()
183 void FontStyleMenu::Fill( const XubString& rName, const FontList* pList ) in Fill() argument
194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
211 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
245 aStyleText = pList->GetStyleName( aInfo ); in Fill()
249 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
263 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
266 XubString aTempStyleText = pList->GetStyleName( aInfo ); in Fill()
[all …]
H A Dctrlbox.cxx682 void FontNameBox::Fill( const FontList* pList ) in Fill() argument
692 sal_uInt16 nFontCount = pList->GetFontNameCount(); in Fill()
695 const FontInfo& rFontInfo = pList->GetFontName( i ); in Fill()
699 sal_uInt16 nType = pList->GetFontNameType( i ); in Fill()
986 void FontStyleBox::Fill( const XubString& rName, const FontList* pList ) in Fill() argument
996 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
1011 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
1040 aStyleText = pList->GetStyleName( aInfo ); in Fill()
1044 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
1058 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
[all …]
/AOO41X/main/rsc/source/misc/
H A Drscdbl.cxx45 REResourceList * pList ){ in InsertList() argument
56 pSubList = new REResourceList( pList, aStrClass, rId ); in InsertList()
58 pList->Insert( pSubList, 0xFFFFFFFF ); in InsertList()
62 void FillSubList( RSCINST & rInst, REResourceList * pList ) in FillSubList() argument
74 aInfo.aId, pList ); in FillSubList()
80 REResourceList * pList, sal_uLong lFileKey ) in FillListObj() argument
88 pList, lFileKey ); in FillListObj()
91 pObjNode->GetRscId(), pList ); in FillListObj()
98 pList, lFileKey ); in FillListObj()
103 void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){ in FillList() argument
[all …]
/AOO41X/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx635 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteImagesDocumentHandler()
636 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteImagesDocumentHandler()
663 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteImagesDocument()
664 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImagesDocument()
666 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_IMAGE )), in WriteImagesDocument()
670 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteImagesDocument()
674 …startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_IMAGESCONTAINER )), pList ); in WriteImagesDocument()
706 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteImageList()
707 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImageList()
710 pList->AddAttribute( m_aAttributeXlinkType, in WriteImageList()
[all …]
/AOO41X/main/tools/source/communi/
H A Dparser.cxx281 GenericInformationList *pList; in Execute() local
283 pList = pExistingList; in Execute()
285 pList = new GenericInformationList(); in Execute()
292 ReadKey( pList ); in Execute()
295 return pList; in Execute()
328 GenericInformationList *pList; in Execute() local
330 pList = pExistingList; in Execute()
332 pList = new GenericInformationList(); in Execute()
345 if ( !Execute( aActStream, pList )) { in Execute()
346 delete pList; in Execute()
[all …]
/AOO41X/main/rsc/source/tools/
H A Drsctree.cxx91 BiNode * BiNode::ChangeDLListBTree( BiNode * pList ){ in ChangeDLListBTree() argument
97 if( pList ){ in ChangeDLListBTree()
98 while( pList->Left() ) in ChangeDLListBTree()
99 pList = pList->Left(); in ChangeDLListBTree()
100 pTmp = pList; in ChangeDLListBTree()
103 pMiddle = pList; in ChangeDLListBTree()
108 pList = (BiNode *)0; in ChangeDLListBTree()
117 pMiddle->pLeft = ChangeDLListBTree( pList ); in ChangeDLListBTree()
122 return( pList ); in ChangeDLListBTree()
135 BiNode * pList; in ChangeBTreeDLList() local
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunocpres.cxx334 List* pList = 0; in insertByName() local
336 pList = mrModel.GetDoc()->GetCustomShowList(sal_True); in insertByName()
339 if( NULL == pList) in insertByName()
369 for( SdCustomShow* pCompare = (SdCustomShow*)pList->First(); in insertByName()
371 pCompare = (SdCustomShow*)pList->Next() ) in insertByName()
377 pList->Insert(pShow); in insertByName()
389 List* pList = GetCustomShowList(); in removeByName() local
390 if(pList && pShow) in removeByName()
391 delete (SdCustomShow*)pList->Remove( pShow ); in removeByName()
433 List* pList = GetCustomShowList(); in getElementNames() local
[all …]
/AOO41X/main/l10ntools/source/
H A Dexport.cxx1588 ExportList *pList = NULL; in InsertListEntry() local
1590 pList = pResData->pStringList; in InsertListEntry()
1591 if ( !pList ) { in InsertListEntry()
1593 pList = pResData->pStringList; in InsertListEntry()
1598 pList = pResData->pFilterList; in InsertListEntry()
1599 if ( !pList ) { in InsertListEntry()
1601 pList = pResData->pFilterList; in InsertListEntry()
1606 pList = pResData->pItemList; in InsertListEntry()
1607 if ( !pList ) { in InsertListEntry()
1609 pList = pResData->pItemList; in InsertListEntry()
[all …]
/AOO41X/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx70 SvXMLAttributeList* pList = SvXMLAttributeList::getImplementation(xAttribs); in lcl_correctCellAddress() local
71 ::rtl::OUString sCellAddress = pList->getValueByName(_sName); in lcl_correctCellAddress()
77 pList->RemoveAttribute(_sName); in lcl_correctCellAddress()
78 pList->AddAttribute(_sName,sCellAddress); in lcl_correctCellAddress()
159 SvXMLAttributeList* pList = new SvXMLAttributeList(); in startElement() local
160 uno::Reference< xml::sax::XAttributeList > xNewAttribs = pList; in startElement()
171pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_COMMAND_TYPE),sValue.makeStringAndClear()); in startElement()
175 pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_COMMAND),sComamnd); in startElement()
179 pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_FILTER),sFilter); in startElement()
183pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_ESCAPE_PROCESSING),::xmloff::token::GetXMLT… in startElement()
[all …]
/AOO41X/main/sfx2/source/bastyp/
H A Dfltfnc.cxx266 SfxFilterList_Impl* pList; // is created on demand member in SfxFilterMatcher_Impl
271 : pList(0) in SfxFilterMatcher_Impl()
318 if ( pList ) in Update()
321 pList->Clear(); in Update()
326 pList->Insert( pFilter, LIST_APPEND ); in Update()
333 if ( pList ) in InitForIterating()
343 ((SfxFilterMatcher_Impl*)this)->pList = new SfxFilterList_Impl; in InitForIterating()
349 ((SfxFilterMatcher_Impl*)this)->pList = pFilterArr; in InitForIterating()
356 sal_uInt16 nCount = ( sal_uInt16 ) pImpl->pList->Count(); in GetAnyFilter()
359 const SfxFilter* pFilter = pImpl->pList->GetObject( n ); in GetAnyFilter()
[all …]
/AOO41X/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx523 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteStatusBarDocumentHandler()
524 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteStatusBarDocumentHandler()
549 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteStatusBarDocument()
550 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteStatusBarDocument()
552 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_STATUSBAR )), in WriteStatusBarDocument()
556 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteStatusBarDocument()
560 …dler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_STATUSBAR )), pList ); in WriteStatusBarDocument()
609 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteStatusBarItem()
610 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteStatusBarItem()
619 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, rCommandURL ); in WriteStatusBarItem()
[all …]
H A Deventsdocumenthandler.cxx430 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteEventsDocumentHandler()
431 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteEventsDocumentHandler()
456 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEventsDocument()
457 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEventsDocument()
459 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_EVENT )), in WriteEventsDocument()
462 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteEventsDocument()
466 …Handler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_EVENTS )), pList ); in WriteEventsDocument()
493 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEvent()
494 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEvent()
512 pList->AddAttribute( m_aAttributeName, m_aAttributeType, aEventName ); in WriteEvent()
[all …]
H A Dtoolboxdocumenthandler.cxx689 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteToolBoxDocumentHandler()
690 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteToolBoxDocumentHandler()
728 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteToolBoxDocument()
729 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxDocument()
731 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_TOOLBAR )), in WriteToolBoxDocument()
735 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteToolBoxDocument()
740pList->AddAttribute( m_aXMLToolbarNS + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_UIN… in WriteToolBoxDocument()
744 …andler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_TOOLBAR )), pList ); in WriteToolBoxDocument()
797 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteToolBoxItem()
798 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxItem()
[all …]
/AOO41X/main/sfx2/source/doc/
H A DMetadatable.cxx524 const XmlIdList_t * pList( LookupElementList(i_rStreamName, i_rIdref) ); in LookupElement() local
525 if (pList) in LookupElement()
528 ::std::find_if(pList->begin(), pList->end(), in LookupElement()
536 if (iter != pList->end()) in LookupElement()
576 XmlIdList_t * pList( LookupElementList(i_rStreamName, i_rIdref) ); in TryInsertMetadatable() local
577 if (pList) in TryInsertMetadatable()
579 if (pList->empty()) in TryInsertMetadatable()
581 pList->push_back( &i_rObject ); in TryInsertMetadatable()
589 if ( pList->end() == ::std::find_if(pList->begin(), pList->end(), in TryInsertMetadatable()
601 pList->push_front( &i_rObject ); in TryInsertMetadatable()
[all …]
/AOO41X/main/svtools/source/contnr/
H A Dtreelist.cxx295 SvTreeEntryList* pList = pParent->pChilds; in IsChild() local
296 if ( !pList ) in IsChild()
298 SvListEntry* pActualChild = (SvListEntry*)(pList->First()); in IsChild()
307 pActualChild = (SvListEntry*)(pList->Next()); in IsChild()
1136 SvTreeEntryList* pList = pEntry->pParent->pChilds; in NextSibling() local
1140 pEntry = (SvListEntry*)(pList->GetObject( nPos )); in NextSibling()
1150 SvTreeEntryList* pList = pEntry->pParent->pChilds; in PrevSibling() local
1156 pEntry = (SvListEntry*)(pList->GetObject( nPos )); in PrevSibling()
1250 SvTreeEntryList* pList = pParent->pChilds; in Insert() local
1251 if ( !pList ) in Insert()
[all …]
H A Dimivctl2.cxx46 sal_uInt16 IcnCursor_Impl::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() argument
49 sal_uInt16 nCount = (sal_uInt16)pList->Count(); in GetSortListPos()
58 pView->GetEntryBoundRect((SvxIconChoiceCtrlEntry*)(pList->GetObject(nCurPos))); in GetSortListPos()
70 return pList->Count(); in GetSortListPos()
130 SvPtrarr* pList = &(pColumns[ nCol ]); in SearchCol() local
131 const sal_uInt16 nCount = pList->Count(); in SearchCol()
139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol()
146 … SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
160 … SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
180 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchCol()
[all …]
/AOO41X/main/rsc/source/res/
H A Drscclobj.cxx182 sal_Bool ObjNode::IsConsistent( RscInconsList * pList ) in IsConsistent() argument
189 if( pList ) in IsConsistent()
190 pList->Insert( new RscInconsistent( aRscId, aRscId ) ); in IsConsistent()
196 if( !((ObjNode *)Left())->IsConsistent( pList ) ) in IsConsistent()
201 if( pList ) in IsConsistent()
202 pList->Insert( in IsConsistent()
212 if( pList ) in IsConsistent()
213 pList->Insert( in IsConsistent()
217 if( !((ObjNode *)Right())->IsConsistent( pList ) ) in IsConsistent()
/AOO41X/main/autodoc/source/display/html/
H A Dhtml_kit.cxx123 : pList( new DefList), in ExplanationList()
129 *pList << new ClassAttr("member"); in ExplanationList()
131 o_rOwner << pList; in ExplanationList()
138 DefListTerm & rNewTerm = pList->AddTerm(); in AddEntry()
151 pDefinition = &pList->AddDefinition(); in AddEntry()
160 pDefinition = &pList->AddDefinition(); in AddEntry_NoTerm()
281 : pList( new DefList ), in IndexList()
285 o_rOwner << pList; in IndexList()
291 pTerm = &pList->AddTerm(); in AddEntry()
292 pDefinition = &pList->AddDefinition(); in AddEntry()
/AOO41X/main/tools/bootstrp/
H A Diserver.cxx97 GenericInformationList *pList = aParser.Execute( s ); in main() local
98 if ( !pList ) in main()
102 GenericInformation *pInfo = pList->GetInfo( sInfo, sal_True ); in main()
109 GenericInformationList *pList = pInfo->GetSubList(); in main() local
110 if ( pList ) { in main()
112 for( sal_uIntPtr i = 0; i < pList->Count(); i++ ) { in main()
113 GenericInformation *pInfo = pList->GetObject( i ); in main()
125 for( sal_uIntPtr i = 0; i < pList->Count(); i++ ) { in main()
126 GenericInformation *pInfo = pList->GetObject( i ); in main()
/AOO41X/main/editeng/source/misc/
H A Dsvxacorr.cxx1768 SvxAutoCorrectLanguageListsPtr pList, const String& rTxt, in lcl_SearchWordsInList() argument
1771 const SvxAutocorrWordList* pAutoCorrWordList = pList->GetAutocorrWordList(); in lcl_SearchWordsInList()
1814 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(eLang)); in SearchWordsInList() local
1815 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc ); in SearchWordsInList()
1836 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek( nTmp ); in SearchWordsInList() local
1837 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList()
1848 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(LANGUAGE_DONTKNOW)); in SearchWordsInList() local
1849 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList()
1873 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(eLang)); in FindInWrdSttExceptList() local
1875 if(pList->GetWrdSttExceptList()->Seek_Entry(&_sTemp)) in FindInWrdSttExceptList()
[all …]
/AOO41X/main/vcl/source/window/
H A Daccel.cxx59 sal_uInt16 ImplAccelEntryGetIndex( ImplAccelList* pList, sal_uInt16 nId, in DBG_NAME()
65 sal_uLong nCount = pList->Count(); in DBG_NAME()
69 if ( !nCount || (nId < pList->GetObject( 0 )->mnId) ) in DBG_NAME()
82 nCompareId = pList->GetObject( nMid )->mnId; in DBG_NAME()
108 static void ImplAccelEntryInsert( ImplAccelList* pList, ImplAccelEntry* pEntry ) in ImplAccelEntryInsert() argument
111 sal_uInt16 nIndex = ImplAccelEntryGetIndex( pList, pEntry->mnId, &nInsIndex ); in ImplAccelEntryInsert()
118 ImplAccelEntry* pTempEntry = pList->GetObject( nIndex ); in ImplAccelEntryInsert()
122 while ( nIndex < pList->Count() ); in ImplAccelEntryInsert()
124 pList->Insert( pEntry, (sal_uLong)nIndex ); in ImplAccelEntryInsert()
127 pList->Insert( pEntry, (sal_uLong)nInsIndex ); in ImplAccelEntryInsert()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewsrch.cxx153 const SearchAttrItemList* pList = pSrchDlg->GetSearchItemList(); in ExecSearch() local
154 if( pList && pList->Count() ) in ExecSearch()
155 pSrchList = new SearchAttrItemList( *pList ); in ExecSearch()
157 if( 0 != (pList = pSrchDlg->GetReplaceItemList() ) && in ExecSearch()
158 pList->Count() ) in ExecSearch()
159 pReplList = new SearchAttrItemList( *pList ); in ExecSearch()
183 const SearchAttrItemList* pList = pSrchDlg->GetSearchItemList(); in ExecSearch() local
184 if( pList && pList->Count() ) in ExecSearch()
185 pSrchList = new SearchAttrItemList( *pList ); in ExecSearch()
187 if( 0 != (pList = pSrchDlg->GetReplaceItemList() ) && in ExecSearch()
[all …]
/AOO41X/main/svx/source/mnuctrls/
H A Dfntszctl.cxx128 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in StateChanged() local
130 if ( pList ) in StateChanged()
132 FontInfo aFntInf = pList->Get( pItem->GetFamilyName(), in StateChanged()
134 pMenu->Fill( aFntInf, pList ); in StateChanged()
151 const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; in StateChanged() local
152 if ( pList ) in StateChanged()
153 pMenu->Fill( pList->GetFontName(0), pList ); in StateChanged()

12345678910