Home
last modified time | relevance | path

Searched refs:code (Results 26 – 50 of 1180) sorted by last modified time

12345678910>>...48

/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageRegistry.idl57 <code>removed</code> indicates this case. The returned object may not
58 rely on the file or folder to which refers <code>url</url>. Instead it
63 <type>XPackage</type> for the same <code>url</code> at any
65 <code>url</code> but different <code>mediaType<code> (the exception is,
67 of the media type) or <code>removed</code> parameters will cause an
70 thrown in case of a different <code>mediaType</code> parameter and a
72 <code>removed</code> parameter is different.
74 The <code>identifier</code> parameter must be provided when
75 <code>removed</code> = true. If not, then an <type
H A DXPackageManager.idl60 <code>
62 </code>.
H A DDependencyException.idl53 <code>http://openoffice.org/extensions/description/2006</code> and the
54 local part <code>name</code> and whose value is a human-readable
H A DXPackageTypeInfo.idl39 <code>application/vnd.sun.star.basic-script</code>.
/trunk/main/sc/source/ui/src/
H A Doptdlg.src339 // TODO: Remove code for unused handles
/trunk/main/sw/source/ui/config/
H A Doptdlg.src58 // TODO: Remove code for unused handles
/trunk/main/
H A Dconfigure.ac30 [ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example:
121 [ --disable-epm AOO includes self-packaging code, that requires EPM.
130 [ --with-epm-url=<URL> Specify the location of downloadable epm source code. For example:
253 plus extra debugging code. Extra large build!
262 [ --enable-crashdump Enable the crashdump feature code.
657 to native code..
934 [ --with-rat-scan Scan source code for license headers.
1887 …AC_MSG_ERROR([no URL for dmake source code specified, either. Use --with-dmake-url to supply an UR…
/trunk/main/expat/
H A Dexpat-2.5.0.patch149 /* Define to include code reading entropy from `/dev/urandom'. */
/trunk/main/cui/source/dialogs/
H A Dpostdlg.src106 // TODO: cleanup code for these unused elements
/trunk/main/padmin/source/
H A Dpadialog.src1014 …target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied vi…
1018 … the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied vi…
/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/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk58 /// A language represented by its ISO 639-1:2002 code.
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf7709 …tions is that, once you have developed a program code containing task components, you can use this…
13549 …04060110.xhp 0 help par_id3150280 211 0 uk The code used here does not refer to ASCII, but to th…
20399 … 0 help par_id3148646 6 0 uk In the \<emph\>Format code\</emph\> text box enter the following co…
28057 helpcontent2 source\text\shared\01\05020300.xhp 0 help hd_id3150103 17 0 uk Format code 202208…
32232 …FORMATKEY\"\>Specifies the format code for the control. Click the \<emph\>...\</emph\> button to s…
38346 …\"text/shared/optionen/01130100.xhp\" name=\"Working with VBA code\"\>Working with VBA code\</link…
39414code\</bookmark_value\> \<bookmark_value\>importing; Microsoft Office documents with VBA c…
39420code from a Microsoft document as a special $[officename] Basic module with the document. The disa…
46346 …xhp 0 help par_id3147512 8 0 uk To delete a code from the \<emph\>Structure \</emph\>line, click…
46347 …r_id3149806 9 0 uk To replace a code from the \<emph\>Structure \</emph\>line, click the code, a…
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src131 Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$." ;
/trunk/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 …]
/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>
/trunk/main/nss/
H A Dnss_win.patch2317 /* Reset the error code in case SSL3_SendAlert called
H A Dnss_macosx.patch7 # that code for older versions of Mac OS X. See bug 820374.
H A Dnss_linux.patch5 # The Intel AES assembly code requires Visual C++ 2010.
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1355 if ( pnmh->idFrom == IDC_RICHEDIT21 && pnmh->code == EN_LINK ) in WelcomeDialogProc()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.src69 Text [ en-US ] = "~Format code" ;
/trunk/main/sw/source/ui/fldui/
H A Dfldui.src314 Text [ en-US ] = "Zip code" ;
/trunk/main/desktop/test/deployment/update/updateinfocreation/
H A Dreadme.txt3 information file. Instead it invokes code on a webserver which returns the
22 The build sub-directory contains the code of the extension (version 2.0) and can
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DOfflineBackend.idl52 contains an <code>Offline</code> flag that is <TRUE/>, then offline mode
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl66 is supported - by using the <code>XStringResourceManager::setLocale</code>

Completed in 1059 milliseconds

12345678910>>...48