Home
last modified time | relevance | path

Searched refs:c (Results 26 – 50 of 1139) sorted by relevance

12345678910>>...46

/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx944 if( 'i'==c || 'I'==c ) in ReplaceInchWithIn()
947 if( (c >= '0' && c <= '9') || '.' == c ) in ReplaceInchWithIn()
950 if( 'n'==c || 'N'==c ) in ReplaceInchWithIn()
953 if( 'c'==c || 'C'==c ) in ReplaceInchWithIn()
956 if( 'h'==c || 'H'==c ) in ReplaceInchWithIn()
1003 if( 'i'==c || 'I'==c ) in ReplaceInWithInch()
1006 if( (c >= '0' && c <= '9') || '.' == c ) in ReplaceInWithInch()
1009 if( 'n'==c || 'N'==c ) in ReplaceInWithInch()
1047 c == 0x00b7 || c == '-' || c == '.') ); in EncodeStyleName()
1056 else if( (c >= 0x02bbU && c <= 0x02c1U) || c == 0x0559 || in EncodeStyleName()
[all …]
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DCache_Test.java34 i = c.add(f, "a"); in test0()
36 i = c.add(f, "a"); in test0()
38 i = c.add(f, "b"); in test0()
40 i = c.add(f, "a"); in test0()
48 i = c.add(f, "a"); in test1()
50 i = c.add(f, "a"); in test1()
52 i = c.add(f, "b"); in test1()
54 i = c.add(f, "b"); in test1()
56 i = c.add(f, "a"); in test1()
120 (c.add(new boolean[1], -1) + c.add(new boolean[1], -2) + in testNothingLostFromLruList()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleStateAdapter.java79 return c.toString(); in getDisplayName()
118 c.setVisible(false); in setComponentState()
122 c.setEnabled(false); in setComponentState()
155 if (c.isFocusOwner()) { in getAccessibleStateSet()
163 if (c instanceof java.awt.Window && ((java.awt.Window) c).isActive()) { in getAccessibleStateSet()
172 printOutOfSyncMessage(AccessibleState.FOCUSED, c, c.isFocusOwner()); in getAccessibleStateSet()
175 … printOutOfSyncMessage(AccessibleState.ACTIVE, c, ((java.awt.Window) c).isActive()); in getAccessibleStateSet()
178 printOutOfSyncMessage(AccessibleState.ENABLED, c, c.isEnabled()); in getAccessibleStateSet()
181 printOutOfSyncMessage(AccessibleState.FOCUSABLE, c, c.isFocusable()); in getAccessibleStateSet()
184 printOutOfSyncMessage(AccessibleState.SHOWING, c, c.isShowing()); in getAccessibleStateSet()
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx483 c[0] =c[0]-h[0]; in NaturalSpline()
514 c[2]=c[1]; in NaturalSpline()
515 c[0]=c[1]; in NaturalSpline()
517 c[0]=c[1]+h[0]*(c[1]-c[2])/h[1]; in NaturalSpline()
518 c[n]=c[n-1]+h[n-1]*(c[n-1]-c[n-2])/h[n-2]; in NaturalSpline()
523 c[0]=(c[0]-c[1]*h[0]*0.5)/h[0]; in NaturalSpline()
525 c[n]=(c[n]-c[n-1]*h[n-1]*0.5)/h[n-1]; in NaturalSpline()
532 c[0]=c[1]-Marg0*h[0]*0.5; in NaturalSpline()
580 c[1]=c[1]/(x[2]-x[0]); in PeriodicSpline()
581 c[2]=-c[1]; in PeriodicSpline()
[all …]
/trunk/main/cppuhelper/source/
H A Dunourl.cxx48 return (c >= 0x30 && c <= 0x39) // '0'--'9' in isAlphanum()
49 || (c >= 0x41 && c <= 0x5A) // 'A'--'Z' in isAlphanum()
50 || (c >= 0x61 && c <= 0x7A); // 'a'--'z' in isAlphanum()
116 if (c == 0x3D) // '=' in Impl()
252 if (!isAlphanum(c) && c != 0x21 && c != 0x24 // '!', '$' in create()
253 && c != 0x26 && c != 0x27 && c != 0x28 // '&', ''', '(' in create()
254 && c != 0x28 && c != 0x2A && c != 0x2B // ')', '*', '+' in create()
255 && c != 0x2C && c != 0x2D && c != 0x2E // ',', '-', '.' in create()
256 && c != 0x2F && c != 0x3A && c != 0x3D // '/', ':', '=' in create()
257 && c != 0x3F && c != 0x40 && c != 0x5F // '?', '@', '_' in create()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DWeakBase_Test.java49 for (int c= 0; c < types.length; c++) in getTypes()
71 for (int c= 0; c < i; c++) in getTypes()
72 bOk= bOk && r[c]; in getTypes()
91 for (int c= 0; c < ar.length - 4; c++){ in getImplementationId()
107 for (int c= 0; c < i; c++) in getImplementationId()
108 bOk= bOk && r[c]; in getImplementationId()
132 for(int c= 0; c < 50; c++) in queryAdapter()
161 for(int c= 0; c < 50; c++) in queryAdapter()
176 for (int c= 0; c < i; c++) in queryAdapter()
177 bOk= bOk && r[c]; in queryAdapter()
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp1.c489 if (c == EOF_CHAR || c == '\n')
493 c = macroid(c); /* Grab the token */
495 if (c == EOF_CHAR || c == '\n') /* From macro exp error */
551 void output(int c) argument
558 if (c != TOK_SEP && c != COM_SEP)
560 if (c != TOK_SEP)
563 PUTCHAR(c);
567 outputEval(c) argument
568 int c;
575 if (c != TOK_SEP && c != COM_SEP)
[all …]
H A Dcpp2.c89 c = skipws(); in control()
90 if (c == '\n' || c == EOF_CHAR) in control()
92 if (!isdigit(c)) in control()
166 while (c != '\n' && c != EOF_CHAR) { in control()
167 save(c); in control()
263 while ((c = get()) != '\n' && c != EOF_CHAR) in control()
282 while ((c = get()) != '\n' && c != EOF_CHAR) in control()
330 if ((c = skipws()) == '\n' || c == EOF_CHAR) { in doif()
392 while ((c = get()) != '\n' && c != EOF_CHAR) in doinclude()
403 while ((c = get()) != delim && c != EOF_CHAR) in doinclude()
[all …]
/trunk/main/tools/inc/tools/
H A Ddiagnose_ex.h85 #define ENSURE_ARG_OR_THROW(c, m) if( !(c) ) { \ argument
92 #define ENSURE_ARG_OR_THROW2(c, m, ifc, arg) if( !(c) ) { \ argument
103 #define ENSURE_OR_THROW(c, m) if( !(c) ) { \ argument
109 #define ENSURE_OR_THROW2(c, m, ifc) if( !(c) ) { \ argument
119 #define ENSURE_OR_RETURN(c, m, r) if( !(c) ) { \ argument
133 if( !(c) ) \
135 OSL_ENSURE( c, m ); \
145 if( !(c) ) \
147 OSL_ENSURE( c, m ); \
155 if ( !(c) ) \
[all …]
H A Dstring.hxx191 ByteString( sal_Char c );
225 ByteString& Assign( sal_Char c );
233 { return Assign( c ); } in operator =()
238 ByteString& Append( char c );
243 ByteString& operator +=( sal_Char c ) in operator +=() argument
244 { return Append( c ); } in operator +=()
476 UniString( sal_Unicode c );
516 UniString& Assign( sal_Unicode c );
528 { return Assign( c ); } in operator =()
535 UniString& Append( sal_Unicode c );
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx364 WaitCondition c; in run() local
370 WaitCondition c; in run() local
377 WaitCondition c; in run() local
385 WaitCondition c; in run() local
391 WaitCondition c; in run() local
398 WaitCondition c; in run() local
405 WaitCondition c; in run() local
412 WaitCondition c; in run() local
420 WaitCondition c; in run() local
428 WaitCondition c; in run() local
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java99 private boolean isAddOp(char c) { in isAddOp() argument
100 return (c == '-') || (c == '+'); in isAddOp()
156 return (c == '>') || (c == '<') || (c == '='); in isLogicalOpChar()
166 return (c == ':') || (c == '$') || (c == '.'); in isCellRefSpecialChar()
186 return(Character.isDigit(c)); in isDigit()
196 return (c == '%'); in isPercent()
206 return(isAlpha(c) || isDigit(c)); in isAlphaNum()
216 return(isAlpha(c) || isDigit(c) || isCellRefSpecialChar(c)); in isCellRefChar()
226 if(look==c) { in match()
339 char c; in isCellRef() local
[all …]
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx147 if (c == '/' || c == '?' || c == '#') in matches()
186 return (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z'); in isAlpha()
191 return c >= '0' && c <= '9'; in isDigit()
206 if (!(isAlpha(c) || isDigit(c) in isScheme()
207 || c == '+' || c == '-' || c == '.')) in isScheme()
224 if (c == '"' || c == '\\') in appendStringLiteral()
351 if (c == '"') in scanStringLiteral()
353 if (c == '\\') in scanStringLiteral()
357 c = *p++; in scanStringLiteral()
358 if (c != '"' && c != '\\') in scanStringLiteral()
[all …]
/trunk/main/soltools/support/
H A Dsimstr.cxx298 result[pos] = c; in insert()
311 result[0] = c; in push_front()
320 Simstr::push_back(char c) in push_back() argument
325 result[len] = c; in push_back()
456 if (sz[i] != c) in remove_all()
476 Simstr::strip(char c) in strip() argument
479 if (c == ' ') in strip()
494 if (c == ' ') in strip()
639 if (sz[i] == c) in count()
743 ret.push_front(c); in operator +()
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py196 elif c == "\n":
199 if c == '#':
201 elif c == '/':
205 elif c == '"':
276 if c == "\n":
291 elif c == '(':
294 buf += c
298 buf += c
457 line += c
492 if c == '"':
[all …]
/trunk/main/sal/textenc/
H A Dtcvtmb.c249 c = *pSrcBuf; in ImplUnicodeToDBCS()
277 if (c >= pEUDCTab->mnUniStart && c <= pEUDCTab->mnUniEnd) in ImplUnicodeToDBCS()
415 if ( c <= 0x7F ) in ImplEUCJPToUnicode()
416 cConv = c; in ImplEUCJPToUnicode()
421 if ( c == 0x8E ) in ImplEUCJPToUnicode()
432 if ( (c >= 0xA1) && (c <= 0xDF) ) in ImplEUCJPToUnicode()
471 cLead = c; in ImplEUCJPToUnicode()
577 c = *pSrcBuf; in ImplUnicodeToEUCJP()
580 if ( c <= 0x7F ) in ImplUnicodeToEUCJP()
581 cConv = c; in ImplUnicodeToEUCJP()
[all …]
/trunk/main/autodoc/source/parser_i/idoc/
H A Dcx_docu2.cxx88 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
89 if ( NULCH == c OR '*' == c ) in ReadCharChain()
115 if ( NULCH == c OR '*' == c OR '>' == c) in ReadCharChain()
117 if ( '>' == c ) in ReadCharChain()
150 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
151 if ( NULCH == c OR '*' == c ) in ReadCharChain()
176 if ( NULCH == c OR '*' == c OR '>' == c ) in ReadCharChain()
178 if ('>' == c ) in ReadCharChain()
187 if ( NULCH == c OR '*' == c ) in ReadCharChain()
211 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
[all …]
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx381 if( c != *pL && c != *pU ) in convertMeasure()
1865 (c >= 0x0041 && c <= 0x005a) || in encodeStyleName()
1866 (c >= 0x0061 && c <= 0x007a) || in encodeStyleName()
1867 (c >= 0x00c0 && c <= 0x00d6) || in encodeStyleName()
1868 (c >= 0x00d8 && c <= 0x00f6) || in encodeStyleName()
1869 (c >= 0x00f8 && c <= 0x00ff) || in encodeStyleName()
1871 c == 0x00b7 || c == '-' || c == '.') ); in encodeStyleName()
1875 if( (c >= 0xf900U && c <= 0xfffeU) || in encodeStyleName()
1876 (c >= 0x20ddU && c <= 0x20e0U)) in encodeStyleName()
1880 else if( (c >= 0x02bbU && c <= 0x02c1U) || c == 0x0559 || in encodeStyleName()
[all …]
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx65 return c >= '0' && c <= '9'; in isDigit()
69 return c >= 'A' && c <= 'Z'; in isUpperCase()
73 return c >= 'a' && c <= 'z'; in isLowerCase()
77 return isUpperCase(c) || isLowerCase(c); in isAlpha()
81 return isDigit(c) || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f'); in isHexDigit()
85 return isUpperCase(c) ? c + ('a' - 'A') : c; in toLowerCase()
119 if (c == ':') { in parseScheme()
121 } else if (!isAlpha(c) && !isDigit(c) && c != '+' && c != '-' in parseScheme()
122 && c != '.') in parseScheme()
399 OSL_ASSERT(isLowerCase(c) || isDigit(c)); in parse()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxform.cxx196 if( nPos>0 && (c == cDecPoint || c == cThousandSep) ) in StrRoundDigit()
574 switch( c ) { in AnalyseFormatString()
585 if( c=='#' ) in AnalyseFormatString()
601 if( c=='0' ) in AnalyseFormatString()
765 c = cForce; in ScanFormatString()
772 switch( c ) { in ScanFormatString()
942 if( c!=0 ) in ScanFormatString()
1002 if( c!=0 ) in ScanFormatString()
1013 if( ( c>='a' && c<='z' ) || in ScanFormatString()
1014 ( c>='A' && c<='Z' ) || in ScanFormatString()
[all …]
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge100 for c in s:
101 if c == '\\':
109 elif c == ' ':
111 elif c == "'":
113 elif c == '"':
115 elif c == '#':
117 elif c == '!':
119 elif c == '=':
135 c = line[i]
136 if c == '\\':
[all …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInfo.java58 Collection c = in _getLogicalName() local
63 if (c != null) { in _getLogicalName()
89 Collection c = in _getParcelURI() local
94 if (c != null) { in _getParcelURI()
119 Collection c = in _getLanguage() local
124 if (c != null) { in _getLanguage()
149 Collection c = in _getFunctionName() local
154 if (c != null) { in _getFunctionName()
179 Collection c = in _getLanguageProperties() local
219 Collection c = in _getFileSetNames() local
[all …]
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx139 for ( sal_Int32 c=0; c<=nPatternLen && c < erTESTMATMAX; c++ ) in WLD() local
188 sal_Unicode c; in WLD() local
190 c = cpPattern[0]; in WLD()
203 if ( cString[i-1] == c ) in WLD()
250 sal_Unicode c; in WLD() local
254 c = cpPattern[j]; in WLD()
572 for ( c=0; c<nPatternLen; c++ ) in ShowMatrix()
576 for ( c=0; c<nPatternLen; c++ ) in ShowMatrix()
582 for ( c=0; c<=nPatternLen && c < erTESTMATMAX; c++ ) in ShowMatrix()
614 inline bool IsDelim( char c ) in IsDelim() argument
[all …]
/trunk/main/tools/source/generic/
H A Dcolor.cxx162 sal_uInt8 c[3]; in RGBtoHSB() local
165 c[0] = GetRed(); in RGBtoHSB()
169 cMax = c[0]; in RGBtoHSB()
171 cMax = c[1]; in RGBtoHSB()
173 cMax = c[2]; in RGBtoHSB()
178 cMin = c[0]; in RGBtoHSB()
180 cMin = c[1]; in RGBtoHSB()
182 cMin = c[2]; in RGBtoHSB()
200 dHue = (double)( c[1] - c[2] ) / (double)cDelta; in RGBtoHSB()
204 dHue = 2.0 + (double)( c[2] - c[0] ) / (double)cDelta; in RGBtoHSB()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx194 if( c>='0' && c<='9' ) in GetNumbers()
221 ((c=aValue.GetChar(nPos)) == ' ' || c == '\t' || in GetNumbers()
222 c == '\n' || c== '\r' ) ) in GetNumbers()
280 if( c >= '0' && c <= '9' ) in GetColor()
282 else if( c >= 'A' && c <= 'F' ) in GetColor()
438 #define HTML_ISDIGIT( c ) (c >= '0' && c <= '9') argument
439 #define HTML_ISALPHA( c ) ( (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') ) argument
440 #define HTML_ISALNUM( c ) ( HTML_ISALPHA(c) || HTML_ISDIGIT(c) ) argument
441 #define HTML_ISSPACE( c ) ( ' ' == c || (c >= 0x09 && c <= 0x0d) ) argument
442 #define HTML_ISPRINTABLE( c ) ( c >= 32 && c != 127) argument
[all …]

Completed in 190 milliseconds

12345678910>>...46