Home
last modified time | relevance | path

Searched refs:pTypeList (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svtools/source/dialogs/
H A Dfiledlg2.cxx728 delete pTypeList; in ~ImpFileDialog()
756 INITCONTROL( pTypeList, ListBox, WB_DROPDOWN, in InitControls()
766 INITCONTROL( pTypeList, ListBox, WB_DROPDOWN, in InitControls()
808 if( pTypeList ) in InitControls()
809 pTypeList->SetSelectHdl( LINK( this, ImpFileDialog, DblClickHdl ) ); in InitControls()
901 if( pBox == pTypeList ) in IMPL_LINK()
904 sal_uInt16 nCurPos = pTypeList->GetSelectEntryPos(); in IMPL_LINK()
1177 if( pTypeList ) in AddFilter()
1178 pTypeList->InsertEntry( rFilter, LISTBOX_APPEND ); in AddFilter()
1193 if( pTypeList ) in RemoveFilter()
[all …]
H A Dfiledlg2.hxx136 ListBox* pTypeList; member in ImpFileDialog
/AOO41X/main/unotools/source/config/
H A Dfontcfg.cxx836 const ImplFontAttrTypeSearchData* pTypeList = aImplTypeAttrSearchList; in getMapName() local
837 while ( pTypeList->mpStr ) in getMapName()
839 if ( ImplFindAndErase( rFamilyName, pTypeList->mpStr ) ) in getMapName()
840 rType |= pTypeList->mnType; in getMapName()
841 pTypeList++; in getMapName()
/AOO41X/main/scripting/source/vbaevents/
H A Deventhelper.cxx289 uno::Type* pTypeList; member
831 Type* pType = pTypeListInfo->pTypeList; in FindControl()
/AOO41X/main/sc/source/ui/navipi/
H A Dcontent.cxx75 static sal_uInt16 pTypeList[SC_CONTENT_COUNT] = variable
136 pPosList[pTypeList[i]] = i; // invers zum suchen in ScContentTree()