Home
last modified time | relevance | path

Searched refs:line (Results 76 – 100 of 665) sorted by relevance

12345678910>>...27

/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log12 ITEM Assertion OK : Needs to be visually checked. Is there a line on the document?
19 ITEM Assertion OK : correctly set transparency of shape line
29 ITEM Assertion FAIL : correctly set weight of shape line
30 ITEM Assertion OK : correctly set visibility of shape line
31 ITEM Assertion OK : correctly set transparency of shape line
32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
34 ITEM Assertion OK : correctly set forecolor of shape line
35 ITEM Assertion FAIL : correctly set backcolor of shape line
/aoo42x/main/extensions/source/mozbootstrap/
H A DMNSINIParser.cxx66 OString line( (const sal_Char *) seq.getConstArray(), seq.getLength() ); in IniParser() local
67 sal_Int32 nIndex = line.indexOf('='); in IniParser()
73 line.copy(0,nIndex).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
75 line.copy(nIndex+1).trim(), RTL_TEXTENCODING_UTF8 ); in IniParser()
82 sal_Int32 nIndexStart = line.indexOf('['); in IniParser()
83 sal_Int32 nIndexEnd = line.indexOf(']'); in IniParser()
87line.copy(nIndexStart + 1,nIndexEnd - nIndexStart -1).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
/aoo42x/main/solenv/bin/
H A Ddownload_external_dependencies.pl118 while (my $line = <$in>)
121 $line =~ s/^\s+//;
122 $line =~ s/\s+$//;
123 $line =~ s/\s*#.*$//;
126 next if $line eq "";
129 if ($line =~ /^\s*if\s*\(\s*(.*?)\s*\)\s*$/)
137 elsif ($line =~ /^\s*(\S+)\s*=\s*(.*?)\s*$/)
150 die "can not parse line $line\n";
H A Dlangwrap80 $line = $_;
81 chomp($line);
82 if ( ($line =~ //) || ($line =~ /^\r/) || ($line =~ /^#/) ) {
86 @field = split " ", $line;
H A Dbuild_client.pl278 while (my $line = <SOCKET>) {
279 chomp $line;
280 if ($line eq 'No job') {
282 return $line;
284 if ($line eq "Wrong platform") {
287 print STDERR $line . "\n";
296 $error_code = do_job($line . " server=$current_server port=$current_port");
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIReader.java138 String line = EMPTY; in getGSIData() local
144 while (useBuffer || (line = readLine()) != null) { in getGSIData()
156 if ((splitLine = split(line)) == null) { in getGSIData()
208 if (line == null) { in getGSIData()
234 private String[] split(String line) { in split() argument
235 String[] splitLine = (line.substring(0, line.length() - 1)) in split()
/aoo42x/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx53 const double line = ::basegfx::pruneScaleValue( in calcSnake() local
58 if (! ::basegfx::fTools::equalZero( line )) { in calcSnake()
61 poly.append( ::basegfx::B2DPoint( 0.0, line ) ); in calcSnake()
62 poly.append( ::basegfx::B2DPoint( 1.0, line ) ); in calcSnake()
75 poly.append( ::basegfx::B2DPoint( offset, line ) ); in calcSnake()
77 line + m_elementEdge ) ); in calcSnake()
79 line + m_elementEdge ) ); in calcSnake()
80 poly.append( ::basegfx::B2DPoint( offset + col, line ) ); in calcSnake()
/aoo42x/main/sysui/desktop/share/
H A Dtranslate.pl73 $line = $_;
75 if ( "[" eq substr($line, 0, 1) ) {
87 $_ = substr($line, 1, index($line,"]")-1);
111 ($locale, $value) = split(' = ', $line);
113 if ( $locale ne $line ) {
/aoo42x/main/connectivity/workben/iniParser/
H A Dmain.cxx103 OString line( (const sal_Char *) seq.getConstArray(), seq.getLength() ); in IniParser() local
104 sal_Int32 nIndex = line.indexOf('='); in IniParser()
110 line.copy(0,nIndex).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
112 line.copy(nIndex+1).trim(), RTL_TEXTENCODING_UTF8 ); in IniParser()
119 sal_Int32 nIndexStart = line.indexOf('['); in IniParser()
120 sal_Int32 nIndexEnd = line.indexOf(']'); in IniParser()
124 line.copy(nIndexStart + 1,nIndexEnd - nIndexStart -1).trim(), RTL_TEXTENCODING_ASCII_US ); in IniParser()
/aoo42x/main/migrationanalysis/src/driver_docs/
H A Dulf2dat.pl71 $line = $_;
72 $line =~ s/\r$//;
74 if ( $line =~ /^\[(.*)\]$/ )
83 elsif ( $line =~ /^(\S*)\s*=\s*\"(.*)\"$/ )
89 elsif ( $line !~ /^\s*$/ )
91 die "unknown lineformat in $in_name: $line\n";
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DLogManager.java55 String line = "*************************************"; in setCommandsHeaderLine() local
57 commandsLogFile.add(line); in setCommandsHeaderLine()
59 commandsLogFile.add(line); in setCommandsHeaderLine()
64 String line = "*************************************"; in setModulesLogFileHeaderLine() local
65 modulesLogFile.add(line); in setModulesLogFileHeaderLine()
67 modulesLogFile.add(line); in setModulesLogFileHeaderLine()
/aoo42x/main/solenv/bin/modules/installer/
H A Darchivefiles.pm103 my $line = ${$manifestfile}[$i];
105 if ( $line =~ /\"application\/vnd\.sun\.star\.executable\"/ ) { $is_executable = 1; }
107 if (( $line =~ /manifest\:full\-path=\"(.*?)\"/ ) && ( $is_executable ))
115 if ( $line =~ /\/\>/ ) { $is_executable = 0; }
201 foreach my $line (@$selectlistfiles)
203 $installer::logging::Lang->printf("\"%s\"\n", $line);
218 foreach my $line (@$patchlistfiles)
220 $installer::logger::Lang->printf("\"%s\"\n", $line);
H A Dprofiles.pm52 my $line = ${$profilesref}[$i];
54 if ( $line =~ /^\s*(\[.*\])\s*$/ ) # this is a section (every second line)
190 my $line = "[" . $section . "]" . "\n";
191 push(@onefile, $line);
192 $line = $key . "=" . $value . "\n";
193 push(@onefile, $line);
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/
H A DIDList.java55 String line = null; in readFile() local
56 while ((line = reader.readLine()) != null ) { in readFile()
57 line = line.trim(); in readFile()
58 if (line.length() == 0 /*|| line.startsWith("//")*/) in readFile()
60 String[] parts = line.split(" "); in readFile()
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlEditModel.idl147 /** specifies if hard line breaks will be returned in the
182 /** specifies which line end type should be used for multi line text
185 text. Every line break entered into the control will be treated according to this
187 line ends in the format specified.</p>
192 No matter which line end format is used in this new text then, usual control implementations
193 should recognize all line end formats and display them properly.</p>
209 /** specifies that the control may have more than one line.
253 /** specifies the text line color (RGB) of the control.
H A DLineEndFormat.idl33 /** These values are used to specify which line end format should be used in strings
39 /** specifies that line ends are to be represented by a carriage return character (\r)
45 /** specifies that line ends are to be represented by a line feed character (\n)
51 /** specifies that line ends are to be represented by a line feed character (\n), followed
/aoo42x/main/autodoc/source/display/html/
H A Dpm_class.cxx588 for ( int line = 0; line < nSize; ++line ) in WriteNodeHierarchy() local
590 char * sLine1 = new char[2 + line*5]; in WriteNodeHierarchy()
591 char * sLine2 = new char[1 + line*5]; in WriteNodeHierarchy()
596 for ( int col = 0; col < line; ++col ) in WriteNodeHierarchy()
600 if ( nDerivPos >= line ) in WriteNodeHierarchy()
605 if ( nDerivPos > line ) in WriteNodeHierarchy()
609 else if ( nDerivPos == line ) in WriteNodeHierarchy()
634 aPositionList[line]->Write2( rPre, i_rEnv ); in WriteNodeHierarchy()
/aoo42x/main/offapi/com/sun/star/table/
H A DTableBorder.idl45 if the corresponding line should be set or if the old value should
52 /** determines the line style at the top edge.
65 /** determines the line style at the bottom edge.
78 /** determines the line style at the left edge.
91 /** determines the line style at the right edge.
104 /** determines the line style of horizontal lines for the inner part
118 /** determines the line style of vertical lines for the inner part
/aoo42x/main/testgraphical/source/
H A Dcompare.pl293 my $line;
294 while ($line = <ISSUES>)
296 chomp($line);
297 if ($line =~ /\[(.*)\]/ )
304 if ($line =~ /\#\#\# (.*) \#\#\#/ )
308 if ($line =~ /^${myfile}$/ )
/aoo42x/main/solenv/bin/modules/
H A Dmacosxotoolhelper.pm36 my $line = <IN>;
37 if( $line !~ /^\Q$file\E:\n$/ ) {
38 die "unexpected otool -D output (\"$line\", expecting \"$file:\")";
40 $line = <IN>;
43 return $line;
/aoo42x/main/vcl/unx/generic/app/
H A Dsalinst.cxx324 char line[1024]; in getServerDirectories() local
326 while( fgets( line, sizeof(line), pPipe ) ) in getServerDirectories()
328 int nLen = strlen( line ); in getServerDirectories()
329 if( line[nLen-1] == '\n' ) in getServerDirectories()
330 line[nLen-1] = 0; in getServerDirectories()
331 pSearch = strstr( line, ": " ); in getServerDirectories()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dfrmui.src64 Text [ en-US ] = "Base line at ~top" ;
68 Text [ en-US ] = "~Base line at bottom" ;
72 Text [ en-US ] = "Base line ~centered" ;
76 Text [ en-US ] = "Top of line" ;
80 Text [ en-US ] = "Bottom of line" ;
84 Text [ en-US ] = "Center of line" ;
/aoo42x/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl123 line spacing formatting is applied.
125 <p>This property controls how a set line spacing at a paragraph
129 applied. This means, that a proportional line spacing is applied
130 above and below a text line and that the maximum of the line spacing
135 a proportional line spacing is only applied below a text line and
167 the lower spacing and the line spacing of the previous paragraph.
171 line spacing of the previous paragraph.</p>
/aoo42x/main/l10ntools/scripts/tool/
H A Dsdf.py51 lines = [line.rstrip('\n') for line in f.readlines()]
57 for line in lines:
59 entity.set_properties(line)
133 def set_properties(self, line): argument
134 splitted = line.split("\t")
/aoo42x/main/padmin/source/
H A Drtsetup.src442line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the comman…
446 …and line for printer devices is executed as follows: the generated PostScript code is supplied as …
450line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is r…

Completed in 146 milliseconds

12345678910>>...27