/aoo4110/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() 189 #line 9 "afm_keyword_list" in in_word_set() 243 #line 4 "afm_keyword_list" in in_word_set() [all …]
|
/aoo4110/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 …]
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | ziplist.pm | 161 my $line; 167 $line = ${$fileref}[$i]; 253 if (($line =~ /^\s*\#/) || ($line =~ /^\s*\;/)) 490 $line = ${$blockref}[$i]; 522 $printline = $line; 548 my $line; 582 if (( $line =~ /\{$key\}/ ) && ( $value eq "" )) { $line = ".\n"; } 655 $line =~ s/\s*$//; 656 $line = $line . "\n"; 689 my $newdir = $line; [all …]
|
H A D | xpdinstaller.pm | 1193 push(@xpdfile, $line); 1195 push(@xpdfile, $line); 1255 my $line = ""; 1270 push(@xpdfile, $line); 1274 push(@xpdfile, $line); 1278 push(@xpdfile, $line); 1282 push(@xpdfile, $line); 1286 push(@xpdfile, $line); 1290 push(@xpdfile, $line); 1294 push(@xpdfile, $line); [all …]
|
H A D | setupscript.pm | 91 foreach my $line (@$scriptref) 94 last if $line =~ /^\s*End\s*$/; 216 foreach my $line (@newlines) 219 if ($line =~ /\%\w+/) 221 if (( $line =~ /%1/ ) || ( $line =~ /%2/ ) || ( $line =~ /%verify/ )) 250 my $line = ${$scriptref}[$i]; 262 while (!( $line =~ /^\s*End\s*$/ )) 267 $line = ${$scriptref}[$counter]; 289 if (( $line =~ /^\s*(.+?)\s*\=\s*\(/ ) && (!($line =~ /\)\;\s*$ / ))) 303 $itemvalue = $itemvalue . $line; [all …]
|
H A D | epmfile.pm | 327 my $line = ""; 351 push(@epmheader, $line); 363 push(@epmheader, $line); 367 push(@epmheader, $line); 375 push(@epmheader, $line); 380 push(@epmheader, $line); 385 push(@epmheader, $line); 489 push(@epmheader, $line); 498 push(@epmheader, $line); 1498 $line =~ s/\s*$//; [all …]
|
H A D | configuration.pm | 195 push( @{$configfileref}, $line); 201 $line =~ s/FILENAME/$name/g; 202 push( @{$configfileref}, $line); 204 $line = "\n"; 205 push( @{$configfileref}, $line); 219 push( @{$configfileref}, $line); 640 if (( $line =~ /^\s*\<node/ ) || ( $line =~ /^\s*\<prop/ )) 648 if ( $line =~ /^\s*\<value/ ) 656 if (( $line =~ /^\s*\<\/node\>/ ) || ( $line =~ /^\s*\<\/prop\>/ )) 668 $line = "\t" . $line; [all …]
|
H A D | files.pm | 57 while ( $line = <IN> ) { 58 push @localfile, $line; 109 my $line = ""; 112 push(@printcontent, $line); 130 my $line = ""; 137 $line = $line . $itemkey . "=" . $itemvalue . "\t"; 140 $line = $line . "\n"; 142 push(@printcontent, $line); 167 $line = $line . $itemkey . "=" . $itemvalue . "\n"; 170 $line = $line . "\n"; [all …]
|
/aoo4110/main/icu/ |
H A D | createmak.pl | 228 foreach $line(@mak) 243 my $line = shift; 244 $line =~ /\[(.+)\]/; 266 push @cmdlines, $line; 294 my $line = ""; 375 my $line = ""; 598 print MAKFILE $line; 629 print MAKFILE $line; 679 print MAKFILE $line; 731 print MAKFILE $line; [all …]
|
/aoo4110/main/sal/qa/ |
H A D | buildall.pl | 194 my $line; 197 chomp($line); 211 my $line; 222 chomp($line); 337 my $line; 346 chomp($line); 360 my $line = shift; 365 if ($line =~ /^\#/ || $line =~ /^$/) 417 my $line; 459 my $line; [all …]
|
/aoo4110/main/soldep/bootstrp/ |
H A D | build_list_converter.pl | 154 my $line = $_; 199 my $line = $_; 210 if ( (!(is_nmake_line($line))) && (!(is_module_dependency_line($line))) ) 252 my $line = shift; 267 my $line = shift; 291 my $line = shift; 420 my ($line, $line_number) = @_; 423 chomp($line); 437 my $line = shift; 478 if ($line =~ /\s+(:+)\s+/) [all …]
|
/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | idtglobal.pm | 1097 my ($number, $line); 1101 $line = ${$controltable}[$i]; 1404 push(@{$installtable}, $line); 1455 push(@{$installtable}, $line); 1477 push(@{$table}, $line); 1479 $line =~ s/\s*$//g; 1496 push(@{$table}, $line); 1498 $line =~ s/\s*$//g; 1732 my $line = ""; 1757 push(@{$directorytable}, $line); [all …]
|
/aoo4110/main/xmerge/workben/ |
H A D | jstyle.pl | 198 $line = $_; 207 next line; 223 $prev = $line; 224 next line; 229 if ($line =~ tr/\t/\t/ * 7 + length($line) > 100) { 297 next line; 302 next line; 322 next line; 338 next line; 349 next line; [all …]
|
/aoo4110/main/l10ntools/scripts/ |
H A D | localize_old.pl | 125 chomp( $line ); 135 if( $line =~ /(.*)\t[^\t\$]*$/ ){ 201 chomp( $line ); 677 my $line; 679 $line = $_; 680 if( $line =~ /^[^\#]/ ){ 681 push @lines , $line; 752 my $line; 756 if( $line =~ /$sdf_regex/ ){ 878 chomp( $line ); [all …]
|
H A D | localize.pl | 155 chomp( $line ); 219 chomp( $line ); 458 chomp( $line ); 674 my $line; 676 $line = $_; 677 if( $line =~ /^[^\#]/ ){ 678 push @lines , $line; 749 my $line; 753 if( $line =~ /$sdf_regex/ ){ 875 chomp( $line ); [all …]
|
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | LanguageResolver.java | 71 String line; in LanguageResolver() local 87 String[] line=new String[5]; in getNrFromISO() local 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 126 line=(String[]) iter.next(); in getRFCFromISO() 127 if(line[ISO].equals(isoCode)) return line[RFC3066]; in getRFCFromISO() 142 String[] line=new String[5]; in getISOFromRFC() local [all …]
|
/aoo4110/main/soltools/mkdepend/ |
H A D | parse.c | 51 register char *line; local 128 if (!*line) { 175 register char *line; local 225 register char *line; in deftype() 238 directive=line+1; 307 *line++ = *p++; 308 *line = '\0'; 339 *line++ = *p++; 342 *line++ = *p++; 343 *line = '\0'; [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 368 std::_tstring line; in readLine() local 386 rLine = line; in readLine() 402 std::_tstring line; in getProfileString() local 407 line = trim( line ); in getProfileString() 409 if ( line.length() && line[0] == '[' ) in getProfileString() 457 std::_tstring line; in getProfileSections() local 462 line = trim( line ); in getProfileSections() 464 if ( line.length() && line[0] == '[' ) in getProfileSections() 496 std::_tstring line; in getProfileKeys() local 501 line = trim( line ); in getProfileKeys() [all …]
|
/aoo4110/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 = ""; 314 chomp($line); 360 my $line = ""; 366 chomp($line); 403 my $line = ""; 408 while ($line = <INPUT_HANDLE>) [all …]
|
/aoo4110/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() 300 String line = EMPTY; in readBlock() local 313 line = this.lineBuffer; in readBlock() 327 if ((check(line)).length() < line.length()) { in readBlock() 331 + " \n" + line); in readBlock() 366 lineBuffer = line; in readBlock() 410 if (null != line) { in readBlock() 579 check(line); in split() 619 c = line.charAt(i); in check() [all …]
|
/aoo4110/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; > ; 53 < "Left border line" ; 1; > ; 54 < "Right border line" ; 2; > ; 55 < "Top border line" ; 3; > ; 56 < "Bottom border line" ; 4; > ; [all …]
|
/aoo4110/main/cli_ure/source/scripts/ |
H A D | increment_version.pl | 126 my $line = $_[0]; 129 return $line if (length($trimmed = trim($line)) == 0); 134 my $i = index($line, "="); 140 my $name = substr($line, 0, $i); 161 return $line; 180 return $line; 242 my $line; 243 if (length($line = trim($_)) == 0) { 247 if ($line =~ /^#/) { 250 if (!checkName($line)) { [all …]
|
/aoo4110/main/testgraphical/prechecks/ |
H A D | softwaretests.pl | 264 my $line; 265 while ($line = <INIFILE>) 267 chomp($line); 289 my $line; 290 while ($line = <GHOSTSCRIPT>) 292 chomp($line); 365 my $line; 368 chomp($line); 463 my $line; 464 while ($line = <JAVA>) [all …]
|
/aoo4110/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. 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. 85 The number of the line to return the substring from. 93 if the line number is invalid 99 /** Returns the text of the line in which the caret is located. 111 return the line following the current one in this case.</p> [all …]
|
/aoo4110/main/solenv/bin/ |
H A D | deliver.pl | 174 my $line = shift; 196 my $line = shift; 214 my $line = shift; 218 $line = expand_macros($line); 338 my $line = shift; 340 $line = expand_macros($line); 388 my $line = shift; 391 $line = expand_macros($line); 629 return $line; 1432 if ( $line ) { [all …]
|