Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 244) sorted by relevance

12345678910

/aoo4110/main/sc/source/ui/vba/testvba/
H A DtimestampsClean.pl29 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 …]
/aoo4110/main/solenv/bin/
H A Dpchdelta.py93 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 Dleconvert.pl47 my @lines = <INFILE>;
50 foreach my $oneline ( @lines ) {
55 syswrite OUTFILE, join "", @lines;
H A Dpackmodule26 lines=[]
30 lines.append(fields[2])
31 return lines
/aoo4110/main/solenv/bin/modules/installer/
H A Dscpzipfiles.pm40 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;
/aoo4110/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java85 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()
/aoo4110/main/l10ntools/scripts/tool/
H A Dxtxex.py60 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 Dl10ntool.py199 lines = []
202 lines = [line.strip('\n') for line in f.readlines()]
208 return lines
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java57 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 DDocumentDescriptor.java70 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()
/aoo4110/main/offapi/com/sun/star/drawing/
H A DLineJoint.idl34 /** 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 DHatch.idl44 <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 DMeasureProperties.idl67 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.
/aoo4110/main/offapi/com/sun/star/table/
H A DTableBorderDistances.idl37 /** 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 DTableBorder.idl37 /** 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.
/aoo4110/main/offapi/com/sun/star/text/
H A DTextColumns.idl63 /** 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.
/aoo4110/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl103 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
/aoo4110/main/sysui/desktop/macosx/
H A Dgen_strings.pl33 my $lines = 0;
77 print_lang('en-US') unless $lines > 0;
105 $lines += 1;
/aoo4110/main/offapi/com/sun/star/view/
H A DXViewCursor.idl46 /** 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.
/aoo4110/main/helpcontent2/helpers/
H A Dupdate_tree.pl216 @lines = &readtv("$tree_src/$tv");
217 print "Read ".scalar @lines." lines\n";
218 for $l(@lines) {
287 for $line(@lines) {
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl265 * "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
/aoo4110/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java409 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()
/aoo4110/main/editeng/source/items/
H A Dsvxitems.src542 Text [ en-US ] = "Single, fine lines" ;
562 Text [ en-US ] = "Double, fine lines, spacing: small" ;
578 Text [ en-US ] = "Double, inside: fine lines, outside: thin, spacing: large" ;
582 Text [ en-US ] = "Double, inside: fine lines, outside: thick, spacing: large" ;
586 Text [ en-US ] = "Double, inside: fine lines, outside: very thick, spacing: large" ;
924 Text [ en-US ] = "Apply list of forbidden characters to beginning and end of lines";
928 Text [ en-US ] = "Don't apply list of forbidden characters to beginning and end of lines";
/aoo4110/main/testgraphical/source/
H A Dfill_documents_loop.pl381 my @lines;
383 ($err, @lines) = callphp(getPHPExecutable(), $sMailProgram, $sParams);
384 foreach $sLine (@lines)
/aoo4110/main/sw/source/ui/utlui/
H A Dattrdesc.src269 Text [ en-US ] = "Count lines" ;
273 Text [ en-US ] = "don't count lines" ;
357 Text [ en-US ] = "Grid (lines only)";
362 Text [ en-US ] = "Grid (lines and characters)";

Completed in 72 milliseconds

12345678910