/trunk/main/basegfx/source/workbench/ |
H A D | bezierclip.cxx | 145 leftTop.x = ::std::min( c1.p0.x, ::std::min( c1.p1.x, ::std::min( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds() 146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds() 147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds() 148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds() 426 << c1.p1.y << "," in printCurvesWithSafeRange() 427 << c1.p2.y << "," in printCurvesWithSafeRange() 499 << c1.p1.y << "," in printResultWithFinalCurves() 500 << c1.p2.y << "," in printResultWithFinalCurves() 518 << c1.p1.y << "," in printResultWithFinalCurves() 1711 if( Impl_calcClipRange(t1, t2, c1, c1, c2, c2) ) in main() [all …]
|
/trunk/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 193 sal_uChar c1, c2; in GetNextChar() local 196 rInput >> c1; in GetNextChar() 200 if( 0xff == c1 || 0xfe == c1 ) in GetNextChar() 232 sal_uChar c1, c2; in GetNextChar() local 234 rInput >> c1 >> c2; in GetNextChar() 239 rInput >> c1 >> c2; in GetNextChar() 261 rInput >> c1; in GetNextChar() 284 &c1, 1, &cUC, 1, in GetNextChar() 297 rInput >> c1; in GetNextChar() 334 sBuffer[0] = c1; in GetNextChar() [all …]
|
/trunk/main/rsc/source/rscpp/ |
H A D | cpp5.c | 421 c1 = c = skipws(); in evallex() 461 if (c1 == '=') in evallex() 475 if (c1 == c) in evallex() 483 if (c1 == c) in evallex() 630 register int c1; in evalnum() local 641 c1 = c; in evalnum() 643 c1 = tolower(c1); in evalnum() 647 if (c1 >= 'a') in evalnum() 649 c1 -= ('a' - 10); in evalnum() 651 if (c1 < 0 || c1 >= base) in evalnum() [all …]
|
/trunk/main/sal/rtl/source/ |
H A D | ustring.c | 279 sal_Int32 c1; in rtl_ustr_ascii_compareIgnoreAsciiCase() local 286 if ( (c1 >= 65) && (c1 <= 90) ) in rtl_ustr_ascii_compareIgnoreAsciiCase() 287 c1 += 32; in rtl_ustr_ascii_compareIgnoreAsciiCase() 290 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase() 309 sal_Int32 c1; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() local 319 if ( (c1 >= 65) && (c1 <= 90) ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() 320 c1 += 32; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() 323 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() 346 if (c1 >= 65 && c1 <= 90) { in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths() 352 d = c1 - c2; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths() [all …]
|
H A D | strtmpl.c | 166 sal_Int32 c1; in IMPL_RTL_STRNAME() local 173 if ( (c1 >= 65) && (c1 <= 90) ) in IMPL_RTL_STRNAME() 174 c1 += 32; in IMPL_RTL_STRNAME() 177 nRet = c1-c2; in IMPL_RTL_STRNAME() 199 sal_Int32 c1; in IMPL_RTL_STRNAME() local 206 if ( (c1 >= 65) && (c1 <= 90) ) in IMPL_RTL_STRNAME() 207 c1 += 32; in IMPL_RTL_STRNAME() 210 nRet = c1-c2; in IMPL_RTL_STRNAME() 240 if ( (c1 >= 65) && (c1 <= 90) ) in IMPL_RTL_STRNAME() 241 c1 += 32; in IMPL_RTL_STRNAME() [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | TestAddress.log | 17 ITEM Assertion OK : test13 Range('c1:g10').Columns A1 style addressing 18 ITEM Assertion OK : test14 Range('c1:g10').Columns R1C1 style addressing 19 ITEM Assertion OK : test15 Range('c1:g10').Columns(1) A1 style addressing 20 ITEM Assertion OK : test16 Range('c1:g10').Columns(1) R1C1 style addressing 21 ITEM Assertion OK : test17 Range('c1:g10').Columns('a') A1 style addressing 22 ITEM Assertion OK : test18 Range('c1:g10').Columns('a') R1C1 style addressing 23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing 24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing 25 ITEM Assertion OK : test21 Range('c1:g10').Columns('x:z') A1 style addressing 27 ITEM Assertion OK : test23 Range('c1:g10').Columns(30) A1 style addressing [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | AccessibilityTools.java | 419 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() 424 return AccessibilityTools.equals(c1.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() 441 if (!c1.getAccessibleDescription() in equals() 446 if (c1.getAccessibleChildCount() != c2.getAccessibleChildCount()) { in equals() [all …]
|
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 2044 Dim c1() As String 2075 ReDim c1(2) 2077 c1(0) = "" 2078 c1(1) = "" 2084 c1 = SplitRange(myarray(0, 0)) 2145 c1(j) = c2(j) 2174 c1 = InStr(start, a, "$") 2176 rearray(1) = Mid(a, c1 + 1, Len(a) - c1) 2179 c1 = InStr(start, a, "$") 2182 rearray(1) = Mid(a, c1 + 1, c2 - c1 - 2) [all …]
|
/trunk/main/tools/source/string/ |
H A D | strascii.cxx | 117 sal_Unicode c1; in ImplStringICompareAscii() local 122 c1 = *pStr1; in ImplStringICompareAscii() 124 if ( (c1 >= 65) && (c1 <= 90) ) in ImplStringICompareAscii() 125 c1 += 32; in ImplStringICompareAscii() 128 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplStringICompareAscii() 146 sal_Unicode c1; in ImplStringICompareAscii() local 154 c1 = *pStr1; in ImplStringICompareAscii() 156 if ( (c1 >= 65) && (c1 <= 90) ) in ImplStringICompareAscii() 157 c1 += 32; in ImplStringICompareAscii() 160 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplStringICompareAscii()
|
H A D | strimp.cxx | 81 STRCODE c1; in ImplStringICompare() local 86 c1 = *pStr1; in ImplStringICompare() 88 if ( (c1 >= 65) && (c1 <= 90) ) in ImplStringICompare() 89 c1 += 32; in ImplStringICompare() 110 STRCODE c1; in ImplStringICompare() local 118 c1 = *pStr1; in ImplStringICompare() 120 if ( (c1 >= 65) && (c1 <= 90) ) in ImplStringICompare() 121 c1 += 32; in ImplStringICompare() 143 STRCODE c1; in ImplStringICompareWithoutZero() local 153 if ( (c1 >= 65) && (c1 <= 90) ) in ImplStringICompareWithoutZero() [all …]
|
/trunk/main/framework/source/dispatch/ |
H A D | dispatchinformationprovider.cxx | 81 …sal_Int32 c1 = … in getSupportedCommandGroups() local 86 for (i1=0; i1<c1; ++i1) in getSupportedCommandGroups() 113 …sal_Int32 c1 = … in getConfigurableDispatchInformation() local 118 for (i1=0; i1<c1; ++i1) in getConfigurableDispatchInformation() 144 c1 = (sal_Int32)lInfos.size(); in getConfigurableDispatchInformation() 147 css::uno::Sequence< css::frame::DispatchInformation > lReturn(c1); in getConfigurableDispatchInformation() 150 pStepp != lInfos.end () && i1<c1 ; in getConfigurableDispatchInformation()
|
/trunk/main/vcl/win/source/app/ |
H A D | saldata.cxx | 92 wchar_t c1; in ImplSalWICompareAscii() local 97 c1 = *pStr1; in ImplSalWICompareAscii() 99 if ( (c1 >= 65) && (c1 <= 90) ) in ImplSalWICompareAscii() 100 c1 += 32; in ImplSalWICompareAscii() 103 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplSalWICompareAscii()
|
/trunk/main/idlc/test/parser/ |
H A D | constructor.tests | 120 c1([in] long a, [in] com::sun::star::test::X b); 132 c1([in] sequence<long> a); 142 c1([in] any... a); 152 c1([in] any... a); 171 c1([in] long a, [in] long b); 181 c1([in] long a); 191 c1([in] long a, [in] short b);
|
/trunk/main/ucb/source/regexp/ |
H A D | regexp.cxx | 80 sal_Unicode c1 = *p++; in matchStringIgnoreCase() local 82 if (c1 >= 'a' && c1 <= 'z') in matchStringIgnoreCase() 83 c1 -= 'a' - 'A'; in matchStringIgnoreCase() 86 if (c1 != c2) in matchStringIgnoreCase() 327 sal_Unicode c1 = *p++; in matchString() local 329 if (c1 != c2) in matchString()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/ |
H A D | _XTableColumns.java | 359 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumn() 362 if (!((""+ idx + "a").equals(c1) && (""+ idx + "b").equals(c2))) { in checkColumn() 365 + c1 + "," + c2 + ")"); in checkColumn() 384 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumnEmpty() 386 if (!("".equals(c1) && "".equals(c2))) { in checkColumnEmpty() 388 + c1 + "," + c2 + ")"); in checkColumnEmpty()
|
/trunk/main/rsc/source/parser/ |
H A D | rsclex.cxx | 115 int c1; in MakeToken() local 122 c1 = c; in MakeToken() 139 return( c1 ); in MakeToken() 294 c1 = c; in MakeToken() 296 return( c1 ); in MakeToken()
|
/trunk/main/i18npool/source/transliteration/ |
H A D | transliteration_caseignore.cxx | 148 sal_Unicode c1, c2; in compare() local 156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare() 158 if (c1 != c2) { in compare() 160 return c1 > c2 ? 1 : -1; in compare()
|
/trunk/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 254 sal_Char c1 = rTest.m_pText[i++]; in doComplexCharSetTest() local 259 aConverter, 0, &c1, 1, aUC, 2, in doComplexCharSetTest() 268 sBuffer[0] = c1; in doComplexCharSetTest() 276 c1 = rTest.m_pText[i++]; in doComplexCharSetTest() 277 sBuffer[nLen++] = c1; in doComplexCharSetTest() 310 aUnicode[nSize++] = c1; in doComplexCharSetTest()
|
/trunk/main/l10ntools/source/ |
H A D | cfglex.l | 104 char c1 = 0, c2 = 0, c3 = input(); 115 if ( c1 == '-' && c2 == '-' && c3 == '>' ) 117 c1 = c2;
|
H A D | xrmlex.l | 128 char c1 = 0, c2 = 0, c3 = input(); 139 if ( c1 == '-' && c2 == '-' && c3 == '>' ) 141 c1 = c2;
|