Home
last modified time | relevance | path

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

/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl96 my $lastFile = '';
141 $lastFile = $currentFile; # ?
152 writesdf( $lastFile , \%block );
153 $lastFile = $currentFile; #?
164 writesdf( $lastFile , \%block );
173 my $lastFile = shift;
175 my $localizeFile = $lastFile;
H A Dlocalize.pl121 my $lastFile = '';
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas339 lastFile As String, _
355 lastFile = Mid(statText, Len(C_STAT_ANALYSED) + 1)
358 lastFile = Mid(statText, Len(C_STAT_ANALYSING) + 1)
484 Dim lastFile As String variable
521 If (lastHandledFile = lastFile) Then
524 lastFile = lastHandledFile
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java209 String lastFile=""; in initView()
213 if( aSdfString.getFileId().compareTo( lastFile ) != 0 ){ in initView()
217 lastFile = aSdfString.getFileId(); in initView()

Completed in 53 milliseconds