Home
last modified time | relevance | path

Searched refs:code (Results 201 – 225 of 1177) sorted by relevance

12345678910>>...48

/aoo42x/main/offapi/com/sun/star/ucb/
H A DUniversalContentBroker.idl124 …<code>org.openoffice.ucb.Configuration.ContentProviders.<var>key<sub>1</sub></var>.SecondaryKeys.<…
130 <code>"Local"</code>/<code>"Office"</code>, to configure a broker that
H A DCommand.idl50 <p>It must be <code>-1</code> if the implementation has no handle.
51 <code>0</code> is a valid command handle.
H A DDefaultHierarchyDataSource.idl50 <code>"com.sun.star.ucb.HierarchyDataReadAccess"</code> and
51 <code>"com.sun.star.ucb.HierarchyDataReadWriteAccess"</code>.
H A DLock.idl62 must not be greater than <code>2^32-1</code>. A value of <code>-1</code>
/aoo42x/main/offapi/com/sun/star/sdb/tools/
H A DXDataSourceMetaData.idl37 /** determines whether the data source supports queries in the <code>FROM</code>
38 part of a <code>SELECT</code> statement.
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXRowSetChangeBroadcaster.idl37 /** broadcasts changes in the <code>RowSet</code> supplied by a component
45 … /** adds a listener to be notified when the <code>RowSet</code> supplied by the component changes.
H A DXRowSetChangeListener.idl35 /** is implemented by components which want to be notified when the <code>RowSet</code> supplied
44 …/** notifies the listener that the <code>RowSet</code> associated with a <type>XRowSetSupplier</ty…
H A DXRowsChangeBroadcaster.idl37 /** broadcasts changes in the <code>RowSet</code> supplied by a component
45 … /** adds a listener to be notified when the <code>RowSet</code> supplied by the component changes.
/aoo42x/main/offapi/com/sun/star/chart/
H A DChartAxisMarks.idl36 <p>You can combine <code>INNER</code> and <code>OUTER</code> with
/aoo42x/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt45 source code. This is necessary as autodoc doesn't have a
48 and won't parse that code. For example in
54 Links to code entities not found within the current parsed
55 code, will be linked there, but only if -extnsp is given and
62 If a code entity is not found in the current parsed code, but
/aoo42x/main/
H A DNOTICE17 As part of the base system this product also includes code from the following
24 - Apache POI - OOXML encryption code from Apache POI was ported to our main/oox/source/core/encrypt…
52 This software contains code derived from the RSA Data Security
55 This software contains code derived from UNIX V7, Copyright(C)
69 This software contains code derived from the RSA Data Security
173 As part of the base system this product also includes code from the following
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessible.idl37 <p>Service <code>Accessible</code> is just a wrapper for the interface
38 <code>XAccessible</code>. See the interface's documentation for more
/aoo42x/main/offapi/com/sun/star/xml/
H A DAttributeContainer.idl39 in a <code>AttributeData</code> struct. If you use a namespace in the
40 <code>AttributeData</code>, you must use a prefix in the name and you must
/aoo42x/main/udkapi/com/sun/star/bridge/
H A DOleObjectFactory.idl41 are <code>IUnknown</code> and <code>IDispatch</code>.
/aoo42x/main/offapi/com/sun/star/logging/
H A DXLoggerPool.idl51 module <code>/org.openoffice.Office.Logging</code> for an explanation of the initialization
58 …this method is equivalent to calling <code>getNamedLogger( &quot;org.openoffice.logging.DefaultLog…
/aoo42x/main/offapi/com/sun/star/presentation/
H A DCustomPresentationAccess.idl56 <p>These services are needed for the <code>insertByName</code>
57 and <code>replaceByName</code> methods of this service
/aoo42x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx494 unsigned char *code, bool oldEncoding) in decodeMasterPassword() argument
500 code[ ind ] = (char)((((aMasterBuf[ind * 2] - 'a') & 15) << 4) | in decodeMasterPassword()
503 code[ ind ] = (char)(aMasterPasswd.copy( ind*2, 2 ).toInt32(16)); in decodeMasterPassword()
537 unsigned char code[RTL_DIGEST_LENGTH_MD5]; in DecodePasswords() local
538 decodeMasterPassword(aMasterPasswd, code, mOldPasswordEncoding); in DecodePasswords()
540 prepareIV(iv, code, aName); in DecodePasswords()
545 code, RTL_DIGEST_LENGTH_MD5, (iv.size()? &iv[0] : NULL), in DecodePasswords()
592 unsigned char code[RTL_DIGEST_LENGTH_MD5]; in EncodePasswords() local
593 decodeMasterPassword(aMasterPasswd, code, false); in EncodePasswords()
595 prepareIV(iv, code, aName); in EncodePasswords()
[all …]
/aoo42x/main/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl38 an error code that reflects a failure, JNI_CreateJavaVM does not
47 /** contains an error code that reflects the returned error code of
49 the returned error code of JNI_CreateJavaVM. All other values
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DBatchUpdateException.idl39 <code>BatchUpdateException</code>
50 <code>long</code>
H A DDriverPropertyInfo.idl54 <code>Driver.connect</code>
70 <code>DriverPropertyInfo.value</code>
/aoo42x/main/offapi/com/sun/star/i18n/
H A DFormatElement.idl33 One number format code and its attributes, returned in a sequence by
44 /** The format code, for example, "YYYY-MM-DD". */
65 /** If a format code is the default code of a <em>formatType</em>
/aoo42x/main/writerfilter/source/rtftok/
H A DRTFScanner.skl118 * avoids problems with code like:
295 %% code to fiddle yytext and yyleng for yymore() goes here
298 %% code to copy yytext_ptr to yytext[] goes here, if %array
494 %% yymore()-related code goes here
505 %% code to set up and find next match goes here
508 %% code to find the action number goes here
512 %% code for yylineno update goes here
516 %% debug code goes here
735 * Returns a code representing an action:
890 %% code to find the next state goes here
[all …]
/aoo42x/main/offapi/com/sun/star/document/
H A DXUndoAction.idl39 …and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any pos…
50 …and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any pos…
/aoo42x/main/offapi/com/sun/star/drawing/
H A DRotationDescriptor.idl36 This service is depricated, instead please use the <code>Transformation</code>
51 system is pointing down. Please use the <code>Transformation</code>
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXInterfaceAttributeTypeDescription2.idl56 <code>raises</code> specification of the attribute's getter (if any), in
66 <code>raises</code> specification of the attribute's setter (if any), in

Completed in 71 milliseconds

12345678910>>...48