| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | afm_hash.cpp | 53 #line 1 "afm_keyword_list" 137 #line 6 "afm_keyword_list" in in_word_set() 139 #line 7 "afm_keyword_list" in in_word_set() 141 #line 5 "afm_keyword_list" in in_word_set() 143 #line 8 "afm_keyword_list" in in_word_set() 145 #line 54 "afm_keyword_list" in in_word_set() 147 #line 33 "afm_keyword_list" in in_word_set() 149 #line 56 "afm_keyword_list" in in_word_set() 151 #line 55 "afm_keyword_list" in in_word_set() 153 #line 47 "afm_keyword_list" in in_word_set() [all …]
|
| /AOO41X/main/sdext/source/pdfimport/wrapper/ |
| H A D | hash.cxx | 53 #line 1 "keyword_list" 124 #line 29 "keyword_list" in in_word_set() 127 #line 8 "keyword_list" in in_word_set() 129 #line 28 "keyword_list" in in_word_set() 131 #line 19 "keyword_list" in in_word_set() 133 #line 46 "keyword_list" in in_word_set() 135 #line 17 "keyword_list" in in_word_set() 137 #line 25 "keyword_list" in in_word_set() 139 #line 47 "keyword_list" in in_word_set() 141 #line 39 "keyword_list" in in_word_set() [all …]
|
| /AOO41X/main/solenv/bin/modules/installer/ |
| H A D | ziplist.pm | 161 my $line; 167 $line = ${$fileref}[$i]; 169 if ( $line =~ /^\s*\Q$search\E\s*$inh$/i ) # case insensitive 178 push(@searchblock, $line); 181 if ( ($record) && ($line =~ /\{/) ) 186 if ( ($record) && ($line =~ /\}/) ) 191 if ( ($record) && ($line =~ /\}/) && ( $count == 0 ) ) 246 my $line = ${$blockref}[$i]; 253 if (($line =~ /^\s*\#/) || ($line =~ /^\s*\;/)) 260 if ((!($line =~ /^\s*\Q$compilerstring\E\s*$/i)) && [all …]
|
| H A D | xpdinstaller.pm | 211 my $line = $indent . "<" . $name . ">" . $value . "</" . $name . ">" . "\n"; 518 …my $line = $indent . "<" . $saveentry . " lang=" . "\"" . $javalanguage . "\"" . ">" . $value . "<… 519 push(@{$xpdfile}, $line); 625 my $line = ${$file}[$i]; 626 if ( $line =~ /^\s*\:\s+\d+\s+(\d+?)\s+/ ) 880 foreach my $line (@returns) 882 $installer::logger::Lang->print($line); 924 foreach my $line (@returns) 926 $installer::logger::Lang->print($line); 1192 my $line = "<?xml version='1.0' encoding='utf-8'?>\n\n"; [all …]
|
| H A D | setupscript.pm | 91 foreach my $line (@$scriptref) 93 next if $line =~ /^\s*Installation\s+\w+\s*$/; # Already processed. 94 last if $line =~ /^\s*End\s*$/; 96 if ($line =~ /^\s*(\w+)\s+\=\s*\"?(.*?)\"?\s*\;\s*$/ ) 216 foreach my $line (@newlines) 219 if ($line =~ /\%\w+/) 221 if (( $line =~ /%1/ ) || ( $line =~ /%2/ ) || ( $line =~ /%verify/ )) 227 $installer::logger::Info->printf("%s\n", $line); 250 my $line = ${$scriptref}[$i]; 252 if ( $line =~ /^\s*\Q$searchitem\E\s+(\S+)\s*$/ ) [all …]
|
| H A D | epmfile.pm | 70 my $line = ${$packagemapcontent}[$i]; 72 if ( $line =~ /^\s*\#/ ) { next; } # comment line 73 if ( $line =~ /^\s*$/ ) { next; } # empty line 75 if ( $line =~ /^\s*(.*?)\t(.*?)\s*$/ ) 156 my $line = ${$fileref}[$i]; 158 if ( $line =~ /^\s*\Q$searchstring\E\s*$/ ) 163 $line = ${$fileref}[$counter]; 167 while ((!($line =~ /^\s*\[\s*\w+\s*\]\s*$/ )) && ( $counter <= $#{$fileref} )) 169 if ( $line =~ /^\s*\Q$language\E\s+\=\s*\"(.*)\"\s*$/ ) 176 if ( $line =~ /^\s*\Q$englishidentifier\E\s+\=\s*\"(.*)\"\s*$/ ) [all …]
|
| H A D | configuration.pm | 194 my $line = '<?xml version="1.0" encoding="UTF-8"?>' . "\n"; 195 push( @{$configfileref}, $line); 197 …$line = '<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.… 200 $line =~ s/PACKAGENAME/$packagename/g; 201 $line =~ s/FILENAME/$name/g; 202 push( @{$configfileref}, $line); 204 $line = "\n"; 205 push( @{$configfileref}, $line); 218 my $line = "\n" . '</oor:component-data>' . "\n"; 219 push( @{$configfileref}, $line); [all …]
|
| H A D | files.pm | 57 while ( $line = <IN> ) { 58 push @localfile, $line; 109 my $line = ""; 111 $line = $itemkey . "=" . $itemvalue . "\n"; 112 push(@printcontent, $line); 130 my $line = ""; 137 $line = $line . $itemkey . "=" . $itemvalue . "\t"; 140 $line = $line . "\n"; 142 push(@printcontent, $line); 160 my $line = "***************************************************\n"; [all …]
|
| /AOO41X/main/icu/ |
| H A D | createmak.pl | 233 foreach $line(@mak) 235 print MAKFILE $line; 248 my $line = shift; 249 $line =~ /\[(.+)\]/; 260 while ( $line=<TEMPLATE> ) { 261 if ( $line =~ /\[.+\]/ ) { 262 print $line if ($is_debug); 268 $key = getKey( $line ); 271 push @cmdlines, $line; 299 my $line = ""; [all …]
|
| /AOO41X/main/sal/qa/ |
| H A D | buildall.pl | 194 my $line; 195 while ($line = <IN>) 197 chomp($line); 198 print "$line\n"; 211 my $line; 220 while ($line = <IN>) 222 chomp($line); 223 if ( $line =~ /^- start unit test/) 241 while ($line = <IN>) 243 chomp($line); [all …]
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | build_list_converter.pl | 154 my $line = $_; 160 if ( (is_module_dependency_line($line)) && ($module_dependency_line_exists == 0) ) 165 $module_name = get_module_name($line); 169 next if (!(is_nmake_line($line))); 172 if (my ($job_dir, $job_platform, $alias) = get_alias_resolving_infos($line)) 182 add_errorlog_unknown_format_statement($line, $module_name, $line_number); 199 my $line = $_; 210 if ( (!(is_nmake_line($line))) && (!(is_module_dependency_line($line))) ) 212 my $no_info_line = show_no_info_line($line, $line_number); 217 $module_name = get_module_name($line) if (!($module_name)); [all …]
|
| /AOO41X/main/solenv/bin/modules/installer/windows/ |
| H A D | idtglobal.pm | 1097 my ($number, $line); 1101 $line = ${$controltable}[$i]; 1103 if ( $line =~ /^\s*\bLicenseAgreement\b\t\bMemo\t/ ) 1119 …if ( $line =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.… 1243 my $line = ${$sequencetable}[$i]; 1245 if ( $line =~ /^\s*\w+\t.*\t\s*(\d+)\s$/ ) 1269 my $line = ${$sequencetable}[$i]; 1271 if ( $line =~ /^\s*(\w+)\t.*\t\s*(\d+)\s$/ ) 1317 …my $line = $actionname . "\t" . $actionflags . "\t" . $customaction_exefilename . "\t" . $actionpa… 1318 push(@{$customactionidttable}, $line); [all …]
|
| /AOO41X/main/xmerge/workben/ |
| H A D | jstyle.pl | 167 printf $fmt, $filename, $., $_[0], $line; 191 line: while (<STDIN>) { label 198 $line = $_; 207 next line; 223 $prev = $line; 224 next line; 229 if ($line =~ tr/\t/\t/ * 7 + length($line) > 100) { 232 $eline = $line; 296 $prev = $line; 297 next line; [all …]
|
| /AOO41X/main/l10ntools/scripts/ |
| H A D | localize_old.pl | 114 my $line = defined $_ ? $_ : ''; 125 chomp( $line ); 135 if( $line =~ /(.*)\t[^\t\$]*$/ ){ 136 $line = $1."\t".$default_date; 148 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 157 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 191 my $line = defined $_ ? $_ : ''; 201 chomp( $line ); 202 $index{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 451 my $line = defined $_ ? $_ : ''; [all …]
|
| H A D | localize.pl | 145 my $line = defined $_ ? $_ : ''; 155 chomp( $line ); 159 …string_hash_ooo { $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line; 163 … $string_hash_so{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line; 209 my $line = defined $_ ? $_ : ''; 219 chomp( $line ); 229 push @sdf_file , $line; 448 my $line = defined $_ ? $_ : ''; 458 chomp( $line ); 463 … $fallbackhashhash_ref->{ $cur_lang }{ $prj.$gid.$lid.$file.$type.$plattform.$helpid } = $line ; [all …]
|
| /AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
| H A D | LanguageResolver.java | 71 String line; in LanguageResolver() local 73 while((line=(languageTable.readLine()))!=null){ in LanguageResolver() 74 languages.add(line.split(",")); in LanguageResolver() 87 String[] line=new String[5]; in getNrFromISO() local 89 line=(String[]) iter.next(); in getNrFromISO() 90 if(line[ISO].equals(isoCode)) return line[LANGID]; in getNrFromISO() 106 String[] line=new String[5]; in getISOfromNr() local 108 line=(String[]) iter.next(); in getISOfromNr() 109 if(line[LANGID].equals(ID)) return line[ISO]; in getISOfromNr() 124 String[] line=new String[5]; in getRFCFromISO() local [all …]
|
| /AOO41X/main/soltools/mkdepend/ |
| H A D | parse.c | 34 int deftype ( register char *line, register struct filepointer *filep, 51 register char *line; local 55 while ((line = get_line(filep))) { 56 switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) { 87 if ((type == IFDEF && hash_lookup(line, symbols)) 88 || (type == IFNDEF && !hash_lookup(line, symbols))) { 91 filep->f_line, line, 103 filep->f_line, line, 125 define(line, &symbols); 128 if (!*line) { [all …]
|
| /AOO41X/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 368 std::_tstring line; in readLine() local 383 line.append( szBuffer ); in readLine() 386 rLine = line; in readLine() 402 std::_tstring line; in getProfileString() local 405 while ( readLine( fp, line ) ) in getProfileString() 407 line = trim( line ); in getProfileString() 409 if ( line.length() && line[0] == '[' ) in getProfileString() 411 line.erase( 0, 1 ); in getProfileString() 412 std::_tstring::size_type end = line.find( ']', 0 ); in getProfileString() 415 section = trim( line.substr( 0, end ) ); in getProfileString() [all …]
|
| /AOO41X/main/sal/qa/helper/gcov/ |
| H A D | gcov_filter.pl | 231 my $line = ""; 235 while ($line = <INPUT_HANDLE>) 237 chomp($line); 239 if ($line =~ /^\s+(\w*);$/) 308 my $line = ""; 312 while ($line = <INPUT_HANDLE>) 314 chomp($line); 317 if ($line =~ /^Function \`(.*)\'$/ ) 321 $line = <INPUT_HANDLE>; 322 if ($line =~ /^Lines executed:(.*)% of/ ) [all …]
|
| /AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | SDFReader.java | 250 String line; in SDFReader() local 255 if ((line = readLine()) != null) { in SDFReader() 256 if ((splitLine = split(line)) != null){ in SDFReader() 300 String line = EMPTY; in readBlock() local 308 while (useBuffer || (line = readLine()) != null) { //works because '||' is shortcut in readBlock() 313 line = this.lineBuffer; in readBlock() 327 if ((check(line)).length() < line.length()) { in readBlock() 331 + " \n" + line); in readBlock() 334 if ((splittedLine = split(line)) == null) { in readBlock() 337 + " : Line has wrong column number \n" + line); in readBlock() [all …]
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | frmsel.src | 38 < "Left border line" ; 1; > ; 39 < "Right border line" ; 2; > ; 40 < "Top border line" ; 3; > ; 41 < "Bottom border line" ; 4; > ; 42 < "Horizontal border line" ; 5; > ; 43 < "Vertical border line" ; 6; > ; 44 < "Diagonal border line from top left to bottom right" ; 7; > ; 45 < "Diagonal border line from bottom left to top right" ; 8; > ; 53 < "Left border line" ; 1; > ; 54 < "Right border line" ; 2; > ; [all …]
|
| /AOO41X/main/cli_ure/source/scripts/ |
| H A D | increment_version.pl | 126 my $line = $_[0]; 129 return $line if (length($trimmed = trim($line)) == 0); 131 return $line if ($trimmed =~ /^#/); 134 my $i = index($line, "="); 137 print "Error: No '=' found in line:,: \n $line \n"; 140 my $name = substr($line, 0, $i); 148 my $value = substr($line, $i + 1); 161 return $line; 180 return $line; 242 my $line; [all …]
|
| /AOO41X/main/testgraphical/prechecks/ |
| H A D | softwaretests.pl | 264 my $line; 265 while ($line = <INIFILE>) 267 chomp($line); 268 if ( $line =~ /^$sKey=(.*)$/ ) 289 my $line; 290 while ($line = <GHOSTSCRIPT>) 292 chomp($line); 293 print "- $line\n" if ($verbose); 365 my $line; 366 while ($line = <IMAGEMAGICK>) [all …]
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleMultiLineText.idl | 40 and line numbers. 44 of line numbers</p> 53 /** Returns the line number at the specified index. 56 provides a mapping from a text index to the corresponding line number. 60 Index for which the line number should be returned. 64 Returns the line number of the specified text index. 72 /** Retuns the text of the specified line. 74 <p>Returns the substring of text that makes up the specified line 79 with the index of the last character. In a loop, the last line 85 The number of the line to return the substring from. [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | deliver.pl | 174 my $line = shift; 177 $dependent = expand_macros($line); 182 if ($delete_common && $common_build && ( $line !~ /%COMMON_OUTDIR%/ ) ) { 183 $line =~ s/%__SRC%/%COMMON_OUTDIR%/ig; 184 if ( $line =~ /%COMMON_OUTDIR%/ ) { 185 $line =~ s/%_DEST%/%COMMON_DEST%/ig; 186 $common = expand_macros($line); 196 my $line = shift; 198 my $command = expand_macros($line); 214 my $line = shift; [all …]
|