Home
last modified time | relevance | path

Searched refs:myfile (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/testgraphical/source/
H A Dcompare.pl172 my $myfile;
173 while ($myfile = readdir(DIR))
175 if ($myfile eq "." ||
176 $myfile eq "..")
183 $err += CompareFiles($sDocumentPool, $myfile);
215 my $myfile;
216 while ($myfile = readdir(DIR))
218 if ($myfile eq "knownissues.xcl")
239 $aFailedHash{$myfile} = $err;
278 my $myfile = shift;
[all …]
H A DConvwatchHelper.pm297 my $myfile;
306 while ($myfile = readdir(DIR))
310 if (-d $myfile ) # is a directory
312 if ( -l $myfile)
326 if ($myfile ne "." && $myfile ne "..")
328 … my $sNewStartDir = appendPath($startdir, $myfile); # neuen Directorystring erstellen
350 if (-f $myfile)
355 $hook->($startdir, $myfile, $sUserParameter);
H A Dfill_documents_loop.pl121 my $myfile;
134 while ($myfile = readdir(DIR))
138 if (-d $myfile ) # is a directory
140 if ( -l $myfile)
144 if ($myfile ne "." && $myfile ne "..")
146 … my $sNewStartDir = $startdir . $myfile ."/"; # neuen Directorystring erstellen
168 if (-f $myfile)
173 $hook->($startdir, $myfile, $sValues);
/aoo41x/main/testgraphical/prechecks/
H A Dsoftwaretests.pl157 my $myfile;
158 while ($myfile = readdir(DIR)) # get filename
160 if (-f $myfile ) # is it a file?
163 if ($myfile eq $sFile) # is it the real file?
413 my $myfile;
414 while ($myfile = readdir(DIR)) # get a filename
416 if ($myfile =~ /ImageMagick/)
418 $sImageMagickPath = $sPrograms . "/" . $myfile;
/aoo41x/main/l10ntools/source/
H A Ddirectory.cxx132 rtl::OString myfile( FileData.cFileName ); in readDirectory() local
142 rtl::OStringToOUString( myfile , RTL_TEXTENCODING_UTF8 , myfile.getLength() ) ); in readDirectory()
149 rtl::OStringToOUString( myfile , RTL_TEXTENCODING_UTF8 , myfile.getLength() ) ); in readDirectory()
/aoo41x/main/writerfilter/documentation/doxygen/
H A DDoxyfile478 # documented source files. You may enter file names like "myfile.cpp" or
/aoo41x/main/solenv/doc/gbuild/
H A Ddoxygen.cfg583 # documented source files. You may enter file names like "myfile.cpp" or

Completed in 56 milliseconds