Searched refs:myfile (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/testgraphical/source/ |
H A D | compare.pl | 172 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 D | ConvwatchHelper.pm | 297 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 D | fill_documents_loop.pl | 121 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);
|
/aoo4110/main/testgraphical/prechecks/ |
H A D | softwaretests.pl | 157 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;
|
/aoo4110/main/l10ntools/source/ |
H A D | directory.cxx | 132 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()
|
/aoo4110/main/writerfilter/documentation/doxygen/ |
H A D | Doxyfile | 478 # documented source files. You may enter file names like "myfile.cpp" or
|
/aoo4110/main/solenv/doc/gbuild/ |
H A D | doxygen.cfg | 583 # documented source files. You may enter file names like "myfile.cpp" or
|
Completed in 38 milliseconds