Home
last modified time | relevance | path

Searched refs:c (Results 326 – 350 of 1139) sorted by relevance

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

/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx354 typelib_TypeClass c = ctd->ppTypeRefs[i]->eTypeClass; in isSimpleStruct() local
355 switch (c) { in isSimpleStruct()
369 c <= typelib_TypeClass_DOUBLE in isSimpleStruct()
370 || c == typelib_TypeClass_ENUM); in isSimpleStruct()
393 typelib_TypeClass c = returnType == 0 in codeSnippet() local
395 if (returnType != 0 && !bridges::cpp_uno::shared::isSimpleType(c)) { in codeSnippet()
399 switch (c) { in codeSnippet()
/trunk/main/xmloff/source/xforms/
H A DTokenContext.cxx125 bool lcl_IsWhiteSpace( sal_Unicode c ) in lcl_IsWhiteSpace() argument
127 return c == sal_Unicode( ' ' ) in lcl_IsWhiteSpace()
128 || c == sal_Unicode( 0x09 ) in lcl_IsWhiteSpace()
129 || c == sal_Unicode( 0x0A ) in lcl_IsWhiteSpace()
130 || c == sal_Unicode( 0x0D ); in lcl_IsWhiteSpace()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx138 char c = m_input[m_index]; in next() local
139 if (c == ',') { in next()
143 if (c == '\\') { in next()
145 c = m_input[m_index++]; in next()
146 switch (c) { in next()
148 c = '\0'; in next()
160 b.append(c); in next()
196 char c = utf8[i]; in addArgument() local
197 switch (c) { in addArgument()
208 *arguments += c; in addArgument()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx173 sal_Unicode c; in ConvertWordDelimiter() local
177 c = rDelim.GetChar(i++); in ConvertWordDelimiter()
179 if (c == '\\') in ConvertWordDelimiter()
181 c = rDelim.GetChar(i++); in ConvertWordDelimiter()
183 switch (c) in ConvertWordDelimiter()
224 sReturn += c; in ConvertWordDelimiter()
231 sal_Unicode c = rDelim.GetChar(i); in ConvertWordDelimiter() local
233 switch (c) in ConvertWordDelimiter()
240 if( c <= 0x1f || c >= 0x7f ) in ConvertWordDelimiter()
243 += String::CreateFromInt32( c, 16 ); in ConvertWordDelimiter()
[all …]
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.nspace12 src/raptor_xml_writer.c | 7 ++++---
15 …ff --git misc/raptor2-2.0.15/src/raptor_xml_writer.c misc/build/raptor2-2.0.15/src/raptor_xml_writ…
17 --- misc/raptor2-2.0.15/src/raptor_xml_writer.c
18 +++ misc/build/raptor2-2.0.15/src/raptor_xml_writer.c
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java91 private char c; field in MyPersistObject
112 c = 'c'; in MyPersistObject()
146 c = inStream.readChar(); in read()
166 outStream.writeChar(c); in write()
195 c = ((Character)value).charValue(); in setPropertyValue()
218 return new Character(c); in getPropertyValue()
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx214 JavaInfo c(OUSTR("file:///C:/Program%20Files/Java/j2re1.4.0_03")); in test_compareVersions() local
235 && a.compareVersions(c) < 0 in test_compareVersions()
248 && b.compareVersions(c) < 0 in test_compareVersions()
258 && d.compareVersions(c) > 0 in test_compareVersions()
307 JavaInfo c(OUSTR("file:///c:/local/r/j2sdk1.4.0"));// not Accessible in test_isEqual() local
324 arRet[i++]= ! a.isEqual(c); //must fail in test_isEqual()
/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx133 #define NSQLAllocHandle(a,b,c) (*(TSQLAllocHandle)(m_pAllocHandle))(a,b,c) argument
135 #define NSQLSetEnvAttr(a,b,c,d) (*(TSQLSetEnvAttr)(m_pSetEnvAttr))(a,b,c,d) argument
136 #define NSQLDataSources(a,b,c,d,e,f,g,h) (*(TSQLDataSources)(m_pDataSources))(a,b,c,d,e,f,g,h) argument
/trunk/main/sc/source/core/tool/
H A Dreffind.cxx47 inline sal_Bool IsText( sal_Unicode c ) in IsText() argument
49 return !ScGlobal::UnicodeStrChr( ScRefFinder::pDelimiters, c ); in IsText()
52 inline sal_Bool IsText( sal_Bool& bQuote, sal_Unicode c ) in IsText() argument
54 if ( c == '\'' ) in IsText()
61 return IsText( c ); in IsText()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java306 String c = null; in readBlock() local
617 char c = ' '; in check() local
619 c = line.charAt(i); in check()
620 if (c < 30 && c != 9) { in check()
621 return Character.toString(c); in check()
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx38 sal_Unicode c = string[i]; in appendString() local
39 if (c < 0x1000) { in appendString()
41 if (c < 0x100) { in appendString()
43 if (c < 0x10) { in appendString()
49 static_cast< sal_Int32 >(c), static_cast< sal_Int16 >(16)); in appendString()
/trunk/main/bridges/source/jni_uno/
H A Djni_helper.h87 jclass c=0; in find_class() local
91 jni.getClassForName(&c, &m); in find_class()
92 if (c == 0) { in find_class()
99 c = info->m_class_Class; in find_class()
102 return jni.findClass(class_name, c, m, inException); in find_class()
H A Djni_bridge.cxx360 jclass c = m_env->FindClass("java/lang/Class"); in getClassForName() local
361 if (c != 0) { in getClassForName()
363 c, "forName", in getClassForName()
366 *classClass = c; in getClassForName()
374 jclass c = 0; in findClass() local
381 c = static_cast< jclass >( in findClass()
387 return c; in findClass()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx138 inline bool lcl_isAlpha( char c ) in lcl_isAlpha() argument
140 bool bRet = (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in lcl_isAlpha()
296 sal_Char c = *pStr; in lcl_toOStringSkipLeadingWhites() local
297 while( c == ' ' || c == '\t' ) in lcl_toOStringSkipLeadingWhites()
300 c = *pStr; in lcl_toOStringSkipLeadingWhites()
/trunk/main/soltools/javadep/
H A Djavadep.c760 int c = parg[1]; in simple_getopt() local
761 if ( (popt = strchr(poptstring, c)) == NULL ) { in simple_getopt()
762 optopt = c; in simple_getopt()
777 return c; in simple_getopt()
789 int c, i, nall_argc; local
832 while( (c = simple_getopt(pall_argv, ":i:I:s:S:o:OhHvV")) != -1 ) {
834 while( (c = getopt(nall_argc, pall_argv, ":i:I:s:S:o:OhHvV")) != -1 ) {
836 switch(c) {
/trunk/main/framework/qa/complex/dispatches/
H A DInterceptor.java203 int c = lRequests.length; in queryDispatches() local
205 XDispatch[] lResults = new XDispatch[c]; in queryDispatches()
206 for (i=0; i<c; ++i) in queryDispatches()
321 int c = lBlockedURLs.length; in impl_isBlockedURL() local
323 for (i=0; i<c; ++i) in impl_isBlockedURL()
/trunk/main/toolkit/qa/complex/toolkit/
H A DAssert.java144 for ( int c=0; c<substitutionTable.length; ++c ) in impl_getMethod()
146 if ( i_argClasses[i].equals( substitutionTable[c][0] ) ) in impl_getMethod()
148 argClasses[i] = substitutionTable[c][1]; in impl_getMethod()
/trunk/main/automation/source/server/
H A Dcmdbasestream.cxx290 comm_UniChar c = aString[ n ]; in Write() local
291 if ( ((c >= 0x200B) && (c <= 0x200F)) in Write()
292 ||((c >= 0x2028) && (c <= 0x202E)) ) in Write()
297 aNoBiDiString[ nNewLenInChars ] = c; in Write()
/trunk/main/vcl/source/app/
H A Di18nhelp.cxx92 inline bool is_formatting_mark( sal_Unicode c ) in is_formatting_mark() argument
94 if( (c >= 0x200B) && (c <= 0x200F) ) // BiDi and zero-width-markers in is_formatting_mark()
96 if( (c >= 0x2028) && (c <= 0x202E) ) // BiDi and paragraph-markers in is_formatting_mark()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java151 Class c = findLoadedClass( name ); in loadClass() local
152 if ( c == null ) { in loadClass()
154 c = super.findClass( name ); in loadClass()
165 resolveClass( c ); in loadClass()
167 return c; in loadClass()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx229 const sal_Unicode c = aField2.GetChar(j); in impl_fillColumnInfo_nothrow() local
230 if ( j == nSpaceCount && m_cFieldDelimiter != 32 && c == 32 ) in impl_fillColumnInfo_nothrow()
236 if ( ( !cDecimalDelimiter || c != cDecimalDelimiter ) && in impl_fillColumnInfo_nothrow()
237 ( !cThousandDelimiter || c != cThousandDelimiter ) && in impl_fillColumnInfo_nothrow()
239 ( j != 0 || (c != '+' && c != '-' ) ) ) in impl_fillColumnInfo_nothrow()
244 if (cDecimalDelimiter && c == cDecimalDelimiter) in impl_fillColumnInfo_nothrow()
250 if ( c == '.' ) in impl_fillColumnInfo_nothrow()
262 const sal_Unicode c = aValue.GetChar(static_cast<sal_uInt16>(j)); in impl_fillColumnInfo_nothrow() local
264 if (c == cThousandDelimiter && j) in impl_fillColumnInfo_nothrow()
/trunk/main/soltools/ldump/
H A Dldump.cxx129 int c = fgetc( pList ); in Dump() local
130 if ( c == '\0' ) in Dump()
134 if ( ((c >= 33) && (c <= 126)) && ( c!=40 && c!=41) ) in Dump()
135 aBuf[i] = static_cast< char >(c); in Dump()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java206 private boolean isAlpha(char c) { in isAlpha() argument
207 return(Character.isLetter(c)); in isAlpha()
216 private boolean isDigit(char c) { in isDigit() argument
217 return(Character.isDigit(c)); in isDigit()
226 private boolean isAlphaNum(char c) { in isAlphaNum() argument
227 return(isAlpha(c) || isDigit(c)); in isAlphaNum()
/trunk/main/registry/test/
H A Dregdiagnose.h30 #define REG_ENSURE(c, m) _REG_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
32 #define _REG_ENSURE(c, f, l, m) \ argument
35 if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, m)) \
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1004.pem17 8b:43:31:55:11:3e:22:2b:85:19:38:ed:0b:35:3c:
21 d9:1b:58:62:fb:2c:86:07:f7:f0:28:7b:5a:38:1b:
38 06:f8:6c:41:c2:5a:95:53:47:7e:a7:73:c9:45:4f:6b:30:fc:
40 00:39:1a:55:4b:3d:a5:de:75:3c:43:5a:33:10:d3:cf:4e:04:
42 31:75:36:5b:09:eb:82:5d:7d:e1:35:a3:a4:6c:b2:ac:c8:fa:

Completed in 112 milliseconds

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