Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 25 of 108) sorted by relevance

12345

/trunk/main/vcl/source/window/
H A Ddecoview.cxx70 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 …]
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx185 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 …]
/trunk/main/svtools/source/control/
H A Druler.cxx636 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 Dctrlbox.cxx310 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()
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.hxx85 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
/trunk/main/tools/source/misc/
H A Dpathutils.cxx125 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()
/trunk/main/cli_ure/source/native/
H A Dpath.cxx125 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()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.cxx122 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx216 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 …]
/trunk/main/linguistic/source/
H A Dmisc.cxx174 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()
/trunk/main/sal/osl/all/
H A Dprinttrace.cxx51 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()
/trunk/main/comphelper/qa/
H A Dtest_string.cxx50 sal_Int32 n2; in TEST_F() local
55 n1 + RTL_CONSTASCII_LENGTH("baaz"), &n2)); in TEST_F()
58 ASSERT_TRUE(n2 == 7); in TEST_F()
64 n2 + RTL_CONSTASCII_LENGTH("bz"), &n3)); in TEST_F()
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx150 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 Drefupdat.cxx202 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()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx63 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()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java495 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()
/trunk/main/basic/source/runtime/
H A Diosys.cxx1024 sal_uInt16 n2 = aOut.Search( '\r' ); in WriteCon() local
1025 if( n1 != STRING_NOTFOUND || n2 != STRING_NOTFOUND ) in WriteCon()
1027 if( n1 == STRING_NOTFOUND ) n1 = n2; in WriteCon()
1029 if( n2 == STRING_NOTFOUND ) n2 = n1; in WriteCon()
1030 if( n1 > n2 ) n1 = n2; in WriteCon()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1503 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 …]
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx231 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()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx193 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()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2859 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 …]
/trunk/main/basic/source/classes/
H A Ddisas.cxx382 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()
/trunk/main/sal/rtl/source/
H A Dlogfile.cxx227 sal_uInt64 n2; in rtl_logfile_longTrace() local
232 &n2); in rtl_logfile_longTrace()
239 &n2); in rtl_logfile_longTrace()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx131 sal_Int64 n2 = 2147483648 * 2; in TEST_F() local
132 ASSERT_TRUE(n2 != 0) << "2147483648 * 2 is != 0"; in TEST_F()
137 … ASSERT_TRUE(n == n2 && n == n3) << "n=2^31 << 1, n2 = 2^31 * 2, n3 = 2^32, all should equal!"; in TEST_F()
/trunk/main/sc/source/core/data/
H A Ddptabdat.cxx316 long n2 = GetCacheTable().GetCache()->GetOrder( nDim, nDataId2); in Compare() local
317 if ( n1 > n2 ) in Compare()
319 else if ( n1 == n2 ) in Compare()

Completed in 176 milliseconds

12345