Home
last modified time | relevance | path

Searched refs:code (Results 251 – 275 of 1177) sorted by relevance

1...<<11121314151617181920>>...48

/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DView.idl84 SQL command of a view. However, if the <code>View</code> supports altering its command
86 current SQL command in the <code>Command</code> property.</p>
/aoo42x/main/offapi/com/sun/star/script/provider/
H A DXScript.idl71 <code>long foo( [inout] string a, [in] string b, [out] string c )</code>
73 … <code>bar.invoke( {"foo", "foo2", "this-is-ignored" }, aOutParamIndex, aOutParam);</code>
/aoo42x/main/offapi/com/sun/star/sdb/
H A DDatabaseAccess.idl73 <code> jdbc:<em>subprotocol</em>:<em>subname</em></code> or
74 <code> sdbc:<em>subprotocol</em>:<em>subname</em></code>
H A DXColumn.idl73 <code>wasNull()</code>
242 <code>Map</code>
276 /** gets a CLOB value in the current row of this <code>ResultSet</code> object.
/aoo42x/main/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl47 <p>In the case of transforming an url to binary data, the <code>getInputStream</code>
53 the binary data to. After this, the <code>resolveOutputStream</code> method can
H A DXDocumentEventBroadcaster.idl81 and fill in the <code>Source</code> member (denoting the broadcaster) as appropriate.</p>
105 … be unable to fill in the <code>Source</code> member of the <type>DocumentEvent</type> instance.
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl51 if <code>RowIndex</code> does not denote a valid row index
83 …index of a row. If the value does not denote a valid row index, i.e. is smaller than <code>0</code>
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DFilterOptionsDialog.idl51 <p>If that method returns <code>ExecutableDialogResults::OK</code>,
75 returns <code>ExecutableDialogResults::OK</code>,
/aoo42x/main/sw/source/filter/ww8/
H A DREADME-rtf.txt53 4. Changes in the source code outside RTF
64 this way much less code can achieve the same set of features,
65 reducing the amount of duplicated code.
233 4.�Changes in the source code outside RTF
240 * The code that splits runs according to bookmarks is moved from
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl62 the Java interfaces <code>javax.accessibility.AccessibleComponent</code>
63 and <code>javax.accessibility.AccessibleExtendedComponent</code>.</p>
207 has the focus. This method is called <code>requestFocus</code> in
/aoo42x/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl81 the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
92 the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
/aoo42x/main/offapi/com/sun/star/form/
H A DFormComponents.idl87 …<p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th…
90 with parameter <code>n</code>. In particular, this invariant is always met, even after you
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl84 <LI><code>"Parent"</code> of type
88 <LI><code>"Context"</code> of type <atom>string</atom> is a
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dvtableslotcall.s29 ! save %sp, -176, %sp already done in code snippet
36 ! %o0: functionIndex, stored by code snippet
37 ! %o1: vtableOffset, stored by code snippet
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl78 <code>con</code>
104 SQL type code and the fully-qualified SQL type name when specifying
108 a SDBC driver does not need the type code or type name information,
330 the SDBC driver should call its method <code>writeSQL</code> to write it
357 the SDBC driver should call its method <code>writeSQL</code> to write it
H A DJDBCConnectionProperties.idl66 (<code>U+0020</code>) are ignored (and, in particular, separate adjacent
76 /** specifies a set of properties to pass to <code>java.lang.System.setProperty</code> before
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java258 int code; in callUnoinfo() local
263 code = s.read(); in callUnoinfo()
307 if (code == '0') { in callUnoinfo()
309 } else if (code == '1') { in callUnoinfo()
/aoo42x/main/offapi/com/sun/star/awt/
H A DWindowDescriptor.idl134 <p>If <code>Parent == 0 && ParentIndex == -1</code>,
143 <p>If <code>Parent == 0</code> and this struct is a member of an array,
/aoo42x/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl47 the locale data format code definitions in
51 <code>&lt;FormatElement formatindex="0"&gt;</code> <br/>
55 The index values are also used to define the <code>enum
56 NfIndexTableOffset</code> in file svtools/inc/zforlist.hxx </p>
89 <dd> The format code was hard defined, only the date separator
H A DXTransliteration.idl86 * dedicated to StarOffice internal code.
220 <p> Returns the number of matched code points in any case, even if
234 Number of code points to use of aStr1.
237 Returns number of matched code points in aStr1.
246 Number of code points to use of aStr2.
249 Returns number of matched code points in aStr2.
/aoo42x/main/
H A Dexternal_deps.lst37 …URL1 = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-1…
43 …URL1 = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/googletest/…
55 …URL1 = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/multidimalg…
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java184 int code = execScript(content, output, output); in execScript() local
185 LOG.info(content + "\n" + "Exit Code: " + code + "\n" + output); in execScript()
186 return code; in execScript()
262 int code = process.waitFor(); in exec() local
265 return code; in exec()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java302 private int code = -1; field in VclHookException
349 this.code = Integer.parseInt(resId); in parse()
350 String originalMsg = (String) MESSAGES.get(this.code); in parse()
367 return this.code; in getCode()
/aoo42x/main/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl41 …you should not expect the <code>XMap</code> implementation to make use of a possibly existing stri…
53 case is undefined, it's up to the service implementing the <code>XEnumerableMap</code> interface
/aoo42x/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeper.idl86 * @return <code>true</code> if blocking, <code>false</code> otherwise

Completed in 92 milliseconds

1...<<11121314151617181920>>...48