Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.hxx85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual()
86 template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) ||… in tolLessEqual()
87 template <typename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2)… in tolGreaterEqual()
/trunk/main/sal/osl/all/
H A Dprinttrace.cxx51 int n2 = sizeof buf - n1 - RTL_CONSTASCII_LENGTH("\"...\n"); in printTrace() local
/trunk/main/comphelper/qa/
H A Dtest_string.cxx50 sal_Int32 n2; in TEST_F() local
/trunk/main/tools/source/misc/
H A Dpathutils.cxx125 std::size_t n2 = 0; in resolveLink() local
/trunk/main/cli_ure/source/native/
H A Dpath.cxx125 std::size_t n2 = 0; in resolveLink() local
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.cxx122 sal_uInt16 n2 = 0; in IMPL_LINK() local
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx63 DWORD n2 = n + suffixLength; //TODO: overflow in getProperty() local
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx73 long n2; member in LineInfo
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx237 SCCOL n1, n2; in NewCellRow() local
/trunk/main/basic/source/comp/
H A Dbuffer.cxx206 sal_uInt16 n2 = static_cast<sal_uInt16>( n >> 16 ); in operator +=() local
/trunk/main/sot/inc/sot/
H A Dstg.hxx65 sal_Int16 n2, n3; member
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx364 sal_Int64 n2 = s13.toInt32(); in test_OUString() local
/trunk/main/sal/rtl/source/
H A Dlogfile.cxx227 sal_uInt64 n2; in rtl_logfile_longTrace() local
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolvrdlg.cxx216 double n2; in CheckTargetValue() local
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx231 css::beans::NamedValue n2; in isSubSet() local
/trunk/main/configmgr/source/
H A Dvalueparser.cxx163 int n2; in parseValue() local
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx154 Sequence< sal_Int8 > lcl_GetSequenceClassID( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3, in lcl_GetSequenceClassID()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java495 int n2 = oooUrl.indexOf('/', n); in getCanonicalPathFromFileURL() local
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx395 sal_uInt8 n1, n2, j, nMethod, nFlags; in ImplInitBuf() local
/trunk/main/filter/source/msfilter/
H A Dmsoleexp.cxx150 sal_uInt16 n2, n3; in ExportOLEObject() member
/trunk/main/tools/source/generic/
H A Dfract.cxx158 BigInt n2 = 2; in Fraction() local
/trunk/main/tools/source/ref/
H A Dglobname.cxx86 SvGlobalName::SvGlobalName( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3, in SvGlobalName()
/trunk/main/tools/source/datetime/
H A Dttime.cxx309 sal_Int32 n2 = (rTime.nTime < 0 ? -rTime.Get100Sec() : rTime.Get100Sec() ); in IsEqualIgnore100Sec() local
/trunk/main/sc/source/core/data/
H A Ddptabdat.cxx316 long n2 = GetCacheTable().GetCache()->GetOrder( nDim, nDataId2); in Compare() local
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx452 sal_Int32 n0, n1, n2; in initializeBlock() member

Completed in 86 milliseconds

1234