Home
last modified time | relevance | path

Searched refs:line (Results 101 – 125 of 665) sorted by relevance

12345678910>>...27

/aoo42x/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl83 /** Array of line widths and spacings for multiple-line
91 element specifies the width of the rightmost line, when
94 first line and the second line, and so forth. If the array
96 width of the multiple-line stroke. That is, the stroke becomes
127 After every sub-stroke, i.e. after every line or curve segment
/aoo42x/main/framework/qa/complex/api_internal/
H A DCheckAPI.java202 String line = token.nextToken(); in parseResult() local
204 if ( line.indexOf("FAILED") != -1 ) { in parseResult()
206 processedErg += previousLine + ":" + line; in parseResult()
208 if ( line.startsWith("Execute:") ) { in parseResult()
209 previousLine = line; in parseResult()
212 previousLine += " " + line; in parseResult()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java315 String line = null; in getProcesses() local
317 while ((line = reader.readLine()) != null) { in getProcesses()
319 StringTokenizer tokenizer = new StringTokenizer(line, " ", true); in getProcesses()
420 String line = null; in getProcessPerfData() local
422 if ((line = reader.readLine()) != null) { in getProcessPerfData()
424 StringTokenizer tokenizer = new StringTokenizer(line, " ", true); in getProcessPerfData()
479 public static String[] parseCommandLine(String line) { in parseCommandLine() argument
481 StringTokenizer tokenizer = new StringTokenizer(line, "\"\' ", true); in parseCommandLine()
/aoo42x/main/qadevOOo/runner/helper/
H A DCwsDataExchangeImpl.java86 final String line = outs[i]; in getModules() local
87 if (line.startsWith("cwstouched starts here")) in getModules()
92 if (line.startsWith("cwstouched ends here")) in getModules()
97 if (bStart && line.length() > 1) in getModules()
99 moduleNames.add(line); in getModules()
H A DSimpleMailSender.java136 BufferedWriter output, String line) { in sendline() argument
138 output.write(line + "\r\n"); in sendline()
140 line = input.readLine(); in sendline()
146 private void sendline(BufferedWriter output, String line) { in sendline() argument
148 output.write(line + "\r\n"); in sendline()
H A DBuildEnvTools.java145 final String line = outs[i]; in getSrcRoot() local
146 if (line.startsWith("SRC_ROOT")) { in getSrcRoot()
147 sSrcRoot = getEnvValue(line); in getSrcRoot()
188 private String getEnvValue(String line) { in getEnvValue() argument
189 final String[] split = line.split("="); in getEnvValue()
/aoo42x/main/solenv/bin/modules/installer/windows/
H A Dupgrade.pm150 my $line = ${$filecontent}[$i];
151 if ( $line =~ /^\s*$/ ) { next; } # empty lines can be ignored
152 if ( $line =~ /^\s*\#/ ) { next; } # comment lines starting with a hash
154 if ( $line =~ /^(.*)\t(.*)\t(.*)\t(.*)\t(.*)\t(.*)\t(.*)$/ ) { push(@allnewlines, $line); }
/aoo42x/main/postprocess/signing/
H A Dsigning.pl118 while ( my $line = <IN> ) {
119 chomp($line);
120 $exclude_files{$line} = 1; # fill hash
121 print "$line - $exclude_files{$line}\n" if ($debug);
/aoo42x/main/postprocess/rebase/
H A Drebase.pl142 while ( my $line = <COFFBASE> ) {
145 @entry = split /\s+/ , $line ;
237 while ( my $line = <COFFBASE> ) {
238 @entry = split /\s+/ , $line ;
242 grep /^$entry[0]$/, @grownfiles or print COFFBASENEW $line;
/aoo42x/main/offapi/com/sun/star/drawing/
H A DConnectionType.idl35 connection line leaves the connection point.
49 /** the connection line leaves the connected object to the left,
56 /** the connection line leaves the connected object from the top,
63 /** the connection line leaves the connected object to the right,
70 /** the connection line leaves the connected object from the bottom,
/aoo42x/main/soltools/cpp/
H A D_cpp.c91 cursource->line += cursource->lineinc; in process()
113 cursource->line += cursource->lineinc; in process()
282 cursource->line = atol((char *) tp->t) - 1; in control()
283 if (cursource->line < 0 || cursource->line >= 32768) in control()
350 fprintf(stderr, "%s:%d ", s->filename, s->line); in error()
/aoo42x/main/svx/source/svdraw/
H A Dsvdstr.src58 Text [ en-US ] = "horizontal line" ;
62 Text [ en-US ] = "Vertical line" ;
66 Text [ en-US ] = "diagonal line" ;
560 Text [ en-US ] = "Dimension line" ;
1339 Text [ en-US ] = "on the line" ;
1343 Text [ en-US ] = "broken line" ;
1347 Text [ en-US ] = "below the line" ;
1438 Text [ en-US ] = "Auto line length" ;
2212 Text [ en-US ] = "Offset line 1" ;
2217 Text [ en-US ] = "Offset line 2" ;
[all …]
/aoo42x/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm122 my $line = shift;
124 $line =~ s/(^\s+|\s+$)//g;
126 return $line;
157 my $line = Trim(<$in>);
158 my @items = split(/\t/, $line);
/aoo42x/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl43 my ( $path, $line, $subr );
1117 my $line = "";
1140 if ( $line ne "" ) {
1141 $line .= " " . $_;
1144 $line = $_;
1149 my @starts = split( /</, $line );
1150 $line = "";
/aoo42x/main/offapi/com/sun/star/text/
H A DPageFootnoteInfo.idl57 /** contains the relative width of the footnote separator line.
71 /** contains the distance between the separator line and the footnote section.
78 /** contains the relative width of the footnote separator line.
85 /** contains the adjustment of the footnote separator line.
92 /** contains the width of the pen for the footnote separator line.
H A DTextPageStyle.idl147 /** contains the weight of the separator line between the text and
154 /** contains the color of the separator line between the text and
161 /** contains the relative width of the separator line between the
168 /** contains the adjustment of the separator line between the text
177 /** contains the distance between the text and the separator line
185 line between the text and the footnote area (in 1/100 mm).
/aoo42x/main/offapi/com/sun/star/awt/
H A DFontUnderline.idl47 /** specifies underlining with a single line.
53 /** specifies underlining with a double line.
59 /** specifies underlining with a dotted line.
71 /** specifies underlining with a dashed line.
113 /** specifies underlining with a bold line.
/aoo42x/main/soltools/mkdepend/
H A Dmain.c113 void redirect(char * line, char * makefile );
656 void redirect(line, makefile) in redirect() argument
657 char *line, in redirect()
701 len = strlen(line);
703 if (*buf == '#' && strncmp(line, buf, len) == 0)
710 line);
711 puts(line); /* same as fputs(fdout); but with newline */
/aoo42x/main/sal/qa/helper/gcov/
H A Dgcov_resultcompare.pl130 my $line = "";
135 while ($line = <INPUT_HANDLE>)
137 chomp($line);
140 if ($line =~ /^(.{6}) (\w+)$/ )
H A Dgcov_resultinterpreter.pl149 my $line = "";
154 while ($line = <INPUT_HANDLE>)
156 chomp($line);
159 if ($line =~ /^(.*) (\w+)$/ )
/aoo42x/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java72 public SdfEntity( String line ){ in SdfEntity() argument
74 setProperties( line ) ; in SdfEntity()
95 public void setProperties( String line ){ in setProperties() argument
96 if( line != null ) in setProperties()
98 String[] splitted = line.split("\t",15); in setProperties()
/aoo42x/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx58 line(), in BreakIterator_Unicode()
76 if (line.aBreakIterator) delete line.aBreakIterator; in ~BreakIterator_Unicode()
111 case LOAD_LINE_BREAKITERATOR: icuBI=&line; breakType = 4; break; in loadICUBreakIterator()
372 if (line.aBreakIterator->preceding(nStartPos + 1) == nStartPos) { //Line boundary break in getLineBreak()
390 lbr.breakIndex = line.aBreakIterator->preceding(nStartPos); in getLineBreak()
394 lbr.breakIndex = line.aBreakIterator->preceding(nStartPos); in getLineBreak()
/aoo42x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.src66 Text [ en-US ] = "Select the width of the line." ;
96 Text [ en-US ] = "Select the color of the line." ;
114 QuickHelpText [ en-US ] = "Select the style of the line." ;
137 QuickHelpText [ en-US ] = "Specify the transparency of the line." ;
216 QuickHelpText [ en-US ] = "Select the style of the line caps." ;
273 //high contrast for line width
400 QuickHelpText [ en-US ] = "Specify the width of the line." ;
/aoo42x/main/postprocess/checkxml/
H A Dcheckxml.pl88 while ( $line = <FH> ) {
90 if ( $line =~ /\000+/ ) {
118 while ( $line = <UNZIP> ) {
120 my @param = split(" ",$line);
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapCheck.java38 static String line=""; field in DirtyTagWrapCheck
48 while((line=br.readLine())!=null){ in main()
50 String [] split = line.split("\t"); in main()
73 System.out.println(e.getMessage()+"\n"+line+"\n"); in main()

Completed in 139 milliseconds

12345678910>>...27