Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 25 of 180) sorted by relevance

12345678

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx433 << c2.p0.y << "," in printCurvesWithSafeRange()
434 << c2.p1.y << "," in printCurvesWithSafeRange()
435 << c2.p2.y << "," in printCurvesWithSafeRange()
540 << c2.p0.y << "," in printResultWithFinalCurves()
541 << c2.p1.y << "," in printResultWithFinalCurves()
542 << c2.p2.y << "," in printResultWithFinalCurves()
1227 Impl_calcCollinearNormals( ii, delta, 0, c1, c1, 0.0, 1.0, c2, c2, 0.0, 1.0 ); in clipBezier()
1711 if( Impl_calcClipRange(t1, t2, c1, c1, c2, c2) ) in main()
1781 Impl_calcClipRange(t1, t2, c1, c1, c2, c2); in main()
1837 focus = c2; in main()
[all …]
/trunk/main/sal/rtl/source/
H A Dustring.c280 sal_Int32 c2; in rtl_ustr_ascii_compareIgnoreAsciiCase() local
288 if ( (c2 >= 65) && (c2 <= 90) ) in rtl_ustr_ascii_compareIgnoreAsciiCase()
289 c2 += 32; in rtl_ustr_ascii_compareIgnoreAsciiCase()
290 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase()
297 while ( c2 ); in rtl_ustr_ascii_compareIgnoreAsciiCase()
310 sal_Int32 c2; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() local
321 if ( (c2 >= 65) && (c2 <= 90) ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
331 while( c2 ); in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
349 if (c2 >= 65 && c2 <= 90) { in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths()
352 d = c1 - c2; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths()
[all …]
H A Dstrtmpl.c167 sal_Int32 c2; in IMPL_RTL_STRNAME() local
175 if ( (c2 >= 65) && (c2 <= 90) ) in IMPL_RTL_STRNAME()
176 c2 += 32; in IMPL_RTL_STRNAME()
177 nRet = c1-c2; in IMPL_RTL_STRNAME()
184 while ( c2 ); in IMPL_RTL_STRNAME()
200 sal_Int32 c2; in IMPL_RTL_STRNAME() local
208 if ( (c2 >= 65) && (c2 <= 90) ) in IMPL_RTL_STRNAME()
209 c2 += 32; in IMPL_RTL_STRNAME()
210 nRet = c1-c2; in IMPL_RTL_STRNAME()
242 if ( (c2 >= 65) && (c2 <= 90) ) in IMPL_RTL_STRNAME()
[all …]
/trunk/main/tools/source/string/
H A Dstrascii.cxx118 sal_Char c2; in ImplStringICompareAscii() local
123 c2 = *pStr2; in ImplStringICompareAscii()
126 if ( (c2 >= 65) && (c2 <= 90) ) in ImplStringICompareAscii()
127 c2 += 32; in ImplStringICompareAscii()
128 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplStringICompareAscii()
135 while ( c2 ); in ImplStringICompareAscii()
147 sal_Char c2; in ImplStringICompareAscii() local
155 c2 = *pStr2; in ImplStringICompareAscii()
158 if ( (c2 >= 65) && (c2 <= 90) ) in ImplStringICompareAscii()
159 c2 += 32; in ImplStringICompareAscii()
[all …]
H A Dstrimp.cxx82 STRCODE c2; in ImplStringICompare() local
87 c2 = *pStr2; in ImplStringICompare()
90 if ( (c2 >= 65) && (c2 <= 90) ) in ImplStringICompare()
91 c2 += 32; in ImplStringICompare()
99 while ( c2 ); in ImplStringICompare()
111 STRCODE c2; in ImplStringICompare() local
122 if ( (c2 >= 65) && (c2 <= 90) ) in ImplStringICompare()
123 c2 += 32; in ImplStringICompare()
144 STRCODE c2; in ImplStringICompareWithoutZero() local
155 if ( (c2 >= 65) && (c2 <= 90) ) in ImplStringICompareWithoutZero()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DAccessibilityTools.java419 public static boolean equals(XAccessible c1, XAccessible c2) { in equals() argument
420 if ((c1 == null) || (c2 == null)) { in equals()
421 return c1 == c2; in equals()
425 c2.getAccessibleContext()); in equals()
429 if ((c1 == null) || (c2 == null)) { in equals()
430 return c1 == c2; in equals()
433 if (c1.getAccessibleRole() != c2.getAccessibleRole()) { in equals()
437 if (!c1.getAccessibleName().equals(c2.getAccessibleName())) { in equals()
442 .equals(c2.getAccessibleDescription())) { in equals()
446 if (c1.getAccessibleChildCount() != c2.getAccessibleChildCount()) { in equals()
[all …]
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx193 sal_uChar c1, c2; in GetNextChar() local
202 rInput >> c2; in GetNextChar()
206 if( 0xfe == c1 && 0xff == c2 ) in GetNextChar()
212 else if( 0xff == c1 && 0xfe == c2 ) in GetNextChar()
232 sal_uChar c1, c2; in GetNextChar() local
234 rInput >> c1 >> c2; in GetNextChar()
237 ( (bUCS2BSrcEnc && 0xfe == c1 && 0xff == c2) || in GetNextChar()
238 (!bUCS2BSrcEnc && 0xff == c1 && 0xfe == c2) ) ) in GetNextChar()
239 rInput >> c1 >> c2; in GetNextChar()
245 cUC = (sal_Unicode(c1) << 8) | c2; in GetNextChar()
[all …]
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx93 char c2; in ImplSalWICompareAscii() local
98 c2 = *pStr2; in ImplSalWICompareAscii()
101 if ( (c2 >= 65) && (c2 <= 90) ) in ImplSalWICompareAscii()
102 c2 += 32; in ImplSalWICompareAscii()
103 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplSalWICompareAscii()
110 while ( c2 ); in ImplSalWICompareAscii()
/trunk/main/l10ntools/source/
H A Dsrclex.l96 char c1 = 0, c2 = input();
99 pChar[0] = c2;
104 if ( c2 == EOF )
106 if ( c1 == '*' && c2 == '/' )
108 c1 = c2;
109 c2 = input();
110 pChar[0] = c2;
H A Dcfglex.l104 char c1 = 0, c2 = 0, c3 = input();
115 if ( c1 == '-' && c2 == '-' && c3 == '>' )
117 c1 = c2;
118 c2 = c3;
H A Dxrmlex.l128 char c1 = 0, c2 = 0, c3 = input();
139 if ( c1 == '-' && c2 == '-' && c3 == '>' )
141 c1 = c2;
142 c2 = c3;
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls2045 Dim c2() As String
2106 ReDim c2(2)
2107 c2(0) = ""
2108 c2(1) = ""
2115 c2 = SplitRange(myarray(I, 0))
2119 …btemp1 = v1(0) = v1(2) And c2(0) = v2(0) And Asclong(c2(1)) <= Asclong(v2(1)) - 1 'data label besi…
2120 …btemp2 = v2(1) = v2(3) And c2(1) = v2(1) And Asclong(c2(0)) <= Asclong(v2(0)) - 1 'data label besi…
2145 c1(j) = c2(j)
2181 c2 = InStr(c1 + 1, a, "$")
2183 c3 = InStr(c2 + 1, a, "$")
[all …]
/trunk/main/idlc/test/parser/
H A Dconstructor.tests121 c2([in] long c, [in] X d);
133 c2([in] sequence<T> b);
143 c2([in] any... b);
153 c2([in] sequence<any> b);
172 c2([in] long a);
182 c2([in] long a, [in] long b);
192 c2([in] long a, [in] long b);
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx81 sal_Unicode c2 = *q++; in matchStringIgnoreCase() local
84 if (c2 >= 'a' && c2 <= 'z') in matchStringIgnoreCase()
85 c2 -= 'a' - 'A'; in matchStringIgnoreCase()
86 if (c1 != c2) in matchStringIgnoreCase()
328 sal_Unicode c2 = *q++; in matchString() local
329 if (c1 != c2) in matchString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java360 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumn() local
362 if (!((""+ idx + "a").equals(c1) && (""+ idx + "b").equals(c2))) { in checkColumn()
365 + c1 + "," + c2 + ")"); in checkColumn()
385 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumnEmpty() local
386 if (!("".equals(c1) && "".equals(c2))) { in checkColumnEmpty()
388 + c1 + "," + c2 + ")"); in checkColumnEmpty()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java60 Class c2 = value.getClass(); in getFieldValueFor() local
63 return new BooleanFieldValue(f, c2); in getFieldValueFor()
67 return new IntFieldValue(f, c2); in getFieldValueFor()
71 return new DoubleFieldValue(f, c2); in getFieldValueFor()
73 else if (c.equals(String.class) && c2.equals(Integer.class)) in getFieldValueFor()
75 return new ConvertedStringValue(f, c2); in getFieldValueFor()
/trunk/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx118 char c2 = rSymbol[2]; in isFixAndContinueSymbol() local
121 if ( c2 == 'A' || c2 == 'B' || c2 == 'C' || c2 == 'D' ) { in isFixAndContinueSymbol()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_caseignore.cxx148 sal_Unicode c1, c2; in compare() local
157c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
158 if (c1 != c2) { in compare()
160 return c1 > c2 ? 1 : -1; in compare()
/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx94 sal_Int32 c2 = lProviderGroups.getLength(); in getSupportedCommandGroups() local
96 for (i2=0; i2<c2; ++i2) in getSupportedCommandGroups()
128 … sal_Int32 c2 = lProviderInfos.getLength(); in getConfigurableDispatchInformation() local
130 for (i2=0; i2<c2; ++i2) in getConfigurableDispatchInformation()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java62 Class c2 = (Class) WeakMap.getValue(map.get(locationUrl)); in find() local
63 if (c2 != null) { in find()
64 return c2; in find()
/trunk/main/basic/source/classes/
H A Dsb.cxx1496 sal_uInt16 StarBASIC::BreakPoint( sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in BreakPoint() argument
1498 SetErrorData( 0, l, c1, c2 ); in BreakPoint()
1506 sal_uInt16 StarBASIC::StepPoint( sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in StepPoint() argument
1508 SetErrorData( 0, l, c1, c2 ); in StepPoint()
1736 ( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in CError() argument
1761 SetErrorData( code, l, c1, c2 ); in CError()
1773 ( SbError code, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in RTError() argument
1775 return RTError( code, String(), l, c1, c2 ); in RTError()
1778 … StarBASIC::RTError( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in RTError() argument
1806 SetErrorData( code, l, c1, c2 ); in RTError()
/trunk/main/basic/source/sbx/
H A Dsbxform.cxx222 sal_Unicode c2 = sStrg.GetChar( nPos ); in StrRoundDigit() local
223 if( c2 >= ASCII_0 && c2 <= ASCII_9 ) in StrRoundDigit()
226 if( c2 == ASCII_9 ) in StrRoundDigit()
232 sStrg.SetChar( nPos, c2+1 ); in StrRoundDigit()
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/newcerts/
H A D1000.pem23 be:00:85:7a:a4:42:c2:f3:b7
39 6e:b0:8a:bd:bb:b1:0b:e0:c2:cf:fa:af:0a:6a:a5:1f:28:ff:
40 de:21:bd:8a:f7:ec:48:35:bb:ab:97:c2:7a:31:6d:d1:73:8e:
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/demoCA/newcerts/
H A D1001.pem20 71:34:5b:90:71:c2:ef:1e:85:2e:5b:9f:3b:22:c3:
40 62:77:ed:1c:39:23:d2:e8:b6:3e:df:63:dc:7c:10:3f:c2:ed:
43 d2:dc:79:b7:60:c2:87:f7:c7:92:a2:f5:86:a7:0c:70:3b:a3:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/
H A Dcacert.pem20 71:34:5b:90:71:c2:ef:1e:85:2e:5b:9f:3b:22:c3:
40 62:77:ed:1c:39:23:d2:e8:b6:3e:df:63:dc:7c:10:3f:c2:ed:
43 d2:dc:79:b7:60:c2:87:f7:c7:92:a2:f5:86:a7:0c:70:3b:a3:

Completed in 144 milliseconds

12345678