/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 70 n2--; in ImplDrawSymbol() 95 n2--; in ImplDrawSymbol() 120 n2--; in ImplDrawSymbol() 314 pWAcc->DrawPolygon( Polygon( Point( n2, n2 ), n2, n2 ) ); in ImplDrawSymbol() 366 nCenterX-n2, nCenterY+n2 ) ); in ImplDrawSymbol() 393 nCenterX+n2, nCenterY+n2 ) ); in ImplDrawSymbol() 422 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol() 512 nCenterX+n2-2, nCenterY-n2+4 ); in ImplDrawSymbol() 525 nCenterX+n2, nCenterY-n2+1 ); in ImplDrawSymbol() 542 nCenterX+n2, nCenterY-n2 ); in ImplDrawSymbol() [all …]
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbafield.cxx | 185 xub_StrLen n2; // Ende in FindNextStringPiece() local 201 while( (nLen > n2) in FindNextStringPiece() 202 && (aData.GetChar( n2 ) != '"') in FindNextStringPiece() 204 && (aData.GetChar( n2 ) != 147) ) in FindNextStringPiece() 210 while( (nLen > n2) && (aData.GetChar( n2 ) != ' ') ) // Ende d. Paras suchen in FindNextStringPiece() 212 if( aData.GetChar( n2 ) == '\\' ) in FindNextStringPiece() 218 if( n2 > n ) in FindNextStringPiece() 219 n2--; in FindNextStringPiece() 227 if( nLen > n2 ) in FindNextStringPiece() 229 if(aData.GetChar( n2 ) != ' ') n2++; in FindNextStringPiece() [all …]
|
/aoo4110/main/basegfx/source/workbench/ |
H A D | bezierclip.hxx | 85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual() argument 86 …<typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) || n1<n2; } in tolLessEqual() argument 87 …pename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) || n1>n2; } in tolGreaterEqual() argument
|
/aoo4110/main/tools/source/misc/ |
H A D | pathutils.cxx | 125 std::size_t n2 = 0; in resolveLink() local 135 if (n2 == MAX_PATH) { in resolveLink() 139 p2[n2] = L'\0'; in resolveLink() 147 p2[n2++] = c; in resolveLink() 152 p2[n2++] = ((c & 0x1F) << 6) | in resolveLink() 167 p2[n2++] = ((c & 0x0F) << 12) | in resolveLink() 191 p2[n2++] = static_cast< WCHAR >(((u - 0x10000) >> 10) | 0xD800); in resolveLink() 192 p2[n2++] = static_cast< WCHAR >( in resolveLink() 209 return buildPath(path, path, end, p2, n2); in resolveLink()
|
/aoo4110/main/cli_ure/source/native/ |
H A D | path.cxx | 125 std::size_t n2 = 0; in resolveLink() local 135 if (n2 == MAX_PATH) { in resolveLink() 139 p2[n2] = L'\0'; in resolveLink() 147 p2[n2++] = c; in resolveLink() 152 p2[n2++] = ((c & 0x1F) << 6) | in resolveLink() 167 p2[n2++] = ((c & 0x0F) << 12) | in resolveLink() 191 p2[n2++] = static_cast< WCHAR >(((u - 0x10000) >> 10) | 0xD800); in resolveLink() 192 p2[n2++] = static_cast< WCHAR >( in resolveLink() 209 return buildPath(path, path, end, p2, n2); in resolveLink()
|
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 636 long n2; in ImplDrawArrows() local 711 ImplVDrawLine( n2-1, nCenter-1, n2-1, nCenter+1 ); in ImplDrawArrows() 712 ImplVDrawLine( n2-2, nCenter-2, n2-2, nCenter+2 ); in ImplDrawArrows() 723 long n2; in ImplDrawBorders() local 736 if ( ((n1 >= nMin) && (n1 <= nMax)) || ((n2 >= nMin) && (n2 <= nMax)) ) in ImplDrawBorders() 754 ImplVDrawLine( n2-1, nVirTop, n2-1, nVirBottom ); in ImplDrawBorders() 756 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders() 762 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders() 804 ImplVDrawLine( n2-5, nVirTop+3, n2-5, nVirBottom-3 ); in ImplDrawBorders() 807 ImplVDrawLine( n2-4, nVirTop+3, n2-4, nVirBottom-3 ); in ImplDrawBorders() [all …]
|
H A D | ctrlbox.cxx | 310 long n2 = nLine2 / 100; in ImpGetLine() local 314 if ( n2 ) in ImpGetLine() 318 n2 += nPix-1; in ImpGetLine() 319 n2 -= n2%nPix; in ImpGetLine() 321 long nVirHeight = n1+nDist+n2; in ImpGetLine() 335 if ( n2 ) in ImpGetLine() 338 aSize.Width(), n1+nDist+n2-nPix ) ); in ImpGetLine() 340 rBmp = aVirDev.GetBitmap( Point(), Size( aSize.Width(), n1+nDist+n2 ) ); in ImpGetLine()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleControl.cxx | 122 sal_uInt16 n2 = 0; in IMPL_LINK() local 141 n2 = DEF_DOUBLE_LINE0_IN; in IMPL_LINK() 146 n2 = DEF_DOUBLE_LINE7_IN; in IMPL_LINK() 151 n2 = DEF_DOUBLE_LINE4_IN; in IMPL_LINK() 156 n2 = DEF_DOUBLE_LINE9_IN; in IMPL_LINK() 161 n2 = DEF_DOUBLE_LINE2_IN; in IMPL_LINK() 168 SvxBorderLine aTmp( NULL, n1, n2, n3 ); in IMPL_LINK()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 216 xub_StrLen n2; // Ende in FindNextStringPiece() local 232 while( (nLen > n2) in FindNextStringPiece() 241 while( (nLen > n2) && (aData.GetChar( n2 ) != ' ') ) // Ende d. Paras suchen in FindNextStringPiece() 249 if( n2 > n ) in FindNextStringPiece() 250 n2--; in FindNextStringPiece() 258 if( nLen > n2 ) in FindNextStringPiece() 260 if(aData.GetChar( n2 ) != ' ') n2++; in FindNextStringPiece() 261 nNext = n2; in FindNextStringPiece() 507 while( n2 < rStr.Len() in FindPara() 515 while( n2 < rStr.Len() in FindPara() [all …]
|
/aoo4110/main/linguistic/source/ |
H A D | misc.cxx | 174 static inline sal_Int32 Minimum( sal_Int32 n1, sal_Int32 n2, sal_Int32 n3 ) in Minimum() argument 176 sal_Int32 nMin = n1 < n2 ? n1 : n2; in Minimum() 186 int n1, n2; member in linguistic::IntArray2D 198 n2 = nDim2; in IntArray2D() 199 pData = new sal_Int32[n1 * n2]; in IntArray2D() 210 DBG_ASSERT( 0 <= k && k < n2, "first index out of range" ); in Value() 211 DBG_ASSERT( i * n2 + k < n1 * n2, "index out of range" ); in Value() 212 return pData[ i * n2 + k ]; in Value()
|
/aoo4110/main/sal/osl/all/ |
H A D | printtrace.cxx | 51 int n2 = sizeof buf - n1 - RTL_CONSTASCII_LENGTH("\"...\n"); in printTrace() local 52 int n3 = vsnprintf(buf + n1, n2, format, arguments); in printTrace() 55 } else if (n3 < n2) { in printTrace() 58 std::strcpy(buf + n1 + n2 - 1, "\"...\n"); in printTrace()
|
/aoo4110/main/comphelper/qa/ |
H A D | test_string.cxx | 55 sal_Int32 n2; in test() local 60 n1 + RTL_CONSTASCII_LENGTH("baaz"), &n2)); in test() 63 CPPUNIT_ASSERT(n2 == 7); in test() 69 n2 + RTL_CONSTASCII_LENGTH("bz"), &n3)); in test()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chartpos.cxx | 150 SCCOLROW nTmp, n1, n2; in GlueState() local 153 if ( (n2 = pR->aEnd.Col()) > nEndCol ) in GlueState() 154 nEndCol = static_cast<SCCOL>(n2); in GlueState() 155 if ( (nTmp = n2 - n1 + 1) > nMaxCols ) in GlueState() 159 if ( (n2 = pR->aEnd.Row()) > nEndRow ) in GlueState() 160 nEndRow = static_cast<SCROW>(n2); in GlueState() 161 if ( (nTmp = n2 - n1 + 1) > nMaxRows ) in GlueState()
|
H A D | refupdat.cxx | 202 sal_Bool IsExpand( R n1, R n2, U nStart, S nD ) in IsExpand() argument 206 && n1 < n2 // mindestens zwei Cols/Rows/Tabs in Ref in IsExpand() 209 || (n2 + 1 == nStart) // n2 direkt vor Insert in IsExpand() 215 void Expand( R& n1, R& n2, U nStart, S nD ) in Expand() argument 218 if ( n2 + 1 == nStart ) in Expand() 220 n2 = sal::static_int_cast<R>( n2 + nD ); in Expand()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyeditiondata.cxx | 63 DWORD n2 = n + suffixLength; //TODO: overflow in getProperty() local 64 wchar_t * data = new(std::nothrow) wchar_t[n2]; in getProperty() 68 if (MsiGetPropertyW(install, name, data, &n2) != ERROR_SUCCESS || n2 != n) { in getProperty()
|
/aoo4110/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 495 int n2 = oooUrl.indexOf('/', n); in getCanonicalPathFromFileURL() local 496 if (n2 < 0) { in getCanonicalPathFromFileURL() 497 n2 = oooUrl.length(); in getCanonicalPathFromFileURL() 499 while (n < n2) { in getCanonicalPathFromFileURL() 503 byte[] bytes = new byte[(n2 - n) / 3]; in getCanonicalPathFromFileURL()
|
/aoo4110/main/basic/source/runtime/ |
H A D | iosys.cxx | 1023 sal_uInt16 n2 = aOut.Search( '\r' ); in WriteCon() local 1024 if( n1 != STRING_NOTFOUND || n2 != STRING_NOTFOUND ) in WriteCon() 1026 if( n1 == STRING_NOTFOUND ) n1 = n2; in WriteCon() 1028 if( n2 == STRING_NOTFOUND ) n2 = n1; in WriteCon() 1029 if( n1 > n2 ) n1 = n2; in WriteCon()
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1503 n2 = 0, in IMPL_LINK() local 1516 n2 = DEF_DOUBLE_LINE0_IN; in IMPL_LINK() 1519 n2 = DEF_DOUBLE_LINE7_IN; in IMPL_LINK() 1522 n2 = DEF_DOUBLE_LINE1_IN; in IMPL_LINK() 1525 n2 = DEF_DOUBLE_LINE2_IN; in IMPL_LINK() 1528 n2 = DEF_DOUBLE_LINE8_IN; in IMPL_LINK() 1531 n2 = DEF_DOUBLE_LINE9_IN; in IMPL_LINK() 1537 n2 = DEF_DOUBLE_LINE3_IN; in IMPL_LINK() 1540 n2 = DEF_DOUBLE_LINE4_IN; in IMPL_LINK() 1543 n2 = DEF_DOUBLE_LINE5_IN; in IMPL_LINK() [all …]
|
/aoo4110/main/filter/source/config/cache/ |
H A D | cacheitem.cxx | 231 css::beans::NamedValue n2; in isSubSet() local 235 (aSet >>= n2) in isSubSet() 239 (n1.Name.equals(n2.Name) ) && in isSubSet() 240 (isSubSet(n1.Value, n2.Value)) in isSubSet()
|
/aoo4110/main/codemaker/source/codemaker/ |
H A D | global.cxx | 193 sal_Int32 n2 = 0; in checkFileContent() local 198 n2 = fread(buffer2, sizeof(sal_Char), 1024, tmp); in checkFileContent() 200 if ( n1 != n2 ) in checkFileContent() 203 if ( rtl_compareMemory(buffer1, buffer2, n2) != 0 ) in checkFileContent()
|
/aoo4110/main/sal/rtl/source/ |
H A D | logfile.cxx | 227 sal_uInt64 n2; in rtl_logfile_longTrace() local 232 &n2); in rtl_logfile_longTrace() 239 &n2); in rtl_logfile_longTrace()
|
/aoo4110/main/basic/source/classes/ |
H A D | disas.cxx | 382 sal_uInt16 n2 = aSource.SearchAscii( "\n", n ); in DisasLine() local 383 if( n2 == STRING_NOTFOUND ) n2 = aSource.Len() - n; in DisasLine() 384 String s( aSource.Copy( n, n2 - n + 1 ) ); in DisasLine()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2859 return Convert( n0, n1, n2 ); in Convert() 2863 n1 = n2; in Convert() 2864 n2 = n3; in Convert() 2896 n1 = n2; in Convert() 2897 n2 = n; in Convert() 2901 n0 = n2; in Convert() 2902 n2 = n; in Convert() 2907 n1 = n2; in Convert() 2908 n2 = n; in Convert() 2911 n = n2; in Convert() [all …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | dptabdat.cxx | 316 long n2 = GetCacheTable().GetCache()->GetOrder( nDim, nDataId2); in Compare() local 317 if ( n1 > n2 ) in Compare() 319 else if ( n1 == n2 ) in Compare()
|
/aoo4110/main/sal/qa/testHelperFunctions/ |
H A D | testHelperFunctions.cxx | 149 sal_Int64 n2 = 2147483648 * 2; in test2() local 150 CPPUNIT_ASSERT_MESSAGE("2147483648 * 2 is != 0", n2 != 0 ); in test2() 155 …CPPUNIT_ASSERT_MESSAGE("n=2^31 << 1, n2 = 2^31 * 2, n3 = 2^32, all should equal!", n == n2 && n ==… in test2()
|