Searched refs:aDropFileList (Results 1 – 1 of 1) sorted by relevance
1471 FileList aDropFileList; in InsertData() local1473 if( aDataHelper.GetFileList( FORMAT_FILE_LIST, aDropFileList ) ) in InsertData()1477 for( sal_uLong i = 0, nCount = aDropFileList.Count(); i < nCount; i++ ) in InsertData()1478 maDropFileVector.push_back( aDropFileList.GetFile( i ) ); in InsertData()
Completed in 24 milliseconds