Home
last modified time | relevance | path

Searched refs:lines (Results 26 – 50 of 255) sorted by relevance

1234567891011

/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl615 my @lines;
671 my @lines;
681 push @lines , $line;
725 } @lines;
H A Dlocalize.pl612 my @lines;
668 my @lines;
678 push @lines , $line;
722 } @lines;
/trunk/main/offapi/com/sun/star/chart/
H A DBarDiagram.idl94 /** determines if, in a stacked chart, there are connecting lines
118 /** Determines how many data rows are displayed as lines rather than
122 <member>BarDiagram::NumberOfLines</member> data rows are shown as lines. It is
H A DChartAxisArrangeOrderType.idl55 /** The descriptions are alternately put on two lines with the even
62 /** The descriptions are alternately put on two lines with the odd
/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl208 being broken into two lines.
255 /** This optional property determines whether text is formatted in two lines.
264 text that is formatted in two lines.
273 text that is formatted in two lines.
H A DPageProperties.idl450 /** contains the mode of the text grid (none, lines, ...), as
458 /** contains the number of lines in the text grid */
471 /** determines whether the text grid lines are printed */
474 /** determines whether the text grid lines are visible or not */
/trunk/main/solenv/inc/
H A D_tg_def.mk101 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL1TARGET).exp | sed '/^;/d' >>$@.tmpfile
385 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL2TARGET).exp | sed '/^;/d' >>$@.tmpfile
669 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL3TARGET).exp | sed '/^;/d' >>$@.tmpfile
953 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL4TARGET).exp | sed '/^;/d' >>$@.tmpfile
1237 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL5TARGET).exp | sed '/^;/d' >>$@.tmpfile
1521 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL6TARGET).exp | sed '/^;/d' >>$@.tmpfile
1805 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL7TARGET).exp | sed '/^;/d' >>$@.tmpfile
2089 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL8TARGET).exp | sed '/^;/d' >>$@.tmpfile
2373 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL9TARGET).exp | sed '/^;/d' >>$@.tmpfile
2657 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL10TARGET).exp | sed '/^;/d' >>$@.tmpfile
/trunk/main/ucb/source/ucp/ftp/
H A Dtest.py29 lines = open(filename,"r").readlines()
30 for line in lines:
/trunk/main/solenv/bin/
H A Dconverttags.pl73 @lines = <FILEIN>;
78 foreach $_ (@lines)
H A Dconvertlinks.pl86 @lines = <FILEIN>;
89 foreach $_ (@lines)
H A Dpatch_make_releases_xml.pl147 my @lines = split(/\n/, DownloadFile("http://archive.apache.org/dist/openoffice/".$version."/binari…
148 foreach my $line (@lines)
H A Dfix_lin_file.cmd26 do while( lines())
30 /* skip empty lines */
H A Dfix_dxp_file.cmd27 do while( lines())
36 /* remove empty lines */
H A Dfix_def_file.cmd31 do while( lines())
44 /* remove empty lines */
H A Dfix_exp_file.cmd30 do while( lines())
38 /* remove empty lines */
/trunk/main/solenv/bin/modules/installer/
H A Dcontrol.pm342 my $lines = [];
346 push @$lines, sprintf(" %12.6f : %s", $line->{'relative_time'}, $line->{'message'});
349 return $lines;
/trunk/main/offapi/com/sun/star/text/
H A DNumberingLevel.idl167 the beginning of the following lines of the paragraph.
246 /** indentation of the text lines
249 Specifies the indent of the text lines
H A DWritingMode.idl42 /** text within lines is written left-to-right. lines and blocks are placed
H A DLineNumberingSettings.idl54 /** If <TRUE/>, empty lines are counted.
60 /** If <TRUE/>, lines in frames are included in counting.
H A DXRubySelection.idl41 /** This interface enables the object to handle list of ruby lines (aka Furigana lines).
H A DLineNumberingProperties.idl55 /** If <TRUE/>, empty lines are counted.
60 /** If <TRUE/>, lines in frames are included in counting.
/trunk/main/offapi/com/sun/star/awt/
H A DXTextLayoutConstrains.idl47 /** returns the minimum size for a given number of columns and lines.
54 /** returns the ideal number of columns and lines for displaying this text.
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java173 Vector lines = new Vector(); in readFileList() local
178 lines.add( in.readLine().trim() ); in readFileList()
185 return lines; in readFileList()
/trunk/main/offapi/com/sun/star/drawing/
H A DConnectorType.idl41 /** the connector is drawn with three lines, with the middle line
63 /** the connector is drawn with three lines
/trunk/main/setup_native/scripts/
H A Dinstall_linux.sh58 SEARCHSTRING=`head --lines=10 $FILENAME | grep "language package"`
70 TAILLINE=`head --lines=20 $FILENAME | sed --quiet 's/linenum=//p'`

Completed in 94 milliseconds

1234567891011