Home
last modified time | relevance | path

Searched refs:c (Results 176 – 200 of 1139) sorted by relevance

12345678910>>...46

/trunk/main/sal/rtl/source/
H A Dstring.c56 #define IMPL_RTL_USTRCODE( c ) ((unsigned char)c) argument
116 sal_Unicode c; in rtl_ImplGetFastUTF8ByteLen() local
124 c = *pStr; in rtl_ImplGetFastUTF8ByteLen()
126 if ( c < 0x80 ) in rtl_ImplGetFastUTF8ByteLen()
128 else if ( c < 0x800 ) in rtl_ImplGetFastUTF8ByteLen()
132 if ( !SAL_RTL_IS_HIGH_SURROGATE(c) ) in rtl_ImplGetFastUTF8ByteLen()
136 nUCS4Char = c; in rtl_ImplGetFastUTF8ByteLen()
140 c = *(pStr+1); in rtl_ImplGetFastUTF8ByteLen()
141 if ( SAL_RTL_IS_LOW_SURROGATE(c) ) in rtl_ImplGetFastUTF8ByteLen()
143 nUCS4Char = SAL_RTL_COMBINE_SURROGATES(nUCS4Char, c); in rtl_ImplGetFastUTF8ByteLen()
H A Dustring.c61 #define IMPL_RTL_USTRCODE( c ) (c) argument
495 sal_uInt32 c = codePoints[i]; in rtl_uString_newFromCodePoints() local
496 if (c < 0x10000) { in rtl_uString_newFromCodePoints()
497 *p++ = (sal_Unicode) c; in rtl_uString_newFromCodePoints()
499 c -= 0x10000; in rtl_uString_newFromCodePoints()
511 sal_uChar c; in rtl_ImplGetFastUTF8UnicodeLen() local
518 c = (sal_uChar)*pStr; in rtl_ImplGetFastUTF8UnicodeLen()
520 if ( !(c & 0x80) ) in rtl_ImplGetFastUTF8UnicodeLen()
522 else if ( (c & 0xE0) == 0xC0 ) in rtl_ImplGetFastUTF8UnicodeLen()
524 else if ( (c & 0xF0) == 0xE0 ) in rtl_ImplGetFastUTF8UnicodeLen()
[all …]
H A Ddigest.c42 #define RTL_DIGEST_HTONL(l,c) \ argument
48 #define RTL_DIGEST_LTOC(l,c) \ argument
537 #define R0(a,b,c,d,k,s,t) { \ argument
542 #define R1(a,b,c,d,k,s,t) { \ argument
547 #define R2(a,b,c,d,k,s,t) { \ argument
552 #define R3(a,b,c,d,k,s,t) { \ argument
958 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
959 #define F_20_39(b,c,d) ((b) ^ (c) ^ (d)) argument
960 #define F_40_59(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
961 #define F_60_79(b,c,d) F_20_39(b,c,d) argument
[all …]
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx381 sal_Char c; in dump_hex() local
385 rStream >> c; in dump_hex()
388 unsigned int i = c; in dump_hex()
393 if( !isprint( c ) ) in dump_hex()
394 c = '.'; in dump_hex()
423 sal_Char c; in dump_byte() local
424 rStream >> c; in dump_byte()
440 sal_uInt32 c; in dump_uint() local
441 rStream >> c; in dump_uint()
465 float c; in dump_float() local
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java62 public void setInitialComponent(java.awt.Component c) { in setInitialComponent() argument
63 initialComponent = c; in setInitialComponent()
337 java.awt.Component c = e.getChild(); in componentAdded() local
338 if (c != null && c instanceof javax.accessibility.Accessible) { in componentAdded()
341 null, ((javax.accessibility.Accessible) c).getAccessibleContext()); in componentAdded()
345 java.awt.Component c = e.getChild(); in componentRemoved() local
346 if (c != null && c instanceof javax.accessibility.Accessible) { in componentRemoved()
403 public void setBackground(java.awt.Color c) { in setBackground() argument
416 public void setForeground(java.awt.Color c) { in setForeground() argument
529 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent( in getAccessibleAt() local
[all …]
H A DContainer.java135 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent( in getAccessibleComponents() local
137 if (c != null) { in getAccessibleComponents()
138 list.add(c); in getAccessibleComponents()
480 java.awt.Component c = e.getChild(); in componentAdded() local
481 if (c != null && c instanceof javax.accessibility.Accessible) { in componentAdded()
484 null, ((javax.accessibility.Accessible) c).getAccessibleContext()); in componentAdded()
488 java.awt.Component c = e.getChild(); in componentRemoved() local
489 if (c != null && c instanceof javax.accessibility.Accessible) { in componentRemoved()
611 public void setBackground(java.awt.Color c) { in setBackground() argument
624 public void setForeground(java.awt.Color c) { in setForeground() argument
[all …]
H A DDialog.java72 public void setInitialComponent(java.awt.Component c) { in setInitialComponent() argument
73 initialComponent = c; in setInitialComponent()
434 java.awt.Component c = e.getChild(); in componentAdded() local
435 if (c != null && c instanceof javax.accessibility.Accessible) { in componentAdded()
438 null, ((javax.accessibility.Accessible) c).getAccessibleContext()); in componentAdded()
442 java.awt.Component c = e.getChild(); in componentRemoved() local
443 if (c != null && c instanceof javax.accessibility.Accessible) { in componentRemoved()
506 public void setBackground(java.awt.Color c) { in setBackground() argument
519 public void setForeground(java.awt.Color c) { in setForeground() argument
632 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent( in getAccessibleAt() local
[all …]
H A DFrame.java64 public void setInitialComponent(java.awt.Component c) { in setInitialComponent() argument
65 initialComponent = c; in setInitialComponent()
411 java.awt.Component c = e.getChild(); in componentAdded() local
412 if (c != null && c instanceof javax.accessibility.Accessible) { in componentAdded()
415 null, ((javax.accessibility.Accessible) c).getAccessibleContext()); in componentAdded()
419 java.awt.Component c = e.getChild(); in componentRemoved() local
420 if (c != null && c instanceof javax.accessibility.Accessible) { in componentRemoved()
498 public void setBackground(java.awt.Color c) { in setBackground() argument
511 public void setForeground(java.awt.Color c) { in setForeground() argument
624 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent( in getAccessibleAt() local
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/
H A D1002.pem16 9d:9e:fa:86:b2:25:b3:1d:f6:5d:05:8e:2b:0c:bd:
17 60:1e:e6:52:39:4c:84:9e:93:6c:d2:b4:2d:34:1a:
20 18:6c:2d:9e:70:7a:21:2a:fd:0c:f8:03:00:32:60:
21 5d:37:c5:11:56:74:30:e4:03:3c:88:71:d5:79:d3:
22 76:02:e1:85:87:63:4b:5b:cd:c9:1f:ca:85:7a:8c:
38 81:6c:73:7c:9d:f7:12:c9:bf:99:16:cf:56:38:e4:58:db:28:
39 a5:9c:e3:8e:ed:27:d2:da:53:41:80:2a:d4:c3:92:5d:b5:b4:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/newcerts/
H A D1000.pem17 42:8b:5c:0d:2c:ad:ad:44:c0:4c:2f:7c:75:e8:bd:
20 9e:71:be:88:10:6c:30:89:9f:55:84:9d:83:d0:c9:
22 4e:72:4c:00:07:d7:59:3a:8d:2f:cd:5e:0c:a0:95:
41 ae:74:9b:94:86:73:06:06:da:6a:2c:82:04:b1:49:19:62:a9:
42 05:e5:e7:2c:68:a1:3b:f4:bf:80:85:5b:1b:dc:21:7b:3d:c1:
43 ee:97:6c:72:35:2d:80:19:90:b4:ab:19:34:bb:88:5e:ea:70:
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.dsp48 …3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
49 …m /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
65 regsvr32 /s /c "$(TargetPath)"
83 …Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
101 regsvr32 /s /c "$(TargetPath)"
139 regsvr32 /s /c "$(TargetPath)"
173 regsvr32 /s /c "$(TargetPath)"
209 regsvr32 /s /c "$(TargetPath)"
249 regsvr32 /s /c "$(TargetPath)"
270 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.dsp48 …3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
49 …3 /Gm /ZI /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
65 regsvr32 /s /c "$(TargetPath)"
83 …Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
101 regsvr32 /s /c "$(TargetPath)"
139 regsvr32 /s /c "$(TargetPath)"
173 regsvr32 /s /c "$(TargetPath)"
209 regsvr32 /s /c "$(TargetPath)"
249 regsvr32 /s /c "$(TargetPath)"
270 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx104 for(sal_uInt32 c(0); c < nPointCount; c++) in impCreate3DDecomposition() local
106 … const basegfx::B2DPoint a2Candidate(aPartPoly.getTextureCoordinate(c)); in impCreate3DDecomposition()
111 a3N = aPartPoly.getB3DPoint(c); in impCreate3DDecomposition()
117 a3X = aPartPoly.getB3DPoint(c) - a3N; in impCreate3DDecomposition()
128 a3Y = aPartPoly.getB3DPoint(c) - a3N; in impCreate3DDecomposition()
193 for(sal_uInt32 c(0); c < aMatrices.size(); c++) in impCreate3DDecomposition() local
195 const basegfx::B2DHomMatrix& rMatrix = aMatrices[c]; in impCreate3DDecomposition()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx90 ::sal_Int32 c = nMaxItems; in impl_testHistory()
94 impl_setSize (c); in impl_testHistory()
98 for (i=0; i<c; ++i) in impl_testHistory()
110 for (i=0; i<c; ++i) in impl_testHistory()
112 ::sal_Int32 nExpectedIndex = (c-1)-i; in impl_testHistory()
120 ::sal_Int32 nFirstItem = (c-1); in impl_testHistory()
121 ::sal_Int32 nSecondItem = (c-2); in impl_testHistory()
132 ::sal_Int32 nExpectedIndex = (c-1)-i; in impl_testHistory()
138 ::sal_Int32 nNewestItem = c; in impl_testHistory()
273 for (i=0; i<c; ++i) in impl_existsItem()
[all …]
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java96 char c = no.charAt(len - i - 1); in toIntColumnNo() local
97 ret += Math.pow(26, i) * (c - 'A' + 1); in toIntColumnNo()
131 char c = loc.charAt(i); in parseLocation() local
132 if (c >= '0' && c <= '9') in parseLocation()
195 int r = 0, c = 0; in getCellTexts() local
203 texts[r][c] = cellContent; in getCellTexts()
205 c++; in getCellTexts()
209 texts[r][c] = cellContent; in getCellTexts()
211 c = 0; in getCellTexts()
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100A.pem15 00:e5:3f:d4:e1:d6:26:2a:c9:40:1d:34:3c:1e:e8:
16 f4:54:67:6b:6c:a5:b7:fe:04:bb:cb:0e:c0:2d:26:
18 e6:4b:ad:2d:a2:8d:49:b3:ac:18:ca:1c:25:67:44:
19 7c:8e:b5:ab:ec:f7:a8:da:b7:37:ed:77:76:b2:8f:
21 b7:b4:c5:ff:45:fd:67:04:25:47:2c:1a:a7:63:1e:
39 dd:7b:75:e5:53:b0:bc:4e:58:40:bf:3b:d2:9c:7f:9e:b1:66:
41 20:33:70:07:13:92:32:e1:bf:92:6a:d5:89:03:2c:ad:e1:85:
42 8c:b3:1d:ee:0c:35:70:2f:aa:e5:e0:77:97:b0:9b:a3:0d:22:
60 m6MNIm/c
H A D100D.pem17 a5:28:23:58:37:67:a5:5c:72:6d:f2:fc:80:81:55:
18 78:86:28:e9:60:c2:0a:d0:17:3c:3a:e9:a8:01:71:
20 de:7b:af:c8:a4:0c:9c:56:00:8b:76:67:d1:ba:a9:
21 e7:40:63:77:da:44:d3:89:5c:a7:5a:ea:d5:f3:9b:
36 64:3e:b6:a6:5e:0d:6f:b3:e7:f6:c7:1f:4a:48:96:4c:fe:13:
37 3c:4a:7b:e7:46:51:56:45:66:02:e4:79:1a:7f:15:a4:e9:5b:
38 f7:4c:68:cf:cf:b0:7b:e2:ba:57:37:23:c6:cd:ba:75:85:e8:
39 eb:d5:ca:a2:6d:9a:75:84:4b:7b:47:38:58:bc:0a:4b:cc:2c:
42 8e:7f:4d:10:2c:7b:d7:03:0d:de:da:6b:e0:07:06:90:73:1f:
H A D1011.pem16 8a:f2:6e:d3:f8:44:ac:58:7b:f5:dd:1c:71:17:bf:
17 3e:14:29:55:f0:5c:c9:ed:36:c0:7f:e7:cc:7c:a3:
18 c4:9a:13:4f:7d:6c:b3:1e:ab:24:ba:1a:ff:48:96:
21 14:a8:70:60:b5:a3:62:4f:b8:bf:0a:22:0a:9c:83:
36 96:ee:46:fc:41:4f:55:0d:bc:46:27:5a:3c:09:7c:17:6c:e3:
39 a0:a5:95:b0:3b:55:c1:85:9d:3d:c2:d0:7b:a4:d0:0e:16:7c:
41 7e:3b:99:d6:b2:3d:a2:90:1e:c9:9b:70:0a:af:04:d9:7c:46:
H A D1016.pem17 4c:bd:60:84:19:f5:93:28:c1:5d:b9:8d:05:05:4d:
18 01:85:aa:9e:5b:08:9c:01:f8:32:90:fe:ef:7f:eb:
37 95:60:46:24:dd:ea:e8:08:e6:60:9c:33:82:8c:34:a2:d8:38:
39 3a:b4:9c:c0:6f:95:2c:4f:d8:b3:3b:cf:69:ab:3c:41:3a:43:
42 5c:6b:49:14:8a:23:b5:b6:4f:b6:41:d0:a7:16:7c:67:4c:b3:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/
H A D1001.pem17 0b:22:6e:e4:21:e6:ab:c9:0a:4a:c4:cd:6f:3c:db:
20 5c:9f:e8:19:ed:0a:ef:47:e9:11:73:28:ce:b0:95:
22 ee:55:0d:6c:32:5f:d2:f1:76:1c:b9:e7:d2:ac:07:
37 4a:57:08:6a:66:af:b4:05:4f:b3:4c:39:23:2b:5d:c9:88:7b:
40 0f:53:e5:eb:25:d3:f6:2c:21:72:59:40:32:ba:ec:72:cc:64:
42 e9:5c:48:b0:7c:7b:e2:51:35:33:ad:a8:5c:79:ac:ee:bf:42:
43 fa:0b:a0:02:72:cc:5e:07:c0:d4:d3:96:26:16:3e:8c:32:8d:
/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx266 context_t *c = new context_t; in resolve_func() local
267 c->pBuilder = builder; in resolve_func()
268 c->rInputStream = src.aInputStream; in resolve_func()
269 c->close = true; in resolve_func()
270 c->freeOnClose = true; in resolve_func()
343 context_t c; in parse() local
344 c.pBuilder = this; in parse()
345 c.rInputStream = is; in parse()
347 c.close = false; in parse()
348 c.freeOnClose = false; in parse()
[all …]
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx120 sal_Int32 c = lSource.getLength(); in operator <<() local
123 for (i=0; i<c; ++i) in operator <<()
168 sal_Int32 c = lSource.getLength(); in operator <<() local
171 for (sal_Int32 i=0; i<c; ++i) in operator <<()
182 sal_Int32 c = lSource.getLength(); in operator <<() local
185 for (sal_Int32 i=0; i<c; ++i) in operator <<()
194 sal_Int32 c = (sal_Int32)size(); in operator >>() local
195 lDestination.realloc(c); in operator >>()
214 sal_Int32 c = (sal_Int32)size(); in operator >>() local
215 lDestination.realloc(c); in operator >>()
[all …]
/trunk/main/basebmp/source/
H A Dintconversion.hxx38 sal_uInt32 operator()( RgbVal const& c ) const in operator ()()
40 return (c[0] << 16) | (c[1] << 8) | c[2]; in operator ()()
47 RgbVal operator()( sal_uInt32 c ) const in operator ()()
49 return RgbVal((c >> 16) & 0xFF, in operator ()()
50 (c >> 8) & 0xFF, in operator ()()
51 c & 0xFF); in operator ()()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx49 static int getHexDigit( const char c ) in getHexDigit() argument
51 if( c >= '0' && c <= '9' ) in getHexDigit()
52 return (int)(c-'0'); in getHexDigit()
53 else if( c >= 'a' && c <= 'f' ) in getHexDigit()
54 return (int)(c-'a'+10); in getHexDigit()
55 else if( c >= 'A' && c <= 'F' ) in getHexDigit()
56 return (int)(c-'A'+10); in getHexDigit()
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx185 sal_Unicode c = 0U; in GetNextChar() local
252 c = cUC; in GetNextChar()
271 c = (sal_Unicode)c1; in GetNextChar()
314 c = cUC; in GetNextChar()
326 c = (sal_Unicode)'?'; in GetNextChar()
358 c = cUC; in GetNextChar()
383 c = cUC; in GetNextChar()
393 c = (sal_Unicode)c1; in GetNextChar()
407 return c; in GetNextChar()
419 if( c == '\n' ) in GetNextChar()
[all …]

Completed in 142 milliseconds

12345678910>>...46