Home
last modified time | relevance | path

Searched refs:code (Results 51 – 75 of 1180) sorted by relevance

12345678910>>...48

/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx421 unsigned char * p = code; in codeSnippet()
439 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
440 return code + codeSnippetSize; in codeSnippet()
470 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
483 (s++)->fn = code; in addLocalFunctions()
484 code = codeSnippet( in addLocalFunctions()
495 (s++)->fn = code; in addLocalFunctions()
496 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
501 (s++)->fn = code; in addLocalFunctions()
502 code = codeSnippet( in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx419 unsigned char * p = code; in codeSnippet()
437 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
438 return code + codeSnippetSize; in codeSnippet()
468 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
481 (s++)->fn = code; in addLocalFunctions()
482 code = codeSnippet( in addLocalFunctions()
493 (s++)->fn = code; in addLocalFunctions()
494 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
499 (s++)->fn = code; in addLocalFunctions()
500 code = codeSnippet( in addLocalFunctions()
[all …]
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DCurrency.idl29 /** is the UNO representation of the Automation type <code>CY</code>, also know
30 as <code>CURRENCY</code>.
32 A <code>CY</code> could actually be represented as <atom>hyper</atom> in UNO
36 typedef'd currency type would be represented as <code>long</code> in Java.
37 The information that the <code>long</code> is a currency type is lost.
49 /** corresponds to the Automation type <code>CY</code>.
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeperStatusChangeListener.idl46 * @param isBlocking <code>true</code> if the SAXEventKeeper is
47 * entering blocking state, <code>false</code>
55 * @param isInsideCollectedElement <code>true</code> if the SAXEventKeeper is
56 * collecting some element, <code>false</code>
64 * @param isBufferEmpty <code>true</code> if the SAXEventKeeper has no buffer
65 * at all; <code>false</code> otherwise.
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl57 of a property is <code>DEFAULT_VALUE</code>.
68 map to the <code>FillColor</code> of the objects. For
69 line-charts this should map to the <code>LineColor</code>
80 map to the <code>FillTransparence</code> of the objects. For
82 <code>LineTransparence</code> property.</p>
114 <code>LineColor</code>.
120 <code>LineStyle</code>.
126 <code>LineWidth</code>.
132 <code>LineDash</code>.
148 <code>LineTransparence</code>.
/trunk/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl44 you need to specify a parameter named <em>Position</em> of type <code>long</code>, which
58 records have been visited, yet) is indicated by an asterik (<code>*</code>) besides
109 named <code>Price</code>, and currently has a value of <code>100</code>, then invoking
110 the <code>AutoFilter</code> operation will put an additional filter <code>Price = 100</code>
126 data source. That is, if you bind the form to the SQL command <code>SELECT * FROM
127 Articles WHERE Price &gt; 100</code>, then the <code>Price &gt; 100</code> filter
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl62 …<ul><li>The control model's own <code>ReadOnly</code> property (if present) is kept in sync with t…
63 binding's <code>ReadOnly</code> property. That is, any control using the value
65 <li>The control model's own <code>Enabled</code> property (if present) is kept in sync
66 with the binding's <code>Relevant</code> property. That is, any control using
75 any attempt to set the <code>ReadOnly</code> property of the control model to <FALSE/> will
76 fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
79 model's <code>Enabled</code> properties.</p>
/trunk/main/offapi/com/sun/star/sdb/
H A DDataSource.idl116 … <p>If the data source is registered at the database context, then the <code>Name</code> property
120 … <p>If the same data source is registered under different names, the value of the <code>Name</code>
127 <code> jdbc:<em>subprotocol</em>:<em>subname</em></code>
129 <code>sdbc:<em>subprotocol</em>:<em>subname</em></code>
171 …<p>Effectively, the property bag represented by <code>Settings</code> contains two classes of prop…
177 they're all present in the <code>Settings</code>.<br/>
184 not be removeable, this depends on whether or not the code adding them specifies the
191 …pre-defined properties) are ignored when they are in <code>DEFAULT</code> state. All other propert…
195 … <p>Similar, when you obtain the <member>Info</member> property of a <code>DataSource</code>, the
196 …<code>Settings</code> bag is asked for all its property values, and the ones which are removeable …
[all …]
H A DDataAccessDescriptor.idl51 The <code>DataAccessDescriptor</code> describes the super set of the properties for the most common
93 … specifies additional info to use when creating a connection from a <code>ConnectionResource</code>
95 <p>This member is evaluated only when <code>ConnectionResource</code> is used: In this case,
142 <p>The Filter string has to form a <code>WHERE</code>-clause, <em>without</em> the
143 <code>WHERE</code>-string itself.</p>
157 /** specifies an additional <code>ORDER BY</code> clause which should be applied on top of
160 <p>The keyword <code>ORDER BY</code> itself is not part of this property.</p>
164 /** specifies an additional <code>HAVING</code> clause which should be applied on top of
167 <p>The keyword <code>HAVING</code> itself is not part of this property.</p>
171 /** specifies an additional <code>GROUP BY</code> clause which should be applied on top of
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx427 unsigned char * p = code; in codeSnippet()
445 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
446 return code + codeSnippetSize; in codeSnippet()
476 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
489 (s++)->fn = code; in addLocalFunctions()
490 code = codeSnippet( in addLocalFunctions()
499 (s++)->fn = code; in addLocalFunctions()
500 code = codeSnippet(code, functionOffset++, vtableOffset, 0); in addLocalFunctions()
505 (s++)->fn = code; in addLocalFunctions()
506 code = codeSnippet( in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx447 unsigned int * p = reinterpret_cast< unsigned int * >(code); in codeSnippet()
479 return code + codeSnippetSize; in codeSnippet()
522 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
523 code = codeSnippet( in addLocalFunctions()
524 code, functionOffset++, vTableOffset, in addLocalFunctions()
534 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
535 code = codeSnippet(code, functionOffset++, vTableOffset, true); in addLocalFunctions()
540 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
541 code = codeSnippet( in addLocalFunctions()
542 code, functionOffset++, vTableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx477 return code + codeSnippetSize; in codeSnippet()
507 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
520 (s++)->fn = code; in addLocalFunctions()
521 code = codeSnippet( in addLocalFunctions()
522 code, functionOffset++, vTableOffset, in addLocalFunctions()
532 (s++)->fn = code; in addLocalFunctions()
533 code = codeSnippet(code, functionOffset++, vTableOffset, true); in addLocalFunctions()
538 (s++)->fn = code; in addLocalFunctions()
539 code = codeSnippet( in addLocalFunctions()
540 code, functionOffset++, vTableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx419 unsigned char * p = code; in codeSnippet()
434 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
435 return code + codeSnippetSize; in codeSnippet()
465 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
478 (s++)->fn = code; in addLocalFunctions()
479 code = codeSnippet( in addLocalFunctions()
488 (s++)->fn = code; in addLocalFunctions()
489 code = codeSnippet( in addLocalFunctions()
496 (s++)->fn = code; in addLocalFunctions()
497 code = codeSnippet( in addLocalFunctions()
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXTypeConverter.idl59 /** Converts the value <code>aFrom</code> to the specified type
60 <code>xDestinationType</code>.
68 converted value (any carrying value of type <code>xDestinationType</code>
76 /** Converts the value <code>aFrom</code> to the specified simple type
77 <code>aDestinationType</code>.
89 converted value (any carrying value of type <code>aDestinationType</code>
/trunk/main/solenv/bin/
H A Dlicinserter.pl96 foreach my $code ( split(/\s+/,$WithLang) ) {
99 $name =~ s/xxx/$code/;
100 $ii =~ s/isocode/$code/g;
114 foreach my $code ( split(/\s+/,$ENV{WITH_LANG}) ) {
121 $name =~ s/xxx/$code/;
122 $ii =~ s/isocode/$code/g;
129 mkdir "$ARGV[2]/$code";
130 …open OUTFILE, ">$ARGV[2]/$code/$outname" or die "ooops - can't open $ARGV[2]/$code/$outname for wr…
132 close OUTFILE or die "ooops - can't write to $ARGV[2]/$code/$outname\n";
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx446 unsigned long * p = (unsigned long *)code; in codeSnippet()
454 return code + codeSnippetSize; in codeSnippet()
483 Slot ** slots, unsigned char * code, sal_PtrDiff writetoexecdiff, in addLocalFunctions() argument
502 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
503 code = codeSnippet( in addLocalFunctions()
504 code, functionOffset++, vtableOffset, in addLocalFunctions()
510 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
511 code = codeSnippet( in addLocalFunctions()
518 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
524 code = codeSnippet(code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx446 unsigned long * p = (unsigned long *)code; in codeSnippet()
454 return code + codeSnippetSize; in codeSnippet()
483 Slot ** slots, unsigned char * code, sal_PtrDiff writetoexecdiff, in addLocalFunctions() argument
502 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
503 code = codeSnippet( in addLocalFunctions()
504 code, functionOffset++, vtableOffset, in addLocalFunctions()
510 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
511 code = codeSnippet( in addLocalFunctions()
518 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
524 code = codeSnippet(code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx351 unsigned char * p = code; in codeSnippet()
448 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
449 return code + codeSnippetSize; in codeSnippet()
538 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
558 (s++)->fn = code; in addLocalFunctions()
559 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
569 (s++)->fn = code; in addLocalFunctions()
570 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
579 (s++)->fn = code; in addLocalFunctions()
580 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DProcedureColumn.idl36 <code>COLUMN_TYPE</code>
48 <code>COLUMN_TYPE</code>
60 <code>COLUMN_TYPE</code>
72 <code>COLUMN_TYPE</code>
84 <code>COLUMN_TYPE</code>
96 <code>COLUMN_TYPE</code>
H A DXStruct.idl46 <code>Struct</code>
50 <code>Struct</code>
60 <code>Struct</code>
73 <code>Struct</code>
81 <code>Struct</code>
87 <code>typeMap</code>is
H A DXSQLOutput.idl74 <code>XSQLOutput</code>
78 <code>writeSQL</code>
80 <code>XSQLOutput.writeXXX</code>
84 <code>XSQLOutput</code>
221 <code>XSQLData</code> object.
226 <code>XSQLData</code>
235 <code>XSQLData::writeSQL()</code>
237 <code>XSQLOutput.writeXXX</code>
243 <code>XSQLOutput</code>
H A DPreparedStatement.idl60 <code>setXXX</code>
74 Example of setting a parameter; <code>con</code> is an active connection.
91 <code>execute</code>
200 <code>execute</code>
238 <code>Statement</code>
242 <code>Statement</code>
252 <code>Statement</code>
256 <code>Statement</code>
/trunk/main/offapi/com/sun/star/logging/
H A DSyslogHandler.idl45 <p>The handler will use the <code>Encoding</code> attribute of <type>XLogHandler</type>
67 …<ul><li><code>Encoding</code> - denotes the initial value of the <member>XLogHandler::Encoding</me…
68 …<li><code>Formatter</code> - denotes the initial value of the <member>XLogHandler::Formatter</memb…
69 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
73 <ul><li><code>Host</code> - the hostname of the syslog server</li>
74 <li><code>Port</code> - the port of the syslog server</li>
H A DFileHandler.idl45 <p>The handler will use the <code>Encoding</code> attribute of <type>XLogHandler</type>
60 is, it is allowed to include placeholders such as <code>$(userurl)</code>.
70 …<ul><li><code>Encoding</code> - denotes the initial value of the <member>XLogHandler::Encoding</me…
71 …<li><code>Formatter</code> - denotes the initial value of the <member>XLogHandler::Formatter</memb…
72 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
75 <p>Additionally, a setting name <code>FileURL</code> is recognized. It must be of type
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dcpp2uno.cxx438 unsigned char *codeSnippet(unsigned char* code, sal_Int32 functionIndex, in codeSnippet() argument
441 unsigned char * p = code; in codeSnippet()
449 return code + codeSnippetSize; in codeSnippet()
478 Slot ** slots, unsigned char * code, sal_PtrDiff writetoexecdiff, in addLocalFunctions() argument
493 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
494 code = codeSnippet(code, functionOffset++, vtableOffset); in addLocalFunctions()
500 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
501 code = codeSnippet(code, functionOffset++, vtableOffset); in addLocalFunctions()
506 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
515 code = codeSnippet(code, functionOffset++, vtableOffset); in addLocalFunctions()
[all …]

Completed in 89 milliseconds

12345678910>>...48