Home
last modified time | relevance | path

Searched refs:c (Results 301 – 325 of 1139) sorted by relevance

1...<<11121314151617181920>>...46

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java40 Class c = (Class) WeakMap.getValue(map.get(locationUrl)); in find() local
41 if (c != null) { in find()
42 return c; in find()
60 Class c = cl2.loadClass(name); in find() local
66 map.put(locationUrl, c); in find()
68 return c; in find()
/trunk/main/sal/workben/
H A Dmakefile.mk175 CFILES= t_readline.c
192 CFILES= t_cipher.c
207 CFILES= t_digest.c
222 CFILES= t_random.c
237 CFILES= t_layer.c
252 CFILES= t_tls.c
279 CFILES= t_zip.c
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx232 sal_Unicode c = mpBuffer[ nBufferReadPos++ ]; in implReadString() local
240 if( c == cLineEndChar1 || c == cLineEndChar2 ) in implReadString()
243 if( c == cFirstLineEndChar ) in implReadString()
254 else if( c == cLineEndChar1 || c == cLineEndChar2 ) in implReadString()
257 cFirstLineEndChar = c; in implReadString()
264 if( c == pDelims[ i ] ) in implReadString()
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.lex262 int c;
264 while (br>0 && (c = yyinput()) != EOF)
266 if (c=='}') br--;
267 if (c=='{') br++;
282 int c = yyinput();
283 eventHandler.addBinData((unsigned char)c);
/trunk/main/lingucomponent/source/languageguessing/
H A Daltstrfunc.hxx30 inline bool isSeparator(const char c){ in isSeparator() argument
31 …return c == GUESS_SEPARATOR_OPEN || c == GUESS_SEPARATOR_SEP || c == GUESS_SEPARATOR_CLOSE || c ==… in isSeparator()
/trunk/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx79 xub_Unicode c = aText.GetChar(i); in PageSizeControl() local
80 if ( INetMIME::isAlpha(c) || (c == '\'') || (c == '\"') || (c == '%') ) in PageSizeControl()
82 aMetricStr.Insert(c, 0); in PageSizeControl()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx396 inline sal_Bool IsAsciiDigit( sal_Unicode c ) in IsAsciiDigit() argument
398 return 0x30 <= c && c <= 0x39; in IsAsciiDigit()
401 inline sal_Bool IsAsciiAlpha( sal_Unicode c ) in IsAsciiAlpha() argument
403 return (0x41 <= c && c <= 0x5a) || (0x61 <= c && c <= 0x7a); in IsAsciiAlpha()
506 sal_Unicode c; in lcl_GetColumnTypes() local
507 for ( const sal_Unicode* p = aFieldName.GetBuffer(); ( c = *p ) != 0; p++ ) in lcl_GetColumnTypes()
509 if ( IsAsciiAlpha( c ) || IsAsciiDigit( c ) || c == '_' ) in lcl_GetColumnTypes()
510 aTmpStr += c; in lcl_GetColumnTypes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java357 public void setForeground(Color c) { in setForeground() argument
358 if(c!=null) in setForeground()
359 foreground = new Color(c.getRGB()); in setForeground()
379 public void setBackground(Color c) { in setBackground() argument
380 if(c!=null) in setBackground()
381 background = new Color(c.getRGB()); in setBackground()
/trunk/main/javaunohelper/source/
H A Dbootstrap.cxx162 jclass c = jni_env->FindClass( "com/sun/star/uno/RuntimeException" ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap() local
163 if (0 != c) in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
168 jni_env->ThrowNew( c, cstr.getStr() ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
173 jclass c = jni_env->FindClass( "com/sun/star/uno/Exception" ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap() local
174 if (0 != c) in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
179 jni_env->ThrowNew( c, cstr.getStr() ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/trunk/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx132 static inline component_type toGreyscale( const Color& c ) in toGreyscale()
134 return c.getGreyscale(); in toGreyscale()
137 static inline Color fromGreyscale( component_type c ) in fromGreyscale()
139 return Color(c,c,c); in fromGreyscale()
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/newcerts/
H A D1001.pem15 00:ab:2a:df:93:6c:f0:b1:34:54:15:5b:06:4e:15:
19 25:86:a9:72:c8:7c:0f:29:87:b9:14:51:34:d2:fc:
20 01:3e:20:46:dc:54:3f:f3:03:d8:07:e0:6b:0c:78:
38 79:45:fe:2f:37:4c:69:76:ab:0a:10:ea:0d:5e:fe:28:04:44:
39 9c:f3:8d:43:f5:15:fa:79:be:d3:86:f3:c1:b5:8b:5a:74:a9:
40 c5:b7:fe:e8:63:6e:1f:13:3a:c9:49:3b:45:0c:a6:64:b9:07:
/trunk/main/automation/source/server/
H A Dserver.cxx410 sal_Char c = aStr.GetChar(i); in Timeout() local
412 aStr.SetChar( aStr.Len()-i-1, c ); in Timeout()
507 xub_StrLen c; in Timeout() local
520 c = aData.GetChar( nIndex ); in Timeout()
521 c = aTr.Search( (sal_Char)c ); in Timeout()
523 c <<= 2; in Timeout()
524 c |= ( ( cRest & 0x30 ) >> 4 ); in Timeout()
527 aStream << sal_Char(c); in Timeout()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx448 sal_Unicode c; member in Complex
454 inline static sal_Bool IsImagUnit( sal_Unicode c );
806 Num( fReal, fImag ), c( cC ) in Complex()
845 if( !c ) c = rM.c; in Mult()
853 if( !c ) c = rC.c; in Sub()
861 if( !c ) c = rAdd.c; in Add()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx651 const U8 c = *mpReadPtr; in readDictOp() local
756 } else if( (c >= 32) || (c == 28) ) { in readDictOp()
786 const U8 c = *p; in read2push() local
787 if( c == 28 ) { // -32767..+32767 in read2push()
793 } else if( c <= 246 ) { // -107..+107 in read2push()
1464 const U8 nH = c >> 4U; in readRealVal()
1486 const U8 nL = c & 0x0F; in readRealVal()
2138 const char c = *(pI++); in emitAsType1() local
2139 if( c != ' ') in emitAsType1()
2140 *(pO++) = c; in emitAsType1()
[all …]
H A Dsft.cxx254 return (a << 24) | (b << 16) | (c << 8) | d; in mkTag()
404 return fixedDiv(res, c); in fixedMulDiv()
725 b = c = 0; in GetCompoundTTOutline()
747 c = GetInt16(ptr, 4, 1) << 2; in GetCompoundTTOutline()
759 abs1 = (c < 0) ? -c : c; in GetCompoundTTOutline()
774 ((double) c) / 65536, in GetCompoundTTOutline()
1227 if (c <= 255) { in getGlyph0()
1228 return *(cmap + 6 + c); in getGlyph0()
1253 theLowByte = (sal_uInt8)(c & 0x00ff); in getGlyph2()
1296 if (c < firstCode || c > lastCode) { in getGlyph6()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/demoCA/newcerts/
H A D1000.pem16 a6:b7:0c:77:0e:4b:10:e8:14:a3:e1:84:69:7c:8e:
17 97:d2:7d:01:ad:b2:dc:5c:cd:c6:91:a1:f3:93:7c:
38 2c:40:fd:3d:d5:7e:91:46:25:49:62:ba:e9:7f:67:c2:fc:8a:
39 c3:a0:37:bf:ec:f9:54:bf:61:10:35:dd:5b:bb:da:7c:70:54:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/
H A Dcacert.pem16 a6:b7:0c:77:0e:4b:10:e8:14:a3:e1:84:69:7c:8e:
17 97:d2:7d:01:ad:b2:dc:5c:cd:c6:91:a1:f3:93:7c:
38 2c:40:fd:3d:d5:7e:91:46:25:49:62:ba:e9:7f:67:c2:fc:8a:
39 c3:a0:37:bf:ec:f9:54:bf:61:10:35:dd:5b:bb:da:7c:70:54:
/trunk/main/automation/source/simplecm/
H A Dpackethandler.cxx230 unsigned char c; in TransferData() local
232 c = CalcCheckByte( nBuffer ); in TransferData()
233 WRITE_SOCKET( &c, 1 ); in TransferData()
299 unsigned char c; in SendHandshake() local
301 c = CalcCheckByte( nBuffer ); in SendHandshake()
302 WRITE_SOCKET( &c, 1 ); in SendHandshake()
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.hxx52 WCHAR c = *text++; in commandLineAppendEncoded() local
53 if (c == L'\0') { in commandLineAppendEncoded()
55 } else if (c == L'$') { in commandLineAppendEncoded()
58 } else if (c == L'\\') { in commandLineAppendEncoded()
62 *buffer++ = c; in commandLineAppendEncoded()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DReaderInputStream.java47 int c = reader.read(); in read() local
48 if (c < 0) { in read()
49 return c; in read()
51 nextByte = (byte) ((c >>> 8) & 0xff); in read()
52 return c & 0xff; in read()
/trunk/main/libxml2/
H A D7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch16 xmlschemas.c | 1 -
19 diff --git misc/libxml2-2.9.10/xmlschemas.c misc/build/libxml2-2.9.10/xmlschemas.c
21 --- misc/libxml2-2.9.10/xmlschemas.c
22 +++ misc/build/libxml2-2.9.10/xmlschemas.c
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch14 xmllint.c | 6 ++++++
17 diff --git misc/libxml2-2.9.10/xmllint.c misc/build/libxml2-2.9.10/xmllint.c
19 --- misc/libxml2-2.9.10/xmllint.c
20 +++ misc/build/libxml2-2.9.10/xmllint.c
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx46 sal_uInt32 c = n; in initCRCTable() local
49 if (c & 1) in initCRCTable()
50 c = 0xedb88320L ^ (c >> 1); in initCRCTable()
52 c = c >> 1; in initCRCTable()
54 crc_table[n] = c; in initCRCTable()
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py37 def isUpper (c): argument
38 return c >= 'A' and c <= 'Z'
43 for c in name:
44 if isUpper(c) and len(buf) > 1:
46 buf = c
48 buf += c
/trunk/main/
H A DNOTICE11 Portions of this software copyright (c) 2000-2011, Oracle and/or its affiliates <https://www.oracle…
43 Copyright (c) 2011 The Apache Software Foundation.
60 Copyright (c) 2011 The Apache Software Foundation.
118 Copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/> (dead link),
125 This product contains W3C XML Schema documents. Copyright 2001-2003 (c)
134 Copyright (c) 2009-2018
141 Copyright (c) 2002-2023 EPFL
142 Copyright (c) 2011-2023 Lightbend, Inc.

Completed in 138 milliseconds

1...<<11121314151617181920>>...46