Searched refs:pFileList (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 724 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 D | filedlg2.hxx | 134 ListBox* pFileList; member in ImpFileDialog
|
| /AOO41X/main/tools/bootstrp/ |
| H A D | cppdep.cxx | 43 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 D | cppdep.hxx | 37 ByteStringList *pFileList; member in CppDep 50 ByteStringList* GetDepList(){return pFileList;} in GetDepList()
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | prj.cxx | 1242 SolarFileList *pFileList = new SolarFileList(); in UpdateFileList() local 1323 pFileList->Insert( new String( aBuildListPath ), LIST_APPEND ); in UpdateFileList() 1334 if (!CheckFileLoadList(pFileList)) in UpdateFileList() 1344 Read( pFileList ); in UpdateFileList() 1346 GenerateFileLoadList( pFileList ); in UpdateFileList() 2431 SolarFileList *pFileList = new SolarFileList(); in StarWriter() local 2523 … pFileList->Insert( new String( aPrjEntry.GetFull()), LIST_APPEND ); in StarWriter() 2535 Read( pFileList, bReadComments ); in StarWriter()
|