Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 1177) sorted by relevance

12345678910>>...48

/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx595 unsigned long * p = (unsigned long *) code;
693 return (code + codeSnippetSize);
755 (s++)->fn = code + writetoexecdiff;
756 code = codeSnippet(
757 code, functionOffset++, vtableOffset,
768 (s++)->fn = code + writetoexecdiff;
769 code = codeSnippet(code, functionOffset++, vtableOffset, true);
774 (s++)->fn = code + writetoexecdiff;
775 code = codeSnippet(
776 code, functionOffset++, vtableOffset,
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx595 unsigned long * p = (unsigned long *) code;
693 return (code + codeSnippetSize);
755 (s++)->fn = code + writetoexecdiff;
756 code = codeSnippet(
757 code, functionOffset++, vtableOffset,
768 (s++)->fn = code + writetoexecdiff;
769 code = codeSnippet(code, functionOffset++, vtableOffset, true);
774 (s++)->fn = code + writetoexecdiff;
775 code = codeSnippet(
776 code, functionOffset++, vtableOffset,
[all …]
/aoo42x/main/offapi/com/sun/star/sdb/
H A DRowSet.idl171 …:sun::star::sdbc">XResultSet</type>: <code>next</code>, <code>first</code>, <code>last</code>, <co…
172 …<code>relative</code>, <code>previous</code>, <code>beforeFirst</code>, <code>afterLast</code></dt>
175 A special case to note is the <code>next<code> call: When you delete row, say,
176 <code>15</code>, followed by <code>next</code>, then your <type>RowSet</type> afterwards
182 <dt><type scope="com::sun::star::sdbc">XRow</type>: <code>getFoo</code></dt>
188 <dt><type scope="com::sun::star::sdbc">XRowUpdate</type>: <code>updateFoo</code></dt>
269 …<p>If your <code>RowSet</code> is bound to an SQL command or query which contains parameters, or h…
271 using the <code>XParametersSupplier</code> interface.</p>
/aoo42x/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl285 factories, for handler <code>A</code>, <code>B</code>, and <code>C</code> - in this order.
286 Now if <code>A</code> supports the property <code>Foo</code>, <code>C</code> supports
287 <code>Bar</code>, and <code>B</code> supersedes both <code>Foo</code> and <code>Bar</code>,
288 … them the result is <code>Bar</code> is still present. This is because <code>B</code> precedes
289 <code>C</code>, so it cannot, by definition, supersede properties which are supported by
290 <code>C</code>.</p>
/aoo42x/main/scripting/source/pyprov/
H A Dpythonscript.py159 code = uno.ByteSequence( b"" )
162 code = code + out
168 return code.value
246 def ensureSourceState( code ): argument
247 if not code.endswith( "\n" ):
248 code = code + "\n"
249 code = code.replace( "\r", "" )
250 return code
449 code = None
523 code = ensureSourceState( code )
[all …]
/aoo42x/main/offapi/com/sun/star/logging/
H A DXConsoleHandler.idl40 …it cannot decided whether they should be emitted on <code>stdout</code> or <code>stderr</code>.</p>
49 <p>Events with a level greater or equal to <code>Threshold</code> will be
50 logged to <code>stderr</code>, all others to <code>stdout</code>.</p>
H A DConsoleHandler.idl49 /// creates a <code>ConsoleHandler</code>
58 …<ul><li><code>Encoding</code> - denotes the initial value of the <member>XLogHandler::Encoding</me…
59 …<li><code>Formatter</code> - denotes the initial value of the <member>XLogHandler::Formatter</memb…
60 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
61 …<li><code>Threshold</code> - denotes the initial value of the <member>XConsoleHandler::Threshold</…
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx650 unsigned long * p = (unsigned long *) code; in codeSnippet()
702 return (code + codeSnippetSize); in codeSnippet()
763 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
764 code = codeSnippet( in addLocalFunctions()
765 code, functionOffset++, vtableOffset, in addLocalFunctions()
776 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
777 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
782 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
783 code = codeSnippet( in addLocalFunctions()
784 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/offapi/com/sun/star/media/
H A DXPlayer.idl97 the stream reading rate. <code>1.0</code> means normal speed.
105 the relative speed. <code>1.0</code> is the normal speed.
140 /** sets the volume to <code>0</code> or to its previous value.
143 sets the volume to <code>0</code> if <TRUE/>, and switch
148 /** gets whether the volume is temporarily down to <code>0</code>
152 <TRUE/> if the volume is temporarily set to <code>0</code>,
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx523 return code + codeSnippetSize; in generateCodeSnippet()
553 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
566 (s++)->fn = code; in addLocalFunctions()
567 code = generateCodeSnippet( in addLocalFunctions()
568 code, functionOffset++, vtableOffset, in addLocalFunctions()
578 (s++)->fn = code; in addLocalFunctions()
579 code = generateCodeSnippet( in addLocalFunctions()
585 (s++)->fn = code; in addLocalFunctions()
586 code = generateCodeSnippet( in addLocalFunctions()
587 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx613 void ** raw = (void **)&code[0]; in codeSnippet()
620 return (code + codeSnippetSize); in codeSnippet()
681 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
682 code = codeSnippet( in addLocalFunctions()
683 code, functionOffset++, vtableOffset, in addLocalFunctions()
694 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
695 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
700 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
701 code = codeSnippet( in addLocalFunctions()
702 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dcpp2uno.cxx574 unsigned char * p = code; in codeSnippet()
582 return (code + codeSnippetSize); in codeSnippet()
635 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
636 code = codeSnippet( in addLocalFunctions()
637 code, functionOffset++, vtableOffset, in addLocalFunctions()
648 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
649 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
654 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
655 code = codeSnippet( in addLocalFunctions()
656 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx613 void ** raw = (void **)&code[0]; in codeSnippet()
620 return (code + codeSnippetSize); in codeSnippet()
681 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
682 code = codeSnippet( in addLocalFunctions()
683 code, functionOffset++, vtableOffset, in addLocalFunctions()
694 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
695 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
700 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
701 code = codeSnippet( in addLocalFunctions()
702 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx572 unsigned char * p = code; in codeSnippet()
603 return (code + codeSnippetSize); in codeSnippet()
654 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
655 code = codeSnippet( in addLocalFunctions()
656 code, functionOffset++, vtableOffset, in addLocalFunctions()
667 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
668 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
673 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
674 code = codeSnippet( in addLocalFunctions()
675 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dcpp2uno.cxx557 unsigned char * p = code; in codeSnippet()
565 return (code + codeSnippetSize); in codeSnippet()
616 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
617 code = codeSnippet( in addLocalFunctions()
618 code, functionOffset++, vtableOffset, in addLocalFunctions()
629 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
630 code = codeSnippet(code, functionOffset++, vtableOffset, true); in addLocalFunctions()
635 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
636 code = codeSnippet( in addLocalFunctions()
637 code, functionOffset++, vtableOffset, in addLocalFunctions()
[all …]
/aoo42x/main/udkapi/com/sun/star/lang/
H A DLocale.idl38 <p>An operation that requires a <code>Locale</code> to perform
40 <code>Locale</code> to tailor information for the user. For example,
45 <p> Because a <code>Locale</code> object is just an identifier for a
47 particular resources are available for the <code>Locale</code>, use
69 <code>http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt</code></a>.
86 <code>http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</code></a>.
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DDataImporter.idl70 <dt><code>ImporterService</code> : <atom >string</atom></dt>
76 <dt><code>OverwriteExisting</code> : <atom >boolean</atom></dt>
83 <dt><code>TruncateExisting</code> : <atom >boolean</atom></dt>
91 <dt><code>Entity</code> : <atom >string</atom></dt>
98 <dt><code>Component</code> : <atom >string</atom></dt>
103 <dt><code>LayerFilter</code> : <type >LayerFilter</type></dt>
H A DLocalHierarchyBrowser.idl59 <dt><code>SchemaDataUrl</code> : <atom>string</atom></dt>
62 so argument <code>LayerDataUrl</code> should not be specified.
64 <dt><code>LayerDataUrl</code> : <atom>string</atom></dt>
67 so argument <code>SchemaDataUrl</code> should not be specified.
69 <dt><code>FetchComponentNames</code> : <atom>boolean</atom></dt>
/aoo42x/main/udkapi/com/sun/star/script/
H A DXLibraryAccess.idl36 /** provides access to additional scripting code.
38 <p>This code is organized in modules and these modules contain
39 the functions. It is possible to get just the code from a function,
40 but you can also get the whole code of a module with all functions in it.</p>
64 /** Return all module names which contain code.
70 /** get the source code of a module.
75 /** Get the hole compiled code of a module.
80 code is not compiled.
85 /** get the source code of a function.
90 /** Get the compiled code of a function.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXDataInterpreter.idl71 /** Re-interprets the data given in <code>aInterpretedData</code>
82 <code>aInterpretedData</code> has a similar structure than
90 <p>In case <code>aInterpretedData</code> is the result of
91 <member>interpretDataSource</member>( <code>xSource</code> ),
92 the result of this method should be <code>xSource</code>.</p>
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx615 unsigned char *codeSnippet(unsigned char* code, sal_Int32 functionIndex, in codeSnippet() argument
621 unsigned char * p = code; in codeSnippet()
637 return code + codeSnippetSize; in codeSnippet()
666 Slot ** slots, unsigned char * code, sal_PtrDiff writetoexecdiff, in addLocalFunctions() argument
681 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
682 code = codeSnippet(code, functionOffset++, vtableOffset, false); in addLocalFunctions()
688 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
689 code = codeSnippet(code, functionOffset++, vtableOffset, false); in addLocalFunctions()
694 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
695 code = codeSnippet(code, functionOffset++, vtableOffset, false); in addLocalFunctions()
[all …]
/aoo42x/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroupSpecialOffset.idl43 /** Formula tokens containing the op-code obtained from this offset
73 /** Formula tokens containing the op-code obtained from this offset
84 /** Formula tokens containing the op-code obtained from this offset
97 /** Formula tokens containing the op-code obtained from this offset
112 /** Formula tokens containing the op-code obtained from this offset
122 /** Formula tokens containing the op-code obtained from this offset
125 <p>Example: In the formula <code>=SUM(1;;2)</code> the second
127 "missing" op-code.</p>
136 /** Formula tokens containing the op-code obtained from this offset
148 /** Formula tokens containing the op-code obtained from this offset
[all …]
/aoo42x/main/offapi/com/sun/star/sdb/application/
H A DNamedDatabaseObject.idl48 path to the object, where the path elements are separated by a slash (<code>/</code>).</p>
57 <ul><li><code>&lt;schema&gt;</code>, if the database supports schemas only</li>
58 <li><code>&lt;catalog&gt;</code>, if the database supports catalogs only</li>
59 <li><code>&lt;catalog&gt;.&lt;schema&gt;</code>, if the database supports both
61 <li><code>&lt;schema&gt;.&lt;catalog&gt;</code>, if the database supports both
/aoo42x/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadAccess.idl69 <li><code>getByName( "Title" )</code> will return an <atom>any</atom>
72 <li><code>getByName( "Children" )</code> will return an <atom>any</atom>
110 <code>getByHierarchicalName( "Title" )</code> will return an
115 <code>getByHierarchicalName( "Children/['subnode1']" )</code> will give
124 <code>getByHierarchicalName( "Children/['subnode2']/TargetURL" )</code>
130 <code>getByHierarchicalName( "Children/['subnode3']/Children" )</code>
/aoo42x/main/offapi/com/sun/star/resource/
H A DXLocale.idl63 <p>Note: The Java class <code>Locale</code> returns the <strong>old</strong> codes.
95 then never reset. <code>setDefault</code> does not reset the host
139 the ISO language code for the specified locale.
148 the ISO country code for the specified locale.
157 language code for display of field to user. If the localized
158 name is not found, returns the ISO code. The desired user language
168 language code for display of field to user. If the localized
184 country code for display of field to user. If the localized
185 name is not found, returns the ISO code. The desired user country
194 country code for display of field to user. If the localized
[all …]

Completed in 114 milliseconds

12345678910>>...48