Lines Matching refs:cFileName
52 cFileName As String * MAX_PATH
268 If Asc(WFD.cFileName) <> vbDot Then
270 SearchForFiles sRoot & TrimNull(WFD.cFileName) & vbBackslash
276 If MatchSpec(WFD.cFileName, "*.doc") Then
277 path = sRoot & TrimNull(WFD.cFileName)
287 If MatchSpec(WFD.cFileName, "*.dot") Then
289 mWordFilesCol.Add sRoot & TrimNull(WFD.cFileName)
294 If MatchSpec(WFD.cFileName, "*.xls") Then
295 path = sRoot & TrimNull(WFD.cFileName)
299 mExcelFilesCol.Add sRoot & TrimNull(WFD.cFileName)
305 If MatchSpec(WFD.cFileName, "*.xlt") Then
307 mExcelFilesCol.Add sRoot & TrimNull(WFD.cFileName)
312 If MatchSpec(WFD.cFileName, "*.ppt") Then
313 path = sRoot & TrimNull(WFD.cFileName)
323 If MatchSpec(WFD.cFileName, "*.pot") Then
325 mPPFilesCol.Add sRoot & TrimNull(WFD.cFileName)