Home
last modified time | relevance | path

Searched refs:TrimNull (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls270 SearchForFiles sRoot & TrimNull(WFD.cFileName) & vbBackslash
277 path = sRoot & TrimNull(WFD.cFileName)
289 mWordFilesCol.Add sRoot & TrimNull(WFD.cFileName)
295 path = sRoot & TrimNull(WFD.cFileName)
299 mExcelFilesCol.Add sRoot & TrimNull(WFD.cFileName)
307 mExcelFilesCol.Add sRoot & TrimNull(WFD.cFileName)
313 path = sRoot & TrimNull(WFD.cFileName)
325 mPPFilesCol.Add sRoot & TrimNull(WFD.cFileName)
357 Private Function TrimNull(startstr As String) As String
359 TrimNull = Left$(startstr, lstrlen(StrPtr(startstr)))
/aoo4110/main/migrationanalysis/src/wizard/
H A DUtilities.bas444 GetRegValue = TrimNull(lpValue)
466 Private Function TrimNull(startstr As String) As String function
468 TrimNull = Left$(startstr, lstrlenW(StrPtr(startstr)))
H A DCollectedFiles.cls317 sFileName = TrimNull(WFD.cFileName)
436 Private Function TrimNull(startstr As String) As String
438 TrimNull = Left$(startstr, lstrlen(StrPtr(startstr)))

Completed in 27 milliseconds