| /AOO41X/main/ |
| H A D | config.guess | 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 154 LIBC=unknown 177 if [ "$LIBC" = unknown ] && 185 if [ "$LIBC" = unknown ]; then 208 echo unknown)` 210 aarch64eb) machine=aarch64_be-unknown ;; 211 armeb) machine=armeb-unknown ;; [all …]
|
| H A D | config.sub | 946 # We use `pc' rather than `unknown' 966 vendor=unknown 976 craynv-unknown) 980 c90-unknown | c90-cray) 984 fx80-unknown) 987 romp-unknown) 990 mmix-unknown) 993 microblaze-unknown | microblazeel-unknown) 996 rs6000-unknown) 999 vax-unknown) [all …]
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-update-config-sub-and-guess.patch | 94 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 95 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 108 arm*) machine=arm-unknown ;; 109 sh3el) machine=shl-unknown ;; 110 sh3eb) machine=sh-unknown ;; 111 + sh5el) machine=sh5le-unknown ;; 112 *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 130 - echo m68k-unknown-openbsd${UNAME_RELEASE} 133 - echo mipsel-unknown-openbsd${UNAME_RELEASE} 136 - echo m68k-unknown-openbsd${UNAME_RELEASE} [all …]
|
| /AOO41X/main/libtextcat/ |
| H A D | libtextcat-2.2.patch | 15 need_lib_prefix=unknown 16 -need_version=unknown 17 +#need_version=unknown 895 extern sint4 fp_Compare( void *cat, void *unknown, int cutoff ); 1148 - int score = fp_Compare( h->fprint[i], unknown, threshold ); 1155 + score = fp_Compare( h->fprint[i], unknown, threshold ); 1182 fp_Done(unknown); 1567 + STACK_DIRECTION = 0 => direction of growth unknown */ 1715 arm*) machine=arm-unknown ;; 1716 sh3el) machine=shl-unknown ;; [all …]
|
| /AOO41X/main/offapi/com/sun/star/xml/sax/ |
| H A D | XFastParser.idl | 88 values for namespaces, elements and attributes or 'unknown' events for 89 elements that are unknown. 91 <p>A namespace is unknown if the namespace URL was not registered with 94 <p>An element is unknown if no <type>XFastTokenHandler</type> is set 96 identifier for the elements local name. An element is also unknown if 97 the elements local name is known but it uses a namespace that is unknown. 101 get unknown sax events. This can be usefull if you are only interested 108 for unknown elements. 117 <member>XFastContextHandler::startUnknownElement</member> for unknown elements. 121 <member>XFastContextHandler::endUnknownElement</member> for unknown elements.
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XFormulaOpCodeMapper.idl | 58 /** OpCode value used for unknown functions. 61 <member>getMappings</member> are unknown to the implementation.</p> 77 constants. If a constant unknown to the implementation is passed, 95 <p>An unknown Name string gets the OpCode value of <member> 118 constants. If a constant unknown to the implementation is passed,
|
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | retypepassdlg.src | 77 Text [ en-US ] = "Status unknown" ; 110 Text [ en-US ] = "Status unknown" ; 135 Text [ en-US ] = "Status unknown" ; 160 Text [ en-US ] = "Status unknown" ; 185 Text [ en-US ] = "Status unknown" ;
|
| /AOO41X/main/offapi/com/sun/star/security/ |
| H A D | CertificateValidity.idl | 71 * The certificate revocation status is unknown. 86 * The certificate has critical unknown extensions. 91 * The certificate issuer is unknown. 106 * The root certificate is unknown.
|
| /AOO41X/main/connectivity/source/resource/ |
| H A D | conn_shared_res.src | 71 Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred."; 76 …Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred… 126 Text [ en-US ] = "An unknown error occurred."; 237 Text [ en-US ] = "The column name '$columnname$' is unknown."; 378 …Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system… 391 Text [ en-US ] = "The index could not be created. An unknown error appeared."; 552 Text [ en-US ] = "The type of parameter at position '$position$' is unknown."; 556 Text [ en-US ] = "The type of column at position '$position$' is unknown.";
|
| /AOO41X/main/openssl/ |
| H A D | openssllnx.patch | 6 …"bsdi-elf-gcc", "gcc:-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall::(unknown):… 11 "nextstep", "cc:-O -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::", 12 "nextstep3.3", "cc:-O3 -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | scriptdlg.cxx | 1383 ::rtl::OUString unknown = ::rtl::OUString::createFromAscii( "UNKNOWN" ); in GetErrorMessage() 1384 ::rtl::OUString language = unknown; in GetErrorMessage() 1385 ::rtl::OUString script = unknown; in GetErrorMessage() 1386 ::rtl::OUString line = unknown; in GetErrorMessage() 1426 ::rtl::OUString unknown = ::rtl::OUString::createFromAscii( "UNKNOWN" ); in GetErrorMessage() 1427 ::rtl::OUString language = unknown; in GetErrorMessage() 1428 ::rtl::OUString script = unknown; in GetErrorMessage() 1429 ::rtl::OUString line = unknown; in GetErrorMessage() 1430 ::rtl::OUString type = unknown; in GetErrorMessage()
|
| /AOO41X/main/udkapi/com/sun/star/java/ |
| H A D | WrongJavaVersionException.idl | 41 succeed, or is left empty if this is unknown. 47 succeed, or is left empty if this is unknown. 53 this is unknown.
|
| /AOO41X/ext_libraries/ratscan/scan/ |
| H A D | rat-output-to-html.xsl | 58 .unknown {width:100%;background:#E92020;} 59 .unknown-zero {color:#00CC00;} 98 …<td colspan="4" class="unknown"><xsl:value-of select="count(descendant::header-type[attribute::nam… 101 …<td colspan="4" class="unknown-zero"><xsl:value-of select="count(descendant::header-type[attribute…
|
| /AOO41X/main/offapi/com/sun/star/util/ |
| H A D | XStringSubstitution.idl | 62 the string but it is unknown for the implementation depends on the parameter 72 if it finds a variable that is unknown. In this case it is possible 119 … variable is unknown a <type scope="com::sun::star::container">NoSuchElementException</type>
|
| /AOO41X/main/scripting/java/com/sun/star/script/framework/provider/java/ |
| H A D | ScriptProviderForJava.java | 335 catch ( Exception unknown ) in invoke() 339 unknown.toString() ); in invoke() 343 se.exceptionType = unknown.getClass().getName(); in invoke()
|
| /AOO41X/main/oox/source/dump/ |
| H A D | dumperbase.ini | 51 # Shows unknown trailing data as binary dump (default=on). 53 show-trailing-unknown=1 193 # name and not set in this declaration will be shown as unknown. Default is 312 shortlist=FONT-PITCH,0,unknown,fixed,variable 313 shortlist=FONT-FAMILY,0,unknown,roman,swiss,modern,script,decorative
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | XUIConfigurationManager.idl | 157 describes an unknown type a 179 an unknown type a 198 unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type> 218 an unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type>
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | XStorable.idl | 99 (may the location is unknown) 129 (may the location is unknown) 152 (may the location is unknown)
|
| /AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentDescriptor.java | 208 private short unknown = 0x23; field in DocumentDescriptor.ParagraphDescriptor 222 desc.write(EndianConverter.writeShort(unknown)); in getDescriptor()
|
| /AOO41X/main/offapi/com/sun/star/system/ |
| H A D | SystemShellExecuteException.idl | 35 code or -1 for unknown errors.</p> 39 /** A Posix conforming error code or -1 for unknown errors.
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | XMLEmbeddedObjectExportFilter.cxx | 133 void SAL_CALL XMLEmbeddedObjectExportFilter::unknown( const OUString& rString ) in unknown() function in XMLEmbeddedObjectExportFilter 137 xExtHandler->unknown( rString ); in unknown()
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | graphite_textsrc.cxx | 130 gr::isocode unknown = {{0,0,0,0}}; in getLanguage() local 131 return unknown; in getLanguage()
|
| /AOO41X/main/offapi/com/sun/star/frame/status/ |
| H A D | ItemState.idl | 42 /** specifies an unknown state. 44 const short unknown = 0;
|
| /AOO41X/main/offapi/com/sun/star/xml/ |
| H A D | UserDefinedAttributesSupplier.idl | 33 unknown by its parser, that belong to the XML element representing 45 an XML file. When the file is stored again, the unknown
|
| H A D | ParaUserDefinedAttributesSupplier.idl | 33 unknown by its parser, that belong to the XML element representing 45 an XML file. When the file is stored again, the unknown
|