/aoo42x/main/sc/source/ui/vba/testvba/ |
H A D | timestampsClean.pl | 29 my @lines = @{$array}; 32 while (scalar @lines) 34 my $line = pop @lines; 57 my @lines = @{$array}; 63 while (scalar @lines) 65 my $line = pop @lines; 71 my @lines; 77 output_lines (\@lines); 78 @lines = (); 81 unshift @lines, $_; [all …]
|
/aoo42x/main/solenv/bin/ |
H A D | pchdelta.py | 93 def binaryTest(dirlist, lines, pchname, header, footer, acceptedlines, indent, startpoint): argument 94 linecount = len(lines) 98 writePch(pchname, header, footer, acceptedlines, lines) 100 return acceptedlines + lines 104 print(indent + "Rejected: " + lines[0]) 119 splitslice = lines[splitstart:splitend] 153 lines = segments[1].split("\n") variable 155 writePch(pchname + "_backup", header, footer, lines, []) 160 writePch(pchname, header, footer, lines, []) 165 print("Starting evaluation of " + str(len(lines)) + " lines") [all …]
|
H A D | leconvert.pl | 47 my @lines = <INFILE>; 50 foreach my $oneline ( @lines ) { 55 syswrite OUTFILE, join "", @lines;
|
H A D | packmodule | 26 lines=[] 30 lines.append(fields[2]) 31 return lines
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | scpzipfiles.pm | 40 my ($lines, $variables) = @_; 42 my $count = scalar @$lines; 45 my $line = $lines->[$lineno]; 60 $lines->[$lineno] = $line; 72 my ($lines, $variables) = @_; 74 my $line_count = scalar @$lines; 77 my $line = $lines->[$i]; 87 $lines->[$i] = $line;
|
/aoo42x/main/scripting/examples/java/Newsgroup/ |
H A D | MimeConfiguration.java | 85 String[] lines = getMailcapText(); in writeMailCap() local 86 for( int i=0; i<lines.length; i++ ) in writeMailCap() 88 out.write( lines[i], 0, lines[i].length() ); in writeMailCap() 147 String[] lines = getMimeTypesText(); in writeMimeTypes() local 148 for( int i=0; i<lines.length; i++ ) in writeMimeTypes() 150 out.write( lines[i], 0, lines[i].length() ); in writeMimeTypes()
|
/aoo42x/main/l10ntools/scripts/tool/ |
H A D | xtxex.py | 60 lines = [] 63 lines = f.readlines() 70 lines = [line for line in lines if len(line) > 0 and not line[0] == '#'] 72 lines = [line.replace('\n', "\\n") for line in lines] 73 line = ''.join(lines)
|
H A D | l10ntool.py | 199 lines = [] 202 lines = [line.strip('\n') for line in f.readlines()] 208 return lines
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | Paragraph.java | 57 private short lines = 0; field in Paragraph 133 lines = EndianConverter.readShort(new byte[] { data[8], data [9] } ); in Paragraph() 521 bos.write(EndianConverter.writeShort(lines)); in getParagraphData() 662 lines = 0; in postProcessText() 670 lines = 1; in postProcessText() 686 lines++; in postProcessText() 703 lines++; in postProcessText() 709 lines++; in postProcessText() 723 return lines; in getLines()
|
H A D | DocumentDescriptor.java | 70 public void addParagraph(short len, short lines) { in addParagraph() argument 71 ParagraphDescriptor pd = new ParagraphDescriptor(len, lines); in addParagraph() 75 numLines += lines; in addParagraph() 206 private short lines = 0; field in DocumentDescriptor.ParagraphDescriptor 211 lines = numLines; in ParagraphDescriptor() 220 desc.write(EndianConverter.writeShort(lines)); in getDescriptor()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | LineJoint.idl | 34 /** The <type>LineJoint</type> defines rendering of joints between thick lines 40 /** the joint between lines will not be connected 50 /** the edges of the thick lines will be joined by lines 55 /** the lines join at intersections 60 /** the lines join with an arc
|
H A D | Hatch.idl | 44 <p>A hatch is a texture made of straight lines.</p> 49 /** The <type>HatchStyle</type> defines the kind of lines used to draw 57 /** This is the color of the hatch lines. 64 /** This is the distance between the lines in the hatch. 71 /** You can rotate the lines of the hatch with this angle.
|
H A D | MeasureProperties.idl | 67 help lines. 72 /** This is the overhang of the two help lines. 87 /** This is the overhang of the reference line over the help lines.
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | TableBorderDistances.idl | 37 /** contains the distance settings of the border lines of all cells in a cell 42 lines of the boxes have the same values.</p> 51 /** contains the distance between the top lines and other contents. 63 /** contains the distance between the bottom lines and other contents. 75 /** contains the distance between the left lines and other contents. 87 /** contains the distance between the right lines and other contents.
|
H A D | TableBorder.idl | 37 /** contains the style settings of the border lines of all cells in a cell 42 lines of the boxes have the same values.</p> 104 /** determines the line style of horizontal lines for the inner part 118 /** determines the line style of vertical lines for the inner part 132 /** contains the distance between the lines and other contents.
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | TextColumns.idl | 63 /** determines the width of the separator lines between the columns. 67 /** determines the color of the separator lines between the columns. 71 /** determines the relative height of the separator lines between the columns. 75 /** determines the vertical alignment of the separator lines between the columns. 79 /** determines whether separator lines are on.
|
/aoo42x/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspectorModel.idl | 103 single lines, and those lines are displayed successively. To determine an order of 104 the property lines, the inspector model can associate an "order index" with each property. 105 The <type>ObjectInspector</type> will then sort the property lines in a way that they 129 <p>The object inspector displays lines of property/values, optionally grouped 139 /** denotes the minimum number of lines of text to be reserved for the help 153 /** denotes the maximum number of lines of text to be reserved for the help
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 46 /** moves the cursor the specified number of lines down. 49 specifies the number of lines to go down. 62 /** moves the cursor the specified number of lines up. 65 specifies the number of lines to go up.
|
/aoo42x/main/helpcontent2/helpers/ |
H A D | update_tree.pl | 216 @lines = &readtv("$tree_src/$tv"); 217 print "Read ".scalar @lines." lines\n"; 218 for $l(@lines) { 287 for $line(@lines) {
|
/aoo42x/main/sysui/desktop/macosx/ |
H A D | gen_strings.pl | 33 my $lines = 0; 77 print_lang('en-US') unless $lines > 0; 105 $lines += 1;
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | XGraphicDevice.idl | 265 * "VerticalLineHatch" - this hatching consists of vertical lines 267 crossing vertical and horizontal lines 269 vertical and horizontal lines plus diagonal lines from 272 vertical and horizontal lines plus diagonal lines in both
|
/aoo42x/main/editeng/source/items/ |
H A D | svxitems.src | 543 Text [ en-US ] = "Single, fine lines" ; 563 Text [ en-US ] = "Double, fine lines, spacing: small" ; 579 Text [ en-US ] = "Double, inside: fine lines, outside: thin, spacing: large" ; 583 Text [ en-US ] = "Double, inside: fine lines, outside: thick, spacing: large" ; 587 Text [ en-US ] = "Double, inside: fine lines, outside: very thick, spacing: large" ; 925 Text [ en-US ] = "Apply list of forbidden characters to beginning and end of lines" ; 929 Text [ en-US ] = "Don't apply list of forbidden characters to beginning and end of lines" ;
|
/aoo42x/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 409 Vector lines = new Vector(); in getPathFromSVersionFile() local 422 lines.add( line ); in getPathFromSVersionFile() 439 for ( int i = lines.size() - 1; i >= 0; i-- ) { in getPathFromSVersionFile() 441 (String)lines.elementAt( i ), "=" ); in getPathFromSVersionFile()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | attrdesc.src | 255 Text [ en-US ] = "Count lines" ; 259 Text [ en-US ] = "don't count lines" ; 343 Text [ en-US ] = "Grid (lines only)" ; 348 Text [ en-US ] = "Grid (lines and characters)" ;
|
/aoo42x/main/testgraphical/source/ |
H A D | fill_documents_loop.pl | 381 my @lines; 383 ($err, @lines) = callphp(getPHPExecutable(), $sMailProgram, $sParams); 384 foreach $sLine (@lines)
|