Home
last modified time | relevance | path

Searched refs:pFileList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx724 if (pFileList && ( pFileList != pDirList ) ) in ~ImpFileDialog()
725 delete pFileList; in ~ImpFileDialog()
742 INITCONTROL( pFileList, ListBox, WB_SORT | WB_AUTOHSCROLL | WB_BORDER, in InitControls()
802 if( pFileList ) in InitControls()
804 pFileList->SetSelectHdl( LINK( this, ImpFileDialog, SelectHdl ) ); in InitControls()
805 pFileList->SetDoubleClickHdl( LINK( this, ImpFileDialog, DblClickHdl ) ); in InitControls()
820 else if (p == pFileList) in IMPL_LINK()
823 pEdit->SetText( pFileList->GetSelectEntry() ); in IMPL_LINK()
844 if( ( pDirList != pFileList ) && ( pBox == pDirList ) ) in IMPL_LINK()
867 if( pBox == pFileList ) in IMPL_LINK()
[all …]
H A Dfiledlg2.hxx134 ListBox* pFileList; member in ImpFileDialog
/trunk/main/tools/bootstrp/
H A Dcppdep.cxx43 pFileList = new ByteStringList; in CppDep()
50 pFileList = new ByteStringList; in CppDep()
57 delete pFileList; in ~CppDep()
115 sal_uIntPtr nCount = pFileList->Count(); in Search()
118 ByteString *pStr = pFileList->GetObject(i); in Search()
127 pFileList->Insert( new ByteString( aNewFile ), LIST_APPEND ); in Search()
H A Dcppdep.hxx37 ByteStringList *pFileList; member in CppDep
50 ByteStringList* GetDepList(){return pFileList;} in GetDepList()